{ "name": "@onwidget/astrowind", "description": "A template to make your website using Astro + Tailwind CSS.", "version": "0.0.5", "private": true, "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview" }, "devDependencies": { "@astrojs/sitemap": "^0.3.0", "@astrojs/tailwind": "^1.0.0", "astro": "^1.0.0" } }