-
Notifications
You must be signed in to change notification settings - Fork 27
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1013 Bytes
/
package.json
File metadata and controls
41 lines (41 loc) · 1013 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
39
40
41
{
"name": "spms-web",
"type": "module",
"version": "1.0.0",
"private": true,
"author": "Hamm",
"scripts": {
"s": "vite",
"lint": "eslint --fix",
"production": "vite build --mode production"
},
"dependencies": {
"@airpower/web": "^2.9.0",
"@element-plus/icons-vue": "^2.3.2",
"@types/crypto-js": "^4.2.2",
"axios": "1.13.2",
"core-js": "^3.47.0",
"crypto-js": "^4.2.0",
"echarts": "^6.0.0",
"element-plus": "^2.12.0",
"js-base64": "^3.7.8",
"pinia": "^3.0.4",
"qrcode.vue": "3.6.0",
"register-service-worker": "^1.7.2",
"vue": "^3.5.25",
"vue-draggable-plus": "^0.6.0",
"vue-router": "^4.6.4"
},
"devDependencies": {
"@antfu/eslint-config": "^6.7.1",
"@vitejs/plugin-vue": "^6.0.3",
"eslint": "^9.39.2",
"globals": "^16.5.0",
"sass": "^1.96.0",
"typescript": "^5.9.3",
"typescript-eslint": "^8.49.0",
"vite": "^7.3.0",
"vite-plugin-vue-devtools": "^8.0.5",
"vue-tsc": "^3.1.8"
}
}