-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathpackage.json
66 lines (66 loc) · 1.73 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
63
64
65
66
{
"name": "zeta-web-layui",
"type": "module",
"version": "1.0.6",
"private": true,
"packageManager": "yarn@1.22.22",
"engines": {
"node": ">=18.13.0"
},
"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": {
"@layui/layui-vue": "2.21.1",
"@vueuse/core": "^10.11.1",
"axios": "^1.7.9",
"cross-env": "^7.0.3",
"crypto-js": "^4.2.0",
"dayjs": "^1.11.11",
"echarts": "^5.6.0",
"iconify-icon": "^2.2.0",
"lottie-web": "^5.12.2",
"mockjs": "^1.1.0",
"nprogress": "^0.2.0",
"pinia": "^2.3.0",
"vue": "^3.5.13",
"vue-router": "^4.5.0"
},
"devDependencies": {
"@antfu/eslint-config": "^2.27.3",
"@iconify-json/ph": "^1.2.2",
"@iconify/vue": "^4.2.0",
"@layui/unplugin-vue-components": "^0.0.3",
"@types/crypto-js": "^4.2.2",
"@types/lodash-es": "^4.17.12",
"@types/mockjs": "^1.0.10",
"@types/node": "^22.10.3",
"@types/nprogress": "^0.2.3",
"@typescript-eslint/utils": "8.18.2",
"@vitejs/plugin-vue": "^5.2.1",
"@vue/compiler-sfc": "^3.5.13",
"eslint": "9.17.0",
"less": "^4.2.1",
"lodash-es": "^4.17.21",
"rollup-plugin-visualizer": "^5.13.1",
"typescript": "^5.7.2",
"unplugin-auto-import": "^0.18.6",
"unplugin-icons": "^0.20.2",
"unplugin-vue-define-options": "^1.5.3",
"vite": "^5.4.11",
"vite-plugin-fake-server": "^2.1.5",
"vite-plugin-remove-console": "^2.2.0",
"vue-tsc": "^2.2.0"
},
"browserslist": [
"> 1%",
"not ie 11",
"not op_mini all"
]
}