-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
34 lines (34 loc) · 930 Bytes
/
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
{
"version": "0.0.0",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"@amap/amap-jsapi-loader": "^1.0.1",
"@element-plus/icons-vue": "^2.1.0",
"axios": "^0.24.0",
"element-plus": "2.2.29",
"mockjs": "^1.1.0",
"moment": "^2.29.1",
"vite": "^2.6.13",
"vue": "^3.2.21",
"vue-router": "^4.0.12",
"vuex": "^4.0.2",
"xlsx": "^0.18.5",
"unplugin-auto-import": "^0.14.2",
"unplugin-vue-components": "^0.23.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^1.9.4",
"@vue/compiler-sfc": "^3.0.5",
"@vue/composition-api": "^1.3.3",
"less": "^4.1.2",
"less-loader": "^10.2.0",
"stylus": "^0.55.0",
"typescript": "^4.5.2",
"vite": "^2.3.7",
"webpack": "^5.61.0"
}
}