{ "name": "alure-website", "version": "0.1.0", "private": true, "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/preact": "^2.2.1", "@astrojs/tailwind": "^4.0.0", "@fontsource-variable/exo": "^5.0.6", "@tailwindcss/typography": "^0.5.9", "astro": "^2.9.2", "preact": "^10.6.5", "tailwindcss": "^3.0.24" } }