-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.73 KB
/
package.json
File metadata and controls
62 lines (62 loc) · 1.73 KB
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": "v3-admin-vite",
"type": "module",
"version": "5.1.0",
"description": "A crafted admin template, built with Vue3, Vite, TypeScript, Element Plus, and more",
"author": "pany <939630029@qq.com> (https://github.com/pany-ang)",
"repository": "https://github.com/un-pany/v3-admin-vite",
"scripts": {
"dev": "vite",
"build:staging": "vue-tsc && vite build --mode staging",
"build": "vue-tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --fix",
"prepare": "husky",
"test": "vitest"
},
"dependencies": {
"@element-plus/icons-vue": "2.3.2",
"axios": "1.13.2",
"dayjs": "1.11.19",
"element-plus": "2.13.1",
"lodash-es": "4.17.22",
"mitt": "3.0.1",
"normalize.css": "8.0.1",
"nprogress": "0.2.0",
"path-browserify": "1.0.1",
"path-to-regexp": "8.3.0",
"pinia": "3.0.4",
"screenfull": "6.0.2",
"vue": "3.5.27",
"vue-router": "4.6.4",
"vxe-table": "4.6.25"
},
"devDependencies": {
"@antfu/eslint-config": "7.0.1",
"@types/lodash-es": "4.17.12",
"@types/node": "25.0.9",
"@types/nprogress": "0.2.3",
"@types/path-browserify": "1.0.3",
"@vitejs/plugin-vue": "6.0.3",
"@vue/test-utils": "2.4.6",
"eslint": "9.39.2",
"eslint-plugin-format": "1.3.1",
"happy-dom": "20.3.3",
"husky": "9.1.7",
"lint-staged": "16.2.7",
"sass-embedded": "1.78.0",
"typescript": "5.9.3",
"unocss": "66.6.0",
"unplugin-auto-import": "21.0.0",
"unplugin-svg-component": "0.12.4",
"unplugin-vue-components": "31.0.0",
"vite": "7.3.1",
"vite-plugin-vue-mcp": "0.3.2",
"vite-svg-loader": "5.1.0",
"vitest": "4.0.17",
"vue-tsc": "3.2.2"
},
"lint-staged": {
"*": "eslint --fix"
}
}