-
Notifications
You must be signed in to change notification settings - Fork 278
/
package.json
47 lines (47 loc) · 1.2 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
{
"name": "vue-admin-box",
"version": "1.1.0",
"scripts": {
"dev": "vite",
"start": "vite",
"build": "vite build --mode=production",
"build:stag": "vite build --mode=staging",
"serve": "vite preview"
},
"dependencies": {
"@element-plus/icons": "^0.0.11",
"@kangc/v-md-editor": "^2.3.5",
"@vueuse/core": "^8.0.0",
"axios": "^0.26.1",
"codemirror": "^5.65.2",
"cropperjs": "^1.5.12",
"echarts": "^5.3.1",
"element-plus": "2.3.8",
"mockjs": "^1.1.0",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"sortablejs": "^1.14.0",
"splitpanes": "^3.1.1",
"throttle-debounce": "^3.0.1",
"v-contextmenu": "^3.0.0",
"vue": "^3.2.31",
"vue-i18n": "9.1.10",
"vue-router": "4",
"vuex": "^4.0.2",
"xlsx": "^0.18.3"
},
"devDependencies": {
"@types/node": "^17.0.21",
"@vitejs/plugin-vue": "^2.2.4",
"@vue/compiler-sfc": "^3.2.31",
"@webxrd/vite-plugin-svg": "^1.0.5",
"eslint": "^8.11.0",
"sass": "^1.49.9",
"typescript": "^4.6.2",
"unplugin-auto-import": "^0.6.4",
"unplugin-vue-components": "^0.18.0",
"vite": "^2.8.6",
"vite-plugin-mock": "2.9.6",
"vue-tsc": "^0.32.1"
}
}