Files
nuyue/web/package.json
T
admin 01dd10699d feat: 项目完整开发完成
- 服务端:Go + Gin + GORM + gRPC
- 客户端:Go Agent + gopsutil
- 前端:React + Tailwind (Termius 深色主题)
- 数据库:PostgreSQL/SQLite 双模式
- Docker 部署支持
- Agent 安装脚本
- 完整部署文档

模块清单:
 安装向导
 用户认证
 系统设置
 套餐管理
 服务器管理
 探针页面
 告警系统
 Telegram 通知
 Docker 部署
2026-06-22 19:05:12 +00:00

31 lines
754 B
JSON

{
"name": "nuyue-web",
"version": "0.1.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "tsc && vite build",
"preview": "vite preview",
"lint": "eslint . --ext ts,tsx --report-unused-disable-directives --max-warnings 0"
},
"dependencies": {
"@tanstack/react-query": "^5.49.0",
"axios": "^1.7.2",
"naive-ui": "^2.38.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-router-dom": "^6.24.0",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.4",
"typescript": "^5.5.2",
"vite": "^5.3.2"
}
}