{ "name": "website-next", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro", "lint": "astro check --root ./src", "serve-dist": "node ./dist/server/entry.mjs" }, "dependencies": { "@astrojs/check": "^0.9.0", "@astrojs/cloudflare": "^11.0.1", "@astrojs/markdoc": "^0.12.0", "@astrojs/node": "^8.3.2", "@astrojs/sitemap": "^3.2.0", "@astrojs/tailwind": "^5.1.0", "@fontsource/open-sans": "^5.0.28", "@fontsource/quicksand": "^5.0.18", "@tailwindcss/aspect-ratio": "^0.4.2", "@tailwindcss/forms": "^0.5.7", "@tailwindcss/typography": "^0.5.13", "astro": "^4.10.3", "rehype-autolink-headings": "^7.1.0", "rehype-slug": "^6.0.0", "tailwindcss": "^3.4.4", "typescript": "^5.4.5" }, "devDependencies": { "@anthropic-ai/sdk": "^0.32.0", "gray-matter": "^4.0.3", "marked": "^14.1.2", "sharp": "^0.33.4" } }