-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
57 lines (57 loc) · 1.57 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
{
"name": "frontend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --fix && yarn prettier . --write"
},
"dependencies": {
"@intlify/unplugin-vue-i18n": "6.0.3",
"@mdi/font": "^7.4.47",
"@mdi/js": "^7.4.47",
"axios": "^1.7.7",
"chart.js": "^4.4.6",
"chartjs-plugin-datalabels": "^2.2.0",
"material-design-icons-iconfont": "^6.7.0",
"mobile-detect": "^1.4.5",
"roboto-fontface": "*",
"tailwind-merge": "^2.6.0",
"vite-plugin-vuetify": "^1.0.2",
"vue": "^3.5.12",
"vue-chartjs": "^5.3.2",
"vue-i18n": "^11.0.1",
"vue-query": "^1.26.0",
"vue-router": "~4.5.0",
"vuetify": "^3.7.4",
"websocket-ts": "^2.1.5"
},
"devDependencies": {
"@types/node": "^22.10.5",
"@typescript-eslint/eslint-plugin": "^7.18.0",
"@typescript-eslint/parser": "^7.18.0",
"@vitejs/plugin-vue": "^5.2.0",
"@vue/eslint-config-typescript": "^13.0.0",
"autoprefixer": "^10.4.20",
"clsx": "^2.1.1",
"eslint": "^8.57.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-vue": "^9.31.0",
"globals": "^15.11.0",
"postcss": "^8.4.49",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"sass": "^1.83.4",
"tailwindcss": "^3.4.15",
"typescript": "^5.7.3",
"typescript-eslint": "^8.12.2",
"unplugin": "^2.1.2",
"vite": "^4.4.11",
"vite-plugin-pwa": "^0.21.0",
"vue-tsc": "^2.2.0"
}
}