{ "name": "website", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/cloudflare": "^7.6.1", "@astrojs/mdx": "^1.1.2", "@astrojs/partytown": "^2.0.1", "@astrojs/prefetch": "^0.4.1", "@astrojs/sitemap": "^3.0.2", "@astrojs/tailwind": "^5.0.2", "astro": "^3.3.2", "scss": "^0.2.4", "tailwindcss": "^3.3.3" } }