-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1010 Bytes
/
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
{
"name": "vue-admin",
"private": true,
"version": "0.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"homepage": "https://coderxixi.github.io/vue-admin",
"dependencies": {
"@element-plus/icons-vue": "^2.0.9",
"@icon-park/vue-next": "^1.4.2",
"@types/lodash": "^4.14.184",
"@types/node": "^18.7.15",
"@vee-validate/i18n": "^4.6.9",
"@vee-validate/rules": "^4.6.7",
"axios": "^0.27.2",
"element-plus": "^2.2.17",
"lodash": "^4.17.21",
"mockjs": "^1.1.0",
"pinia": "^2.0.23",
"vee-validate": "^4.5.8",
"vue": "^3.2.37",
"vue-router": "4",
"yup": "^0.32.11"
},
"devDependencies": {
"@vitejs/plugin-vue": "^3.1.0",
"autoprefixer": "^10.4.8",
"path": "^0.12.7",
"postcss": "^8.4.16",
"sass": "^1.54.9",
"tailwindcss": "^3.1.8",
"typescript": "^4.6.4",
"vite": "^3.1.0",
"vite-plugin-mock": "^2.9.6",
"vue-tsc": "^0.40.4"
}
}