{ "name": "website", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/mdx": "^4.0.1", "@astrojs/rss": "^4.0.10", "@astrojs/sitemap": "^3.2.1", "@astrojs/tailwind": "^5.1.3", "astro": "^5.0.3", "tailwindcss": "^3.4.16" }, "devDependencies": { "@flydotio/dockerfile": "^0.5.9", "@tailwindcss/typography": "^0.5.15" } }