Files
gpf_pet_hospital/frontend/package.json
2026-02-25 22:06:50 +08:00

25 lines
492 B
JSON

{
"name": "gpf-pet-hospital-frontend",
"private": true,
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"axios": "^1.6.7",
"echarts": "^6.0.0",
"pinia": "^2.1.7",
"tdesign-vue-next": "^1.8.8",
"vue": "^3.4.15",
"vue-router": "^4.2.5"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.4",
"typescript": "^5.3.3",
"vite": "^5.0.12"
}
}