Spaces:
Sleeping
Sleeping
| { | |
| "name": "frontend", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "clean": "if exist .next rmdir /s /q .next", | |
| "dev": "next dev", | |
| "dev:turbo": "next dev --turbo", | |
| "dev:safe": "node --max-old-space-size=4096 node_modules/next/dist/bin/next dev", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "eslint" | |
| }, | |
| "dependencies": { | |
| "@base-ui/react": "^1.4.1", | |
| "class-variance-authority": "^0.7.1", | |
| "clsx": "^2.1.1", | |
| "framer-motion": "^12.38.0", | |
| "lucide-react": "^1.11.0", | |
| "next": "16.2.4", | |
| "next-themes": "^0.4.6", | |
| "react": "19.2.4", | |
| "react-dom": "19.2.4", | |
| "recharts": "^3.8.1", | |
| "shadcn": "^4.5.0", | |
| "tailwind-merge": "^3.5.0", | |
| "tw-animate-css": "^1.4.0" | |
| }, | |
| "devDependencies": { | |
| "@tailwindcss/postcss": "^4", | |
| "@types/node": "^20", | |
| "@types/react": "^19", | |
| "@types/react-dom": "^19", | |
| "eslint": "^9", | |
| "eslint-config-next": "16.2.4", | |
| "tailwindcss": "^4", | |
| "typescript": "^5" | |
| } | |
| } |