{ "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": { "@polyfrost/config": "workspace:*", "@types/node": "~18.17.19", "typescript": "^5.2.2", "node-html-parser": "^6.1.10" } }