{ "name": "", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro check && astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/alpinejs": "^0.3.1", "@astrojs/check": "^0.3.1", "@astrojs/tailwind": "^5.0.2", "@types/alpinejs": "^3.13.5", "alpinejs": "^3.13.3", "astro": "^3.6.2", "tailwindcss": "^3.3.5", "typescript": "^5.3.2" } }