Files
wanderer/docs/package.json
dependabot[bot] 2430bfe671 Bump @astrojs/node from 9.5.4 to 10.0.0 in /docs (#895)
Bumps [@astrojs/node](https://github.com/withastro/astro/tree/HEAD/packages/integrations/node) from 9.5.4 to 10.0.0.
- [Release notes](https://github.com/withastro/astro/releases)
- [Changelog](https://github.com/withastro/astro/blob/main/packages/integrations/node/CHANGELOG.md)
- [Commits](https://github.com/withastro/astro/commits/@astrojs/node@10.0.0/packages/integrations/node)

---
updated-dependencies:
- dependency-name: "@astrojs/node"
  dependency-version: 10.0.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Flomp <Flomp@users.noreply.github.com>
2026-03-25 13:59:07 +01:00

29 lines
721 B
JSON

{
"name": "docs",
"type": "module",
"version": "0.18.5",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"build": "astro check && astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/check": "^0.9.6",
"@astrojs/node": "^10.0.0",
"@astrojs/starlight": "^0.37.6",
"@astrojs/starlight-tailwind": "^4.0.2",
"@astrojs/svelte": "^7.2.5",
"@fontsource/ibm-plex-mono": "^5.2.7",
"@fontsource/ibm-plex-sans": "^5.2.8",
"@tailwindcss/vite": "^4.2.1",
"astro": "^5.18.0",
"sharp": "^0.34.5",
"starlight-openapi": "^0.22.0",
"svelte": "^5.53.6",
"tailwindcss": "^4.1.10",
"typescript": "^5.9.3"
}
}