{ "name": "website-frontend", "version": "1.0.0", "description": "Frontend for the PHC website", "scripts": { "dev": "astro dev", "start": "astro dev", "build": "astro build", "preview": "astro preview" }, "license": "MIT", "dependencies": { "astro": "^2.3.1", "sass": "^1.62.1" } }