2024-03-19 12:59:26 +01:00
|
|
|
{
|
|
|
|
"name": "personal-website",
|
|
|
|
"type": "module",
|
|
|
|
"version": "0.0.1",
|
|
|
|
"scripts": {
|
|
|
|
"dev": "astro dev",
|
|
|
|
"start": "astro dev",
|
|
|
|
"build": "astro build",
|
|
|
|
"preview": "astro preview",
|
|
|
|
"astro": "astro"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2024-07-05 15:53:16 +02:00
|
|
|
"@astrojs/mdx": "^3.1.2",
|
|
|
|
"@astrojs/node": "^8.3.2",
|
2024-06-20 14:17:06 +02:00
|
|
|
"@astrojs/react": "^3.6.0",
|
2024-07-05 15:53:16 +02:00
|
|
|
"@astrojs/rss": "^4.0.7",
|
2024-06-20 14:17:06 +02:00
|
|
|
"@astrojs/sitemap": "^3.1.6",
|
2024-03-19 12:59:26 +01:00
|
|
|
"@astrojs/tailwind": "^5.1.0",
|
2024-04-07 11:11:04 +02:00
|
|
|
"@radix-ui/react-dropdown-menu": "^2.0.6",
|
2024-06-08 14:42:05 +02:00
|
|
|
"@radix-ui/react-label": "^2.0.2",
|
2024-06-12 10:19:33 +02:00
|
|
|
"@radix-ui/react-scroll-area": "^1.0.5",
|
|
|
|
"@radix-ui/react-separator": "^1.0.3",
|
2024-04-15 16:37:54 +02:00
|
|
|
"@radix-ui/react-slot": "^1.0.2",
|
|
|
|
"@radix-ui/react-tabs": "^1.0.4",
|
2024-07-06 16:45:42 +02:00
|
|
|
"@radix-ui/react-tooltip": "^1.1.2",
|
2024-04-07 11:11:04 +02:00
|
|
|
"@types/react": "^18.2.74",
|
|
|
|
"@types/react-dom": "^18.2.24",
|
2024-07-05 15:53:16 +02:00
|
|
|
"astro": "^4.11.5",
|
2024-04-07 11:11:04 +02:00
|
|
|
"class-variance-authority": "^0.7.0",
|
|
|
|
"clsx": "^2.1.0",
|
|
|
|
"cmdk": "^1.0.0",
|
2024-04-15 16:37:54 +02:00
|
|
|
"embla-carousel-react": "^8.0.2",
|
2024-04-07 11:11:04 +02:00
|
|
|
"lucide-react": "^0.365.0",
|
|
|
|
"react": "^18.2.0",
|
|
|
|
"react-dom": "^18.2.0",
|
2024-05-30 16:23:22 +02:00
|
|
|
"rehype-pretty-code": "^0.13.2",
|
|
|
|
"rehype-slug": "^6.0.0",
|
2024-04-07 11:11:04 +02:00
|
|
|
"tailwind-merge": "^2.2.2",
|
|
|
|
"tailwindcss": "^3.4.1",
|
|
|
|
"tailwindcss-animate": "^1.0.7",
|
2024-06-08 14:42:05 +02:00
|
|
|
"vaul": "^0.9.0",
|
|
|
|
"zod": "^3.23.8"
|
2024-05-30 16:23:22 +02:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@tailwindcss/typography": "^0.5.13"
|
2024-03-19 12:59:26 +01:00
|
|
|
}
|
|
|
|
}
|