-
Notifications
You must be signed in to change notification settings - Fork 23
/
Copy pathpackage.json
56 lines (56 loc) · 1.6 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
48
49
50
51
52
53
54
55
56
{
"name": "vue3-element-admin",
"version": "1.0.0",
"type": "module",
"private": true,
"scripts": {
"dev:test": "vite --mode dev_test",
"dev:prod": "vite --mode dev_prod",
"build:test": "vite build --mode build_test",
"build:prod": "vite build --mode build_prod",
"preview": "vite preview --port 4173",
"lint": "eslint . --ext .vue,.js,.jsx,.cjs,.mjs,.ts,.tsx,.cts,.mts --fix --ignore-path .gitignore"
},
"dependencies": {
"axios": "^1.7.2",
"clipboard": "^2.0.11",
"driver.js": "^1.3.1",
"dropzone": "^5.9.3",
"echarts": "^5.5.0",
"element-plus": "^2.7.6",
"file-saver": "^2.0.5",
"fuse.js": "^6.6.2",
"js-cookie": "^3.0.5",
"jszip": "^3.10.1",
"nprogress": "^0.2.0",
"path-browserify": "^1.0.1",
"path-to-regexp": "^6.2.2",
"pinia": "^2.1.7",
"sortablejs": "^1.15.2",
"vue": "^3.4.29",
"vue-router": "^4.3.3",
"xlsx": "^0.18.5"
},
"devDependencies": {
"@rushstack/eslint-patch": "^1.8.0",
"@tsconfig/node20": "^20.1.4",
"@types/node": "^20.14.5",
"@vitejs/plugin-vue": "^5.0.5",
"@vue/eslint-config-typescript": "^13.0.0",
"@vue/tsconfig": "^0.5.1",
"eslint": "^8.57.0",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-vue": "^9.23.0",
"mockjs": "^1.1.0",
"npm-run-all2": "^6.2.0",
"rollup-plugin-svg-sprites": "^1.2.5",
"sass": "^1.77.6",
"typescript": "~5.4.0",
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.1",
"vite": "^5.3.1",
"vite-plugin-inspect": "^0.8.4",
"vite-plugin-mock": "^2.9.8",
"vue-tsc": "^2.0.21"
}
}