{ "name": "alure-website", "version": "0.2.0", "private": true, "type": "module", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/preact": "^3.0.0", "@astrojs/tailwind": "^5.0.0", "@fontsource-variable/exo": "^5.0.9", "@tailwindcss/typography": "^0.5.9", "astro": "^3.0.7", "preact": "^10.17.1", "tailwindcss": "^3.3.3" }, "devDependencies": { "eslint": "^8.48.0", "eslint-plugin-astro": "^0.29.0" } }