diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 44 |
1 files changed, 44 insertions, 0 deletions
diff --git a/package.json b/package.json new file mode 100644 index 0000000..1d9258f --- /dev/null +++ b/package.json @@ -0,0 +1,44 @@ +{ + "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-themes": "^0.4.6", + "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" + } +} |
