Files
website/astro/package.json
2026-03-07 16:28:49 +01:00

22 lines
460 B
JSON

{
"name": "astro",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/preact": "^4.1.3",
"@directus/sdk": "^21.2.0",
"@tailwindcss/vite": "^4.2.1",
"astro": "^5.17.1",
"mdast-util-to-string": "^4.0.0",
"preact": "^10.28.4",
"reading-time": "^1.5.0",
"tailwindcss": "^4.2.1"
}
}