-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
67 lines (67 loc) · 1.83 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
67
{
"name": "vuetify-admin",
"version": "0.0.2",
"private": true,
"author": "hongxin.tang@hotmail.com",
"license": "MIT",
"description": "基于 vuetify3 的自带诸多后台管理系统模板,内置动态路由、权限验证等功能",
"keywords": [
"vuetify",
"material-design",
"MD",
"vue"
],
"engines": {
"node": ">=18.0.0"
},
"type": "module",
"scripts": {
"dev": "vite --host",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint",
"lint:fix": "pnpm lint --fix",
"test": "echo 'Tests are not prepared.'",
"prepare": "husky"
},
"dependencies": {
"@rthx/utils": "~0.2.4",
"@rthx/vue3-amap": "~0.1.13",
"@vueuse/core": "^12.2.0",
"axios": "^1.8.2",
"material-design-icons-iconfont": "^6.7.0",
"nprogress": "^0.2.0",
"pinia": "^2.3.0",
"qs": "^6.13.1",
"radash": "^12.1.0",
"v-keep-scroll": "^0.0.14",
"vue": "^3.5.13",
"vue-router": "^4.5.0",
"vuetify": "3.5.9"
},
"devDependencies": {
"@eslint/compat": "^1.2.4",
"@eslint/js": "^9.17.0",
"@types/node": "^20.12.7",
"@types/qs": "^6.9.17",
"@vitejs/plugin-vue": "^5.2.1",
"@vitejs/plugin-vue-jsx": "^4.1.1",
"@vue/eslint-config-prettier": "^10.1.0",
"@vue/eslint-config-typescript": "^14.1.4",
"axios-mock-adapter": "^2.1.0",
"code-inspector-plugin": "^0.19.1",
"eslint": "9.17.0",
"eslint-import-resolver-typescript": "^3.7.0",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-vue": "^9.32.0",
"husky": "^9.1.7",
"rollup-plugin-visualizer": "^5.12.0",
"sass-embedded": "^1.83.0",
"unplugin-auto-import": "^19.0.0",
"unplugin-vue-components": "^28.0.0",
"vite": "^6.0.13",
"vite-plugin-compression": "^0.5.1",
"vite-plugin-eslint": "^1.8.1",
"vite-plugin-vuetify": "^2.0.3"
}
}