-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
50 lines (50 loc) · 1.27 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
{
"name": "admin-vue3",
"private": true,
"version": "1.0.0",
"author": "Zoctan <[email protected]> (https://github.com/Zoctan)",
"description": "Vue3 admin project",
"keywords": [
"Vue3",
"admin"
],
"repository": {
"type": "git",
"url": "https://github.com/Zoctan/admin-vue3-template"
},
"license": "Apache-2.0",
"bugs": {
"url": "https://github.com/Zoctan/admin-vue3-template/issues",
"email": "[email protected]"
},
"contributors": [],
"scripts": {
"dev": "vite",
"test": "vite build --mode development",
"build": "vite build --mode production",
"preview": "vite preview"
},
"dependencies": {
"@element-plus/icons-vue": "^1.1.4",
"axios": "^0.27.1",
"element-plus": "^2.1.11",
"nprogress": "^0.2.0",
"vue": "^3.2.33",
"vue-router": "^4.0.14",
"vuex": "^4.0.2",
"vuex-persistedstate": "^4.1.0"
},
"devDependencies": {
"@babel/eslint-parser": "^7.17.0",
"@vitejs/plugin-vue": "^2.3.1",
"@vue/cli-plugin-babel": "^5.0.4",
"@vue/cli-plugin-eslint": "^5.0.4",
"babel-plugin-import": "^1.13.5",
"eslint": "^8.14.0",
"eslint-plugin-vue": "^8.7.1",
"sass": "^1.51.0",
"unplugin-auto-import": "^0.7.1",
"unplugin-vue-components": "^0.19.3",
"vite": "^2.9.5"
}
}