zoo-frontend/package.json

28 lines
612 B
JSON
Raw Permalink Normal View History

2024-04-17 13:44:56 +00:00
{
"name": "zoo-frontend",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
2024-05-16 14:47:12 +00:00
"@element-plus/icons-vue": "^2.3.1",
2024-06-08 16:50:12 +00:00
"axios": "^1.7.2",
2024-05-15 16:40:17 +00:00
"element-plus": "^2.7.3",
2024-05-16 14:47:12 +00:00
"unplugin-icons": "^0.19.0",
"vite-plugin-inspect": "^0.8.4",
2024-05-15 16:40:17 +00:00
"vue": "^3.4.21",
2024-05-17 07:28:54 +00:00
"vue-router": "^4.3.2",
"vuex": "^4.1.0"
2024-04-17 13:44:56 +00:00
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
2024-05-15 16:40:17 +00:00
"unplugin-auto-import": "^0.17.6",
"unplugin-vue-components": "^0.27.0",
2024-04-17 13:44:56 +00:00
"vite": "^5.2.8"
}
}