-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
38 lines (38 loc) · 919 Bytes
/
Copy pathpackage.json
File metadata and controls
38 lines (38 loc) · 919 Bytes
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
{
"name": "shicheng_plan_web",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite --host 0.0.0.0",
"build": "vue-tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.7.7",
"chart.js": "^4.4.5",
"echarts": "^5.6.0",
"lucide-vue-next": "^0.461.0",
"pinia": "^2.2.7",
"qrcode": "^1.5.4",
"vue": "^3.5.12",
"vue-router": "^4.4.5",
"vue-toastification": "^2.0.0-rc.5"
},
"devDependencies": {
"@types/bun": "latest",
"@types/chart.js": "^2.9.41",
"@types/node": "^22.13.14",
"@types/qrcode": "^1.5.5",
"@vitejs/plugin-vue": "^5.1.4",
"animate.css": "^4.1.1",
"autoprefixer": "^10.4.20",
"postcss": "^8.4.49",
"sass": "^1.80.4",
"tailwindcss": "^3.4.15",
"typescript": "~5.6.2",
"vite": "^5.4.15",
"vue-tsc": "^2.1.6"
},
"module": "index.ts"
}