konulu-konum/package.json

45 lines
1.2 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/react": "^3.0.9",
"@astrojs/tailwind": "^5.1.0",
2024-02-14 15:00:50 +00:00
"@astrojs/vercel": "^7.3.1",
2024-02-02 17:18:49 +00:00
"@radix-ui/react-checkbox": "^1.0.4",
2024-01-14 17:55:34 +00:00
"@radix-ui/react-icons": "^1.3.0",
2024-01-18 18:07:14 +00:00
"@radix-ui/react-label": "^2.0.2",
2024-01-17 21:50:12 +00:00
"@radix-ui/react-separator": "^1.0.3",
2024-01-14 17:55:34 +00:00
"@radix-ui/react-slot": "^1.0.2",
"@types/react": "^18.2.47",
"@types/react-dom": "^18.2.18",
2024-01-20 18:59:51 +00:00
"@vercel/blob": "^0.19.0",
"@vercel/postgres-kysely": "^0.7.1",
2024-01-14 17:55:34 +00:00
"astro": "^4.1.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
2024-01-29 20:01:52 +00:00
"dayjs": "^1.11.10",
2024-01-24 05:49:27 +00:00
"kysely": "^0.26.0",
2024-01-14 17:55:34 +00:00
"lucide-react": "^0.309.0",
"nanoid": "^5.0.4",
2024-01-14 17:55:34 +00:00
"react": "^18.2.0",
"react-dom": "^18.2.0",
"tailwind-merge": "^2.2.0",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"typescript": "^5.3.3"
2024-01-15 11:11:06 +00:00
},
"devDependencies": {
2024-02-14 15:00:50 +00:00
"@types/bun": "^1.0.5",
"@types/google.maps": "^3.54.10"
2024-01-14 17:55:34 +00:00
}
}