Files
LUNA-Charts/docs/package.json
T
Ninosaurier 4afa8ba33e
CI / lint-and-format (push) Successful in 33s
CI / changeset-check (push) Successful in 30s
CI / unit-tests (push) Successful in 30s
CI / component-tests (push) Successful in 32s
fix(astrojs): upgrade Node.js engine and dependencies for Astro
- Upgrade required Node.js runtime from 22 to 24 in package.json
- Update pnpm to version 12
- Upgrade astro to 7.2.9 and @astrojs/starlight to 0.41.9
- Update README.md to include NVM and the Node.js 24 requirement
- Update pnpm-workspace.yaml to only install environment-specific dependencies
2026-08-28 15:02:10 +02:00

17 lines
321 B
JSON

{
"name": "docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.41.9",
"astro": "^7.2.9",
"sharp": "^0.34.5"
}
}