1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16
{ "name": "@polyfrost/website", "private": true, "scripts": { "dev": "astro dev", "start": "astro start", "build": "astro build", "preview": "astro preview" }, "dependencies": { "astro": "^2.10.12" }, "devDependencies": { "typescript": "^5.1.6" } }