website/package.json

38 lines
1.0 KiB
JSON
Raw Normal View History

2024-06-19 19:59:36 +02:00
{
"name": "website-next",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
2024-06-27 21:30:54 +02:00
"build": "astro build",
2024-06-19 19:59:36 +02:00
"preview": "astro preview",
2024-06-27 21:30:54 +02:00
"astro": "astro",
"lint": "astro check --root ./src",
"serve-dist": "node ./dist/server/entry.mjs"
2024-06-19 19:59:36 +02:00
},
"dependencies": {
2024-09-23 08:19:16 +00:00
"@astrojs/check": "^0.9.0",
2024-06-27 16:25:19 +02:00
"@astrojs/cloudflare": "^11.0.1",
2024-06-24 16:34:33 +02:00
"@astrojs/markdoc": "^0.11.0",
2024-06-27 17:07:03 +02:00
"@astrojs/node": "^8.3.2",
2024-10-12 14:13:30 +02:00
"@astrojs/sitemap": "^3.2.0",
2024-06-19 20:21:43 +02:00
"@astrojs/tailwind": "^5.1.0",
2024-06-20 14:07:00 +02:00
"@fontsource/open-sans": "^5.0.28",
"@fontsource/quicksand": "^5.0.18",
2024-06-20 13:57:00 +02:00
"@tailwindcss/aspect-ratio": "^0.4.2",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.13",
2024-06-19 20:21:43 +02:00
"astro": "^4.10.3",
2024-07-08 18:03:18 +02:00
"rehype-autolink-headings": "^7.1.0",
"rehype-slug": "^6.0.0",
2024-06-19 20:21:43 +02:00
"tailwindcss": "^3.4.4",
2024-06-19 19:59:36 +02:00
"typescript": "^5.4.5"
2024-06-27 21:30:54 +02:00
},
"devDependencies": {
"@anthropic-ai/sdk": "^0.32.0",
2024-10-12 14:08:36 +02:00
"gray-matter": "^4.0.3",
"marked": "^14.1.2",
2024-06-27 21:30:54 +02:00
"sharp": "^0.33.4"
2024-06-19 19:59:36 +02:00
}
}