{ "name": "website-final", "type": "module", "version": "0.0.1", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview", "astro": "astro" }, "dependencies": { "@astrojs/tailwind": "^3.0.1", "astro": "^2.0.17", "astro-icon": "^0.8.0", "tailwindcss": "^3.2.7" } }