Files
wanderer/docs/package.json
dependabot[bot] b13a40355e Bump astro from 6.4.2 to 6.4.8 in /docs (#1068)
Bumps [astro](https://github.com/withastro/astro/tree/HEAD/packages/astro) from 6.4.2 to 6.4.8.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/astro@6.4.8/packages/astro/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/astro@6.4.8/packages/astro)

---
updated-dependencies:
- dependency-name: astro
  dependency-version: 6.4.8
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2026-06-21 13:18:31 +02:00

30 lines
796 B
JSON

{
"name": "docs",
"type": "module",
"version": "0.19.2",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"sync-openapi": "node scripts/sync-openapi.js",
"build": "npm run sync-openapi && astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.9",
"@astrojs/node": "^10.1.2",
"@astrojs/starlight": "^0.39.2",
"@astrojs/starlight-tailwind": "^5.0.0",
"@astrojs/svelte": "^8.1.2",
"@fontsource/ibm-plex-mono": "^5.2.7",
"@fontsource/ibm-plex-sans": "^5.2.8",
"@tailwindcss/vite": "^4.3.0",
"astro": "^6.4.8",
"sharp": "^0.34.5",
"starlight-openapi": "^0.25.3",
"svelte": "^5.56.0",
"tailwindcss": "^4.1.10",
"typescript": "^5.9.3"
}
}