{ "name": "frontend", "private": true, "version": "0.0.0", "type": "module", "scripts": { "dev": "vite", "build": "tsc -b && vite build", "lint": "eslint .", "preview": "vite preview" }, "dependencies": { "@chakra-ui/icons": "^2.2.4", "@chakra-ui/react": "^2.7.1", "@chakra-ui/slider": "^2.1.0", "@emotion/react": "^11.14.0", "@emotion/styled": "^11.14.0", "chart.js": "^4.4.9", "emotion-theming": "^11.0.0", "framer-motion": "^12.11.0", "leaflet": "^1.9.4", "lodash": "^4.17.21", "react": "^18.3.1", "react-chartjs-2": "^5.3.0", "react-dom": "^18.3.1", "react-leaflet": "^4.2.1", "react-select": "^5.10.1", "rechart": "^0.0.1" }, "devDependencies": { "@eslint/js": "^9.17.0", "@types/leaflet": "^1.9.17", "@types/lodash": "^4.17.16", "@types/node": "^22.15.17", "@types/react": "^18.3.21", "@types/react-dom": "^18.3.5", "@types/recharts": "^2.0.1", "@vitejs/plugin-react": "^4.3.4", "eslint": "^9.17.0", "eslint-plugin-react-hooks": "^5.0.0", "eslint-plugin-react-refresh": "^0.4.16", "globals": "^15.14.0", "typescript": "~5.6.2", "typescript-eslint": "^8.18.2", "vite": "^6.0.5" }, "proxy": "http://localhost:8000" }