{ "name": "ia-qua-blog", "type": "module", "version": "1.0.0", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "astro": "^5.0.0", "@astrojs/mdx": "^4.0.0", "@astrojs/sitemap": "^3.0.0", "@astrojs/tailwind": "^6.0.0", "tailwindcss": "^3.4.0" } }