| { | |
| "name": "frontend", | |
| "private": true, | |
| "version": "0.0.0", | |
| "type": "module", | |
| "scripts": { | |
| "dev": "vite", | |
| "build": "tsc -b && vite build", | |
| "lint": "oxlint", | |
| "preview": "vite preview" | |
| }, | |
| "dependencies": { | |
| "@radix-ui/react-slot": "^1.3.3", | |
| "@tailwindcss/vite": "^4.3.3", | |
| "clsx": "^2.1.1", | |
| "lucide-react": "^1.26.0", | |
| "react": "^19.2.8", | |
| "react-dom": "^19.2.8", | |
| "react-icons": "^5.6.0", | |
| "recharts": "^3.10.0", | |
| "tailwind-merge": "^3.6.0", | |
| "tailwindcss": "^4.3.1" | |
| }, | |
| "devDependencies": { | |
| "@types/node": "^26.1.1", | |
| "@types/react": "^19.2.17", | |
| "@types/react-dom": "^19.2.3", | |
| "@vitejs/plugin-react": "^6.0.2", | |
| "oxlint": "^1.69.0", | |
| "typescript": "~7.0.2", | |
| "vite": "^8.1.5" | |
| } | |
| } | |