ispmail-workaround-org/package.json
Christoph Haas 2d8a24d8a4
All checks were successful
/ build (push) Successful in 1m39s
chore: upgrade to Astro v6
- Upgrade astro from 5.18.2 to 6.4.4
- Upgrade @astrojs/starlight from 0.35.2 to 0.39.3
- Upgrade @astrojs/sitemap from 3.5.0 to 3.7.3
- Upgrade @astrojs/check from 0.9.4 to 0.9.9
- Upgrade typescript from 5.9.3 to 6.0.3
- Upgrade sharp from 0.32.6 to 0.34.5
- Fix Starlight sidebar config for v0.39.0 (autogenerate → items array)
- Migrate markdown plugins to unified() API

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-06-05 23:58:58 +02:00

27 lines
735 B
JSON

{
"name": "workaround",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"deploy-prod": "rsync -va --delete dist/ narnia.workaround.org:/srv/www/workaround.org/",
"deploy-stage": "rsync -va --delete dist/ narnia.workaround.org:/srv/www/stage.workaround.org/",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/sitemap": "^3.7.3",
"@astrojs/starlight": "^0.39.3",
"@splidejs/splide": "^4.1.4",
"astro": "^6.4.4",
"astro-splide": "^2.1.1",
"sharp": "^0.34.5",
"typescript": "^6.0.3"
},
"engines": {
"bun": ">=1.3"
}
}