{ "name": "garmin-health-lab-client", "version": "0.1.0", "private": true, "proxy": "http://localhost:5000", "dependencies": { "axios": "^1.5.0", "date-fns": "^2.30.0", "framework7": "^9.1.2", "framework7-icons": "^5.0.5", "framework7-react": "^9.1.2", "react": "^18.2.0", "react-dom": "^18.2.0", "react-router-dom": "^6.14.2", "recharts": "^2.8.0", "tailwindcss": "^3.3.2" }, "devDependencies": { "@types/react": "^18.2.14", "@types/react-dom": "^18.2.6", "react-scripts": "5.0.1", "typescript": "^5.1.3" }, "scripts": { "start": "react-scripts start", "build": "react-scripts build", "test": "react-scripts test", "typecheck": "tsc --noEmit", "eject": "react-scripts eject" }, "eslintConfig": { "extends": [ "react-app" ] }, "browserslist": { "production": [ ">0.2%", "not dead", "not op_mini all" ], "development": [ "last 1 chrome version", "last 1 firefox version", "last 1 safari version" ] } }