{ "name": "laforceit-blog", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/cloudflare": "latest", "@astrojs/mdx": "latest", "@astrojs/rss": "latest", "@astrojs/sitemap": "latest", "@astrojs/tailwind": "latest", "astro": "latest", "nodemailer": "^6.10.1", "resend": "^4.4.1", "tailwindcss": "^3.0.24" }, "devDependencies": { "@tailwindcss/typography": "^0.5.16" } }