-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.13 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
{
"name": "van",
"version": "1.0.0",
"scripts": {
"postinstall": "patch-package",
"dev": "vite --mode dev",
"front": "vite --mode front",
"build": "vite build --mode prod",
"preview": "vite preview --port 5050"
},
"dependencies": {
"@element-plus/icons-vue": "^2.1.0",
"@floating-ui/vue": "^0.2.1",
"@vueuse/core": "^7.6.1",
"ag-grid-community": "^29.1.0",
"ag-grid-vue3": "29.1.0",
"axios": "^0.26.0",
"bignumber.js": "^9.1.0",
"clipboard": "^2.0.11",
"dayjs": "^1.11.6",
"element-plus": "^2.3.6",
"patch-package": "^7.0.0",
"pinia": "^2.0.28",
"sortablejs": "^1.15.0",
"spark-md5": "^3.0.2",
"vite-plugin-svg-icons": "^2.0.1",
"vue": "^3.3.4",
"vue-router": "^4.2.1",
"vuedraggable": "^4.1.0"
},
"devDependencies": {
"@types/sortablejs": "^1.15.1",
"@types/spark-md5": "^3.0.2",
"@vitejs/plugin-vue": "^4.2.3",
"@vitejs/plugin-vue-jsx": "^3.0.1",
"eslint": "^8.41.0",
"eslint-plugin-vue": "^9.13.0",
"fast-glob": "^3.3.1",
"vite": "^4.3.9",
"vite-plugin-compression": "^0.5.1",
"vite-svg-loader": "^4.0.0"
}
}