Files
bztmon-site/package.json
T
jwright 99455d0168 chore(deps): upgrade Astro 6.4 → 7.0 (Vite 8)
Bumps astro to 7.0.3 and @astrojs/check to the matching release. Vite 8
under the hood; @tailwindcss/vite/sitemap/rss already compatible, Node 22
satisfied. Verified end-to-end: typecheck (0 errors), build, dist scan,
audit gate, and visual render (hero + blog + Shiki) all clean under the new
Rust compiler + Markdown pipeline.
2026-06-27 20:42:02 +10:00

32 lines
717 B
JSON

{
"name": "bztmon-site",
"type": "module",
"version": "0.0.1",
"engines": {
"node": ">=22.12.0"
},
"scripts": {
"dev": "astro dev",
"build": "astro build",
"preview": "astro preview",
"check": "astro check",
"scan": "bash scripts/check-build.sh dist",
"gen:og": "node scripts/gen-og.mjs",
"astro": "astro"
},
"dependencies": {
"@astrojs/rss": "^4.0.18",
"@astrojs/sitemap": "^3.7.3",
"@tailwindcss/vite": "^4.3.1",
"astro": "^7.0.3",
"tailwindcss": "^4.3.1"
},
"devDependencies": {
"@astrojs/check": "^0.9.9",
"@cyclonedx/cyclonedx-npm": "^5.0.0",
"@types/node": "^25.9.3",
"audit-ci": "^7.1.0",
"typescript": "^6.0.3"
}
}