50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "konulu-konum",
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro check && astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/check": "^0.4.1",
|
|
"@astrojs/node": "^8.3.2",
|
|
"@astrojs/react": "^3.0.9",
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
"@astrojs/vercel": "^7.3.1",
|
|
"@radix-ui/react-checkbox": "^1.0.4",
|
|
"@radix-ui/react-icons": "^1.3.0",
|
|
"@radix-ui/react-label": "^2.0.2",
|
|
"@radix-ui/react-separator": "^1.0.3",
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
"@types/leaflet": "^1.9.12",
|
|
"@types/react": "^18.2.47",
|
|
"@types/react-dom": "^18.2.18",
|
|
"astro": "^4.1.2",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.0",
|
|
"dayjs": "^1.11.10",
|
|
"htmx.org": "^1.9.12",
|
|
"kysely": "^0.26.0",
|
|
"leaflet": "^1.9.4",
|
|
"lit": "^3.1.4",
|
|
"lucide-react": "^0.309.0",
|
|
"nanoid": "^5.0.4",
|
|
"react": "^18.2.0",
|
|
"react-dom": "^18.2.0",
|
|
"tailwind-merge": "^2.2.0",
|
|
"tailwindcss": "^3.4.1",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"toastify-js": "^1.12.0",
|
|
"typescript": "^5.3.3"
|
|
},
|
|
"devDependencies": {
|
|
"@types/bun": "^1.0.5",
|
|
"@types/google.maps": "^3.54.10",
|
|
"@types/toastify-js": "^1.12.3"
|
|
}
|
|
}
|