Upgrades the docs site from Astro 5/Starlight 0.37 to Astro 6/Starlight 0.38. Adds Cloudflare adapter for deployment. Updates Node.js prerequisites across all docs to match Astro 6's requirement of v22.12.0+. Bumps catalog versions for @astrojs/cloudflare and wrangler.
27 lines
593 B
JSON
27 lines
593 B
JSON
{
|
|
"name": "docs",
|
|
"private": true,
|
|
"type": "module",
|
|
"version": "0.0.1",
|
|
"scripts": {
|
|
"dev": "astro dev",
|
|
"start": "astro dev",
|
|
"build": "astro build",
|
|
"preview": "astro preview",
|
|
"astro": "astro",
|
|
"generate-types": "wrangler types"
|
|
},
|
|
"dependencies": {
|
|
"@astrojs/cloudflare": "^13.1.7",
|
|
"@astrojs/starlight": "^0.38.2",
|
|
"@astrojs/starlight-tailwind": "^5.0.0",
|
|
"astro": "^6.1.3",
|
|
"sharp": "^0.34.5",
|
|
"starlight-utils": "^1.0.0",
|
|
"tailwindcss": "^4.1.18",
|
|
"wrangler": "catalog:"
|
|
},
|
|
"overrides": {
|
|
"vite": "^7"
|
|
}
|
|
} |