{ "name": "client", "version": "0.1.0", "private": true, "proxy": "http://localhost:5000", "dependencies": { "@types/node": "^16.18.70", "@types/react": "^18.2.48", "@types/react-dom": "^18.2.18", "class-variance-authority": "^0.7.0", "clsx": "^2.0.0", "lucide-react": "^0.298.0", "react": "^18.2.0", "react-dom": "^18.2.0", "react-scripts": "5.0.1", "recharts": "^2.10.3", "tailwind-merge": "^2.1.0", "typescript": "^4.9.5", "web-vitals": "^2.1.4" }, "devDependencies": { "@tailwindcss/postcss7-compat": "^2.2.17", "autoprefixer": "^10.4.16", "postcss": "^8.4.32", "tailwindcss": "^3.4.0" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app", "react-app/jest" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }