-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 914 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
35
36
{
"name": "backend",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"build:pro": "vite build --mode pro",
"build:pre": "vite build --mode pre",
"build:test": "vite build --mode test",
"build:dev": "vite build --mode development",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"axios": "^1.6.2",
"echarts": "^5.4.3",
"element-plus": "^2.4.3",
"js-cookie": "^3.0.5",
"less": "^4.2.0",
"mockjs": "^1.1.0",
"vue": "^3.3.8",
"vue-demi": "^0.14.6",
"vue-router": "^4.2.5",
"vuex": "^4.1.0",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@rollup/plugin-dynamic-import-vars": "^2.1.2",
"@vitejs/plugin-vue": "^4.5.0",
"unplugin-auto-import": "^0.17.2",
"unplugin-vue-components": "^0.26.0",
"vite": "^5.0.0"
}
}