mirror of
https://github.com/itbaima-study/SpringBoot-Vue-Template-Jwt.git
synced 2025-05-18 05:21:14 +08:00
25 lines
537 B
JSON
25 lines
537 B
JSON
{
|
|
"name": "my-project-frontend",
|
|
"version": "0.0.0",
|
|
"private": true,
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@element-plus/icons-vue": "^2.1.0",
|
|
"@vueuse/core": "^10.3.0",
|
|
"axios": "^1.4.0",
|
|
"element-plus": "^2.3.9",
|
|
"vue": "^3.3.4",
|
|
"vue-router": "^4.2.4"
|
|
},
|
|
"devDependencies": {
|
|
"@vitejs/plugin-vue": "^4.2.3",
|
|
"unplugin-auto-import": "^0.15.2",
|
|
"unplugin-vue-components": "^0.24.1",
|
|
"vite": "^4.4.6"
|
|
}
|
|
}
|