personal-website/package.json

48 lines
1.3 KiB
JSON
Raw Permalink Normal View History

2024-03-19 12:59:26 +01:00
{
"name": "personal-website",
"type": "module",
"version": "2.0.0",
"author": "Cyril Šebek <cyril@cyrilsebek.cz>",
"license": "",
2024-03-19 12:59:26 +01:00
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
2024-09-01 08:55:07 +02:00
"@astrojs/mdx": "^3.1.5",
"@astrojs/node": "^8.3.3",
"@astrojs/react": "^3.6.2",
2024-07-05 15:53:16 +02:00
"@astrojs/rss": "^4.0.7",
"@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",
"@radix-ui/react-label": "^2.0.2",
"@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",
"@radix-ui/react-tooltip": "^1.1.2",
"@tailwindcss/typography": "^0.5.13",
2024-04-07 11:11:04 +02:00
"@types/react": "^18.2.74",
"@types/react-dom": "^18.2.24",
2024-09-01 08:55:07 +02:00
"astro": "^4.15.1",
"astro-seo": "^0.8.4",
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",
"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",
"vaul": "^0.9.0",
"zod": "^3.23.8"
2024-03-19 12:59:26 +01:00
}
}