{ "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" } }