| { | |
| "name": "client", | |
| "version": "0.1.0", | |
| "private": true, | |
| "scripts": { | |
| "dev": "next dev", | |
| "build": "next build", | |
| "start": "next start", | |
| "lint": "eslint" | |
| }, | |
| "dependencies": { | |
| "@mui/icons-material": "^9.0.1", | |
| "axios": "^1.16.1", | |
| "framer-motion": "^12.39.0", | |
| "lucide-react": "^1.16.0", | |
| "next": "16.2.6", | |
| "react": "19.2.4", | |
| "react-dom": "19.2.4", | |
| "react-dropzone": "^15.0.0", | |
| "react-icons": "^5.6.0", | |
| "recharts": "^3.8.1" | |
| }, | |
| "devDependencies": { | |
| "@tailwindcss/postcss": "^4", | |
| "@types/node": "^20", | |
| "@types/react": "^19", | |
| "@types/react-dom": "^19", | |
| "eslint": "^9", | |
| "eslint-config-next": "16.2.6", | |
| "tailwindcss": "^4", | |
| "typescript": "^5" | |
| } | |
| } | |