{ "name": "@polyfrost/website", "type": "module", "private": true, "scripts": { "dev": "astro dev", "start": "astro start", "build": "astro build", "preview": "astro preview" }, "dependencies": { "@astrojs/tailwind": "^5.0.2", "astro": "^3.3.0", "tailwindcss": "^3.3.3" }, "devDependencies": { "typescript": "^5.2.2" } }