Files
trycua--cua/docs/package.json
T
wehub-resource-sync 91e75e620b
CI: cua-driver distro-compat matrix / Resolve release version (push) Waiting to run
CI: cua-driver distro-compat matrix / debian:12 (glibc 2.36) (push) Blocked by required conditions
CI: cua-driver distro-compat matrix / fedora:41 (glibc 2.40) (push) Blocked by required conditions
CI: cua-driver distro-compat matrix / rockylinux:9 (glibc 2.34) (push) Blocked by required conditions
CI: cua-driver distro-compat matrix / ubuntu:22.04 (glibc 2.35) (push) Blocked by required conditions
CI: cua-driver distro-compat matrix / ubuntu:24.04 (glibc 2.39) (push) Blocked by required conditions
CI: cua-driver distro-compat matrix / Distro compat summary (push) Blocked by required conditions
CI: Nix Linux Rust source / Nix / compositor build (push) Waiting to run
CI: Nix Linux Rust source / Nix / driver package (push) Waiting to run
CI: Nix Linux Rust source / Nix / Rust unit tests (push) Waiting to run
CI: Rust Linux unit / Rust Linux unit and compile (push) Waiting to run
CI: Rust Windows unit / Rust Windows unit and compile (push) Waiting to run
CI: SPDX Headers / Check SPDX headers (warn-only) (push) Waiting to run
CD: Docs MCP Server / build (linux/amd64) (push) Waiting to run
CD: Docs MCP Server / build (linux/arm64) (push) Waiting to run
CD: Docs MCP Server / merge (push) Blocked by required conditions
chore: import upstream snapshot with attribution
2026-07-13 13:03:19 +08:00

49 lines
1.7 KiB
JSON

{
"name": "docs",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbo -p 8090",
"start": "next start -p 8090",
"postinstall": "fumadocs-mdx",
"docs:generate": "tsx ../scripts/docs-generators/runner.ts",
"docs:check": "tsx ../scripts/docs-generators/runner.ts --check",
"docs:list": "tsx ../scripts/docs-generators/runner.ts --list",
"docs:generate:lume": "tsx ../scripts/docs-generators/lume.ts",
"docs:generate:cua-driver": "tsx ../scripts/docs-generators/cua-driver.ts",
"docs:generate:python": "tsx ../scripts/docs-generators/python-sdk.ts",
"docs:generate:changelog": "tsx ../scripts/docs-generators/generate-changelog.ts",
"docs:generate:versions": "tsx ../scripts/docs-generators/generate-versioned-docs.ts",
"docs:check-links": "tsx scripts/check-links.ts",
"docs:check-links:external": "tsx scripts/check-links.ts --external",
"docs:check-hygiene": "tsx scripts/check-hygiene.ts"
},
"dependencies": {
"fumadocs-core": "16.0.8",
"fumadocs-mdx": "13.0.8",
"fumadocs-ui": "16.0.8",
"lucide-react": "^0.525.0",
"next": "16.2.6",
"next-themes": "^0.4.6",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-icons": "^5.5.0",
"zod": "^4.1.12"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.8",
"@types/mdx": "^2.0.13",
"@types/node": "22.15.28",
"@types/react": "^19.1.6",
"@types/react-dom": "^19.1.5",
"fast-glob": "^3.3.3",
"next-validate-link": "^1.6.6",
"postcss": "^8.5.10",
"prettier": "^3.6.2",
"tailwindcss": "^4.1.8",
"tsx": "^4.7.0",
"typescript": "^5.8.3"
}
}