package.json
1 { 2 "name": "site", 3 "type": "module", 4 "version": "0.0.1", 5 "scripts": { 6 "dev": "astro dev", 7 "start": "astro dev", 8 "build": "astro check && astro build", 9 "preview": "astro preview", 10 "astro": "astro", 11 "serve": "npx serve ./dist" 12 }, 13 "dependencies": { 14 "@astrojs/check": "^0.3.1", 15 "@astrojs/starlight": "^0.13.0", 16 "astro": "^3.2.3", 17 "sharp": "^0.32.5", 18 "starlight-blog": "^0.4.0", 19 "typescript": "^5.3.2" 20 }, 21 "devDependencies": { 22 "serve": "^14.2.1" 23 } 24 }