{ "name": "my-fav-stuff", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "astro": "^5.7.13", "tailwindcss": "^3.4.3", "@astrojs/tailwind": "^6.0.2" }, "devDependencies": { "autoprefixer": "^10.4.21" } }