{
  "dependencies": {
    "@react-google-maps/api": "^2.19.3",
    "lucide-react": "0.539.0",
    "next": "15.3.2",
    "react": "^19.0.0",
    "react-dom": "^19.0.0",
    "recharts": "^3.0.2",
    "xlsx": "^0.18.5"
  },
  "devDependencies": {
    "@tailwindcss/postcss": "^4",
    "@types/node": "^20",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "autoprefixer": "^10.4.21",
    "cross-env": "^7.0.3",
    "eslint": "^8.57.0",
    "eslint-config-next": "^15.3.2",
    "postcss": "^8.5.5",
    "tailwindcss": "^3.4.17",
    "typescript": "^5"
  },
  "name": "next-app",
  "private": true,
  "scripts": {
    "build": "next build",
    "dev": "next dev -H 0.0.0.0 -p 3001",
    "dev:turbo": "next dev --turbo -H 0.0.0.0 -p 3001",
    "dev:win": "cross-env NODE_ENV=development next dev -H 0.0.0.0 -p 3000",
    "lint": "next lint"
  },
  "version": "0.1.0"
}
