-
Notifications
You must be signed in to change notification settings - Fork 15
/
package.json
39 lines (39 loc) · 1.07 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
{
"name": "xlong-map-admin",
"description": "a management system for study only, use mock.js",
"author": "xLong <[email protected]>",
"version": "1.1.1",
"private": true,
"scripts": {
"dev": "cross-env USE_MOCK=true vite",
"build": "vite build",
"build:mock": "cross-env USE_MOCK=true vite build",
"build:release": "vite build --mode release",
"serve": "vite preview"
},
"dependencies": {
"@arcgis/core": "4.19.3",
"@element-plus/icons-vue": "^2.1.0",
"axios": "^0.24.0",
"cross-env": "^7.0.3",
"element-plus": "2.1.8",
"js-cookie": "^2.2.1",
"mockjs": "^1.1.0",
"path-browserify": "^1.0.1",
"sass-resources-loader": "^2.2.3",
"unplugin-auto-import": "^0.5.4",
"vue": "^3.2.20",
"vue-router": "^4.0.4",
"vuedraggable": "^4.0.3",
"vuex": "^4.0.0"
},
"devDependencies": {
"@types/node": "^16.11.6",
"@vitejs/plugin-vue": "^1.9.4",
"@vue/compiler-sfc": "^3.2.20",
"sass": "^1.43.4",
"unplugin-vue-components": "^0.17.0",
"vite": "^2.6.13",
"vite-plugin-mock": "^2.9.6"
}
}