konulu-konum/package.json

50 lines
1.3 KiB
JSON
Raw Normal View History

2024-01-14 17:55:34 +00:00
{
"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",
2024-07-17 15:23:55 +00:00
"@astrojs/react": "^3.6.0",
2024-01-14 17:55:34 +00:00
"@astrojs/tailwind": "^5.1.0",
2024-07-17 15:23:55 +00:00
"@astrojs/vercel": "^7.7.2",
"@radix-ui/react-checkbox": "^1.1.1",
2024-01-14 17:55:34 +00:00
"@radix-ui/react-icons": "^1.3.0",
2024-07-17 15:23:55 +00:00
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@types/leaflet": "^1.9.12",
2024-07-17 15:23:55 +00:00
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"astro": "^4.11.6",
2024-01-14 17:55:34 +00:00
"class-variance-authority": "^0.7.0",
2024-07-17 15:23:55 +00:00
"clsx": "^2.1.1",
"dayjs": "^1.11.11",
2024-07-06 12:56:58 +00:00
"htmx.org": "^1.9.12",
2024-07-17 15:23:55 +00:00
"kysely": "^0.26.3",
"leaflet": "^1.9.4",
2024-07-11 10:49:35 +00:00
"lit": "^3.1.4",
2024-01-14 17:55:34 +00:00
"lucide-react": "^0.309.0",
2024-07-17 15:23:55 +00:00
"nanoid": "^5.0.7",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"tailwind-merge": "^2.4.0",
"tailwindcss": "^3.4.6",
2024-01-14 17:55:34 +00:00
"tailwindcss-animate": "^1.0.7",
"toastify-js": "^1.12.0",
2024-07-17 15:23:55 +00:00
"typescript": "^5.5.3"
2024-01-15 11:11:06 +00:00
},
"devDependencies": {
2024-07-17 15:23:55 +00:00
"@types/bun": "^1.1.6",
"@types/google.maps": "^3.55.11",
"@types/toastify-js": "^1.12.3"
2024-02-21 10:34:09 +00:00
}
2024-01-14 17:55:34 +00:00
}