{ "name": "client", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev", "build": "ANALYZE=true next build", "start": "next start", "lint": "next lint", "typeCheck": "tsc -p ./tsconfig.json", "format": "prettier --check \"**/*.{js,jsx,ts,tsx}\"", "format:fix": "prettier --write \"**/*.{js,jsx,ts,tsx}\"" }, "dependencies": { "@auth/mongodb-adapter": "^3.5.2", "@headlessui-float/react": "^0.15.0", "@headlessui/react": "^2.1.8", "@headlessui/tailwindcss": "^0.2.1", "@hookform/resolvers": "^3.9.0", "@infra-blocks/zod-utils": "^0.4.2", "@next/bundle-analyzer": "^14.0.4", "@tanstack/react-query": "^5.29.0", "@trivago/prettier-plugin-sort-imports": "^4.2.0", "@turf/boolean-point-in-polygon": "^7.0.0-alpha.114", "@types/node": "^22.7.2", "autoprefixer": "^10.4.16", "date-fns": "^4.1.0", "geojson": "^0.5.0", "jotai": "^2.6.1", "leaflet": "^1.9.4", "leaflet-defaulticon-compatibility": "^0.1.2", "leaflet-draw": "^1.0.4", "leaflet-gesture-handling": "^1.2.2", "leaflet.markercluster": "^1.5.3", "leaflet.smooth_marker_bouncing": "3.0.3", "lodash": "^4.17.21", "mongodb": "^6.4.0", "next": "^14.0.4", "next-auth": "^5.0.0-beta.16", "next-intl": "^3.3.2", "next-pwa": "^5.6.0", "next-safe-action": "^7.9.3", "nodemailer": "^6.9.12", "postcss": "^8.4.47", "react": "^18.2.0", "react-date-range": "^2.0.1", "react-datepicker": "^7.4.0", "react-dom": "^18.2.0", "react-hook-form": "^7.46.1", "react-icons": "^5.3.0", "react-input-mask": "^2.0.4", "react-leaflet": "^4.2.1", "react-leaflet-cluster": "^2.1.0", "react-leaflet-draw": "^0.20.4", "react-select": "^5.7.4", "react-tooltip": "^5.18.0", "sharp": "^0.33.0", "superjson": "^2.2.1", "tailwind-merge": "^2.0.0", "tailwindcss": "^3.3.5", "typescript": "^5.3.3", "zod": "^3.22.4" }, "devDependencies": { "@swc-jotai/react-refresh": "^0.2.0", "@tailwindcss/forms": "^0.5.4", "@tailwindcss/typography": "^0.5.15", "@testing-library/jest-dom": "^6.1.2", "@types/leaflet": "^1.9.12", "@types/lodash": "^4.14.195", "@types/nodemailer": "^6.4.8", "@types/react": "^18.2.27", "@types/react-date-range": "^1.4.9", "@types/react-dom": "^18.2.18", "@types/react-input-mask": "^3.0.2", "eslint": "8", "eslint-config-next": "^14.0.4", "eslint-config-prettier": "^9.0.0", "eslint-plugin-react-hooks": "^5.0.0-canary-7118f5dd7-20230705", "prettier": "^3.1.1", "prettier-plugin-tailwindcss": "^0.6.8" }, "packageManager": "yarn@1.22.22+sha1.ac34549e6aa8e7ead463a7407e1c7390f61a6610" }