forked from FrozenDream/vue-sure-admin
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.21 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
{
"name": "vue-sure-admin",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview",
"lint": "eslint .",
"lint:fix": "eslint . --fix",
"prepare": "husky install"
},
"dependencies": {
"@element-plus/icons-vue": "^2.0.6",
"@vueuse/core": "^8.7.5",
"axios": "^0.27.2",
"element-plus": "^2.2.6",
"pinia": "^2.0.14",
"vue": "^3.2.25",
"vue-router": "4"
},
"devDependencies": {
"@antfu/eslint-config": "^0.25.2",
"@commitlint/cli": "^17.0.3",
"@commitlint/config-conventional": "^17.0.3",
"@iconify/json": "^2.1.69",
"@types/mockjs": "^1.0.6",
"@types/node": "^18.0.0",
"@types/nprogress": "^0.2.0",
"@unocss/preset-icons": "^0.42.0",
"@vitejs/plugin-vue": "^2.3.3",
"animate.css": "^4.1.1",
"eslint": "^8.19.0",
"husky": "^8.0.0",
"less": "^4.1.3",
"mockjs": "^1.1.0",
"normalize.css": "^8.0.1",
"nprogress": "^0.2.0",
"typescript": "^4.5.4",
"unocss": "^0.42.0",
"unplugin-auto-import": "^0.9.2",
"unplugin-vue-components": "^0.20.1",
"vite": "^2.9.14",
"vite-plugin-vue-setup-extend-plus": "^0.1.0",
"vue-tsc": "^0.34.7"
}
}