Files
wehub-resource-sync cddb07a176
build container image / cpu (push) Waiting to run
build container image / cuda (push) Waiting to run
build container image / rocm (push) Waiting to run
frontend tests / frontend-tests (push) Waiting to run
openapi checks / openapi-checks (push) Waiting to run
python tests / py3.12: macos-default (push) Waiting to run
python tests / py3.11: windows-cpu (push) Waiting to run
python tests / py3.12: windows-cpu (push) Waiting to run
python tests / py3.11: linux-cpu (push) Waiting to run
python tests / py3.12: linux-cpu (push) Waiting to run
typegen checks / typegen-checks (push) Waiting to run
uv lock checks / uv-lock-checks (push) Waiting to run
frontend checks / frontend-checks (push) Waiting to run
lfs checks / lfs-check (push) Waiting to run
python checks / python-checks (push) Waiting to run
python tests / py3.11: macos-default (push) Waiting to run
docs / deploy (push) Has been cancelled
docs / changes (push) Has been cancelled
docs / check-and-build (push) Has been cancelled
chore: import upstream snapshot with attribution
2026-07-13 13:22:06 +08:00

35 lines
1.1 KiB
JSON

{
"name": "docs",
"type": "module",
"version": "0.0.1",
"scripts": {
"dev": "astro dev",
"start": "astro dev",
"generate-docs-data": "uv run python ../scripts/generate_docs_json.py",
"check-docs-data": "pnpm run generate-docs-data && git diff --exit-code -- src/generated",
"check-deploy-output": "node ./scripts/verify-deploy-output.mjs",
"check-redirects": "node ./scripts/validate-redirect-targets.mjs",
"build": "astro build",
"preview": "astro preview",
"astro": "astro"
},
"dependencies": {
"@astrojs/starlight": "^0.39.2",
"@fontsource-variable/inter": "^5.2.8",
"@fontsource-variable/roboto-mono": "^5.2.9",
"astro": "^6.3.7",
"mermaid": "^11.15.0",
"rehype-external-links": "^3.0.0",
"sharp": "^0.34.5",
"starlight-changelogs": "^0.5.0",
"starlight-contextual-menu": "^0.1.5",
"starlight-links-validator": "^0.24.0",
"starlight-llms-txt": "^0.10.0"
},
"devDependencies": {
"node-addon-api": "^8.8.0",
"node-gyp": "^12.3.0"
},
"packageManager": "pnpm@10.12.4"
}