{ "name": "site", "version": "0.1.0", "private": true, "scripts": { "dev": "next dev --webpack", "build": "next build --webpack", "start": "next start", "lint": "eslint" }, "dependencies": { "@radix-ui/react-slot": "^1.2.4", "class-variance-authority": "^0.7.1", "clsx": "^2.1.1", "contentlayer2": "^0.5.8", "date-fns": "^4.1.0", "lucide-react": "^0.562.0", "maplibre-gl": "^5.15.0", "next": "16.1.1", "next-contentlayer2": "^0.5.8", "next-plausible": "^3.12.5", "next-themes": "^0.4.6", "pmtiles": "^4.3.2", "react": "19.2.3", "react-dom": "19.2.3", "react-map-gl": "^8.1.0", "rehype-autolink-headings": "^7.1.0", "rehype-pretty-code": "^0.14.1", "rehype-slug": "^6.0.0", "shiki": "^3.20.0", "tailwind-merge": "^3.4.0" }, "devDependencies": { "@tailwindcss/postcss": "^4", "@tailwindcss/typography": "^0.5.19", "@types/maplibre-gl": "^1.13.2", "@types/node": "^20", "@types/react": "^19", "@types/react-dom": "^19", "eslint": "^9", "eslint-config-next": "16.1.1", "tailwindcss": "^4", "tw-animate-css": "^1.4.0", "typescript": "^5" } }