Initial commit: 宁夏智慧养殖监管平台

This commit is contained in:
shenquanyi
2025-08-25 15:00:46 +08:00
commit ec72c6a8b5
177 changed files with 37263 additions and 0 deletions

22
frontend/package.json Normal file
View File

@@ -0,0 +1,22 @@
{
"name": "nxxmdata-frontend",
"version": "1.0.0",
"description": "宁夏智慧养殖监管平台前端",
"scripts": {
"dev": "vite",
"build": "vite build",
"serve": "vite preview"
},
"dependencies": {
"ant-design-vue": "^4.0.0",
"axios": "^1.11.0",
"echarts": "^5.4.0",
"pinia": "^2.0.0",
"vue": "^3.4.0",
"vue-router": "^4.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^5.0.0",
"vite": "^5.0.0"
}
}