-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.67 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
57
58
59
60
61
62
{
"name": "zeta-web-element",
"type": "module",
"version": "1.0.0",
"private": true,
"scripts": {
"serve": "vite",
"dev": "cross-env DEBUG=\"vite:transform\" VITE_CJS_TRACE=true vite dev",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"typecheck": "vue-tsc --noEmit"
},
"dependencies": {
"@element-plus/icons-vue": "^2.3.1",
"@pureadmin/utils": "^2.5.0",
"@vueuse/core": "^12.2.0",
"axios": "^1.7.9",
"cross-env": "^7.0.3",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.13",
"echarts": "^5.6.0",
"element-plus": "2.9.1",
"lottie-web": "^5.12.2",
"nprogress": "^0.2.0",
"pinia": "^2.3.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "3.12.1",
"@iconify-json/ep": "^1.2.2",
"@iconify-json/mdi": "^1.2.2",
"@iconify/vue": "^4.2.0",
"@types/crypto-js": "^4.2.2",
"@types/node": "^22.10.2",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/utils": "8.18.2",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.3.0",
"@vue/tsconfig": "^0.7.0",
"eslint": "^9.17.0",
"rollup-plugin-visualizer": "^5.12.0",
"sass": "^1.83.0",
"typescript": "^5.7.2",
"unplugin-auto-import": "^0.19.0",
"unplugin-icons": "^0.22.0",
"unplugin-vue-components": "^0.28.0",
"unplugin-vue-define-options": "^1.5.3",
"vite": "5.4.11",
"vite-plugin-fake-server": "^2.1.4",
"vite-plugin-remove-console": "^2.2.0",
"vue-eslint-parser": "^9.4.3",
"vue-tsc": "^2.2.0"
},
"browserslist": [
"> 1%",
"not ie 11",
"not op_mini all"
]
}