{ "name": "dubai-analytics-admin", "private": true, "version": "1.0.0", "type": "module", "scripts": { "dev": "vite", "build": "vite build", "lint": "eslint . --ext js,jsx --report-unused-disable-directives --max-warnings 0", "preview": "vite preview" }, "dependencies": { "@reduxjs/toolkit": "^2.0.1", "@tanstack/react-query": "^5.8.4", "axios": "^1.6.2", "chart.js": "^4.4.0", "chartjs-adapter-date-fns": "^3.0.0", "clsx": "^2.0.0", "date-fns": "^2.30.0", "file-saver": "^2.0.5", "framer-motion": "^10.18.0", "html2canvas": "^1.4.1", "jspdf": "^2.5.2", "leaflet": "^1.9.4", "lucide-react": "^0.294.0", "plotly.js": "^2.35.3", "react": "^18.2.0", "react-chartjs-2": "^5.2.0", "react-csv": "^2.2.2", "react-dom": "^18.2.0", "react-grid-layout": "^1.5.2", "react-hook-form": "^7.48.2", "react-hot-toast": "^2.4.1", "react-intersection-observer": "^9.16.0", "react-leaflet": "^4.2.1", "react-leaflet-cluster": "^2.1.0", "react-plotly.js": "^2.6.0", "react-redux": "^9.0.4", "react-resizable": "^3.0.5", "react-router-dom": "^6.20.1", "recharts": "^2.8.0", "tailwind-merge": "^2.0.0" }, "devDependencies": { "@types/react": "^18.2.37", "@types/react-dom": "^18.2.15", "@vitejs/plugin-react": "^4.1.1", "autoprefixer": "^10.4.16", "eslint": "^8.53.0", "eslint-plugin-react": "^7.33.2", "eslint-plugin-react-hooks": "^4.6.0", "eslint-plugin-react-refresh": "^0.4.4", "postcss": "^8.4.31", "tailwindcss": "^3.3.5", "vite": "^4.5.0" } }