47 lines
1.2 KiB
JSON
47 lines
1.2 KiB
JSON
{
|
|
"name": "website",
|
|
"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.7.0",
|
|
"@astrojs/mdx": "^3.1.1",
|
|
"@astrojs/react": "^3.6.0",
|
|
"@astrojs/rss": "^4.0.7",
|
|
"@astrojs/tailwind": "^5.1.0",
|
|
"@astrojs/vercel": "^7.7.2",
|
|
"@radix-ui/react-dialog": "^1.1.1",
|
|
"@radix-ui/react-scroll-area": "^1.1.0",
|
|
"@radix-ui/react-slot": "^1.1.0",
|
|
"@tailwindcss/typography": "^0.5.13",
|
|
"@types/react": "^18.3.3",
|
|
"@types/react-dom": "^18.3.0",
|
|
"astro": "^4.11.0",
|
|
"class-variance-authority": "^0.7.0",
|
|
"clsx": "^2.1.1",
|
|
"fast-glob": "^3.3.2",
|
|
"lucide-react": "^0.396.0",
|
|
"markdown-it": "^14.1.0",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"react-markdown": "^9.0.1",
|
|
"rehype-pretty-code": "^0.13.2",
|
|
"rehype-slug": "^6.0.0",
|
|
"sanitize-html": "^2.13.0",
|
|
"sharp": "^0.33.4",
|
|
"tailwind-merge": "^2.3.0",
|
|
"tailwindcss": "^3.4.4",
|
|
"tailwindcss-animate": "^1.0.7",
|
|
"typescript": "^5.5.2"
|
|
},
|
|
"devDependencies": {
|
|
"pocketbase": "^0.21.3"
|
|
}
|
|
}
|