API, UI, Linux/MikroTik agents, IP lists, политики, stats, CI и интеграция с auth-portal/EvoBGP. Co-authored-by: Cursor <cursoragent@cursor.com>
43 lines
1.1 KiB
JSON
43 lines
1.1 KiB
JSON
{
|
|
"name": "@evofw/web",
|
|
"private": true,
|
|
"version": "0.1.0",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vite build",
|
|
"typecheck": "tsc --noEmit",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"@base-ui/react": "^1.5.0",
|
|
"@evofw/shared": "workspace:*",
|
|
"@evofw/ui": "workspace:*",
|
|
"@hookform/resolvers": "^5.0.0",
|
|
"@tailwindcss/vite": "^4.1.0",
|
|
"@tanstack/react-query": "^5.80.0",
|
|
"@tanstack/react-router": "^1.120.0",
|
|
"@tanstack/react-table": "^8.21.0",
|
|
"@tanstack/router-plugin": "^1.120.0",
|
|
"class-variance-authority": "^0.7.1",
|
|
"lucide-react": "^0.468.0",
|
|
"next-themes": "^0.4.6",
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"react-hook-form": "^7.56.0",
|
|
"recharts": "^2.15.0",
|
|
"sonner": "^1.7.0",
|
|
"tailwindcss": "^4.1.0",
|
|
"zod": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"@types/node": "^22.15.0",
|
|
"@types/react": "^19.1.0",
|
|
"@types/react-dom": "^19.1.0",
|
|
"@vitejs/plugin-react": "^4.5.0",
|
|
"typescript": "^5.8.3",
|
|
"vite": "^6.3.0",
|
|
"vitest": "^3.2.4"
|
|
}
|
|
}
|