cloudPlat/frontend/package.json

25 lines
566 B
JSON
Raw Permalink Normal View History

2025-07-09 22:44:18 +08:00
{
"name": "server-monitor-platform",
"version": "1.0.0",
"description": "服务器监控管理平台",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"vue": "^3.3.0",
"vue-router": "^4.2.0",
"pinia": "^2.1.0",
"ant-design-vue": "^4.0.0",
"axios": "^1.4.0",
"@ant-design/icons-vue": "^7.0.0"
},
"devDependencies": {
"@vitejs/plugin-vue": "^4.2.0",
"vite": "^4.3.0",
"tailwindcss": "^3.3.0",
"autoprefixer": "^10.4.0",
"postcss": "^8.4.0"
}
}