{ "private": true, "scripts": { "dev": "next dev", "build": "next build", "start": "next start", "db:seed": "npx prisma db seed" }, "prisma": { "seed": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts --no-reset", "seed:reset": "ts-node --compiler-options {\"module\":\"CommonJS\"} prisma/seed.ts" }, "dependencies": { "@aws-sdk/client-rekognition": "^3.449.0", "@evyweb/ioctopus": "^1.2.0", "@faker-js/faker": "^9.7.0", "@hookform/resolvers": "^4.1.2", "@mapbox/mapbox-gl-geocoder": "^5.0.3", "@prisma/client": "^6.4.1", "@prisma/instrumentation": "^6.5.0", "@radix-ui/react-alert-dialog": "^1.1.6", "@radix-ui/react-avatar": "^1.1.3", "@radix-ui/react-checkbox": "^1.1.1", "@radix-ui/react-collapsible": "^1.1.3", "@radix-ui/react-dialog": "^1.1.6", "@radix-ui/react-dropdown-menu": "^2.1.1", "@radix-ui/react-label": "^2.1.2", "@radix-ui/react-popover": "^1.1.6", "@radix-ui/react-progress": "^1.1.3", "@radix-ui/react-radio-group": "^1.2.3", "@radix-ui/react-scroll-area": "^1.2.3", "@radix-ui/react-select": "^2.1.6", "@radix-ui/react-separator": "^1.1.2", "@radix-ui/react-slider": "^1.3.2", "@radix-ui/react-slot": "^1.1.2", "@radix-ui/react-switch": "^1.1.3", "@radix-ui/react-tabs": "^1.1.3", "@radix-ui/react-tooltip": "^1.1.8", "@react-three/drei": "^9.122.0", "@react-three/fiber": "^8.18.0", "@sentry/nextjs": "^9.5.0", "@supabase/ssr": "^0.4.1", "@supabase/supabase-js": "latest", "@tabler/icons-react": "^3.30.0", "@tanstack/react-query": "^5.66.9", "@tanstack/react-table": "^8.21.2", "@tanstack/react-virtual": "^3.13.2", "@turf/turf": "^7.2.0", "@types/mapbox-gl": "^3.4.1", "autoprefixer": "10.4.20", "aws-sdk": "^2.1692.0", "class-variance-authority": "^0.7.0", "clsx": "^2.1.1", "cobe": "^0.6.3", "csv-parse": "^5.6.0", "csv-parser": "^3.2.0", "date-fns": "^3.6.0", "embla-carousel-react": "^8.5.2", "framer-motion": "^12.12.1", "input-otp": "^1.4.2", "lucide-react": "^0.468.0", "mapbox-gl": "^3.11.0", "mapbox-gl-animated-popup": "^0.4.0", "ml-kmeans": "^6.0.0", "next": "latest", "next-themes": "^0.4.4", "prettier": "^3.3.3", "react": "^18.3.1", "react-day-picker": "^8.10.1", "react-dom": "^18.3.1", "react-hook-form": "^7.54.2", "react-map-gl": "^8.0.3", "recharts": "^2.15.2", "resend": "^4.1.2", "sonner": "^2.0.1", "three": "^0.176.0", "three-globe": "^2.42.4", "threebox-plugin": "^2.2.7", "uuid": "^11.1.0", "vaul": "^1.1.2", "zod": "^3.24.2", "zustand": "^5.0.3" }, "devDependencies": { "@snaplet/copycat": "^6.0.0", "@snaplet/seed": "0.98.0", "@tanstack/eslint-plugin-query": "^5.67.2", "@tanstack/react-query-devtools": "^5.67.2", "@types/mapbox__mapbox-gl-geocoder": "^5.0.0", "@types/node": "^22.10.2", "@types/react": "^19.0.2", "@types/react-dom": "19.0.2", "@types/three": "^0.176.0", "@types/uuid": "^10.0.0", "postcss": "8.4.49", "postgres": "^3.4.5", "prisma": "^6.4.1", "react-email": "3.0.7", "tailwind-merge": "^2.6.0", "tailwindcss": "3.4.17", "tailwindcss-animate": "^1.0.7", "ts-node": "^10.9.2", "typescript": "^5.7.2" }, "overrides": { "react-is": "^19.0.0-rc-69d4b800-20241021" } }