| { |
| "name": "apache-hugegraph-doc", |
| "version": "0.0.0", |
| "private": true, |
| "description": "Apache HugeGraph documentation website built with Docusaurus.", |
| "scripts": { |
| "start": "npm run docs:versions:prepare && docusaurus start --host 0.0.0.0", |
| "build": "npm run docs:versions:prepare && npm run check:content-visibility && DOCUSAURUS_SSR_CONCURRENCY=1 DOCUSAURUS_SSG_WORKER_THREAD_COUNT=1 TERSER_PARALLEL=false NODE_OPTIONS=--max-old-space-size=8192 docusaurus build", |
| "serve": "docusaurus serve --host 0.0.0.0", |
| "clear": "docusaurus clear", |
| "docs:version": "node scripts/version-docs.mjs", |
| "docs:versions:prepare": "node scripts/prepare-docs-versions.mjs", |
| "docs:versions:list": "node scripts/list-docs-versions.mjs", |
| "check:content-visibility": "node scripts/check-content-visibility.mjs", |
| "playwright:install": "playwright install chromium", |
| "validate:content": "node scripts/validate-content-inventory.js", |
| "validate:build": "npm run build && node scripts/validate-build.js && npm run validate:content", |
| "validate:ui": "node scripts/validate-ui.js", |
| "validate": "npm run validate:build && npm run validate:ui" |
| }, |
| "repository": { |
| "type": "git", |
| "url": "git+https://github.com/apache/hugegraph-doc.git" |
| }, |
| "license": "Apache-2.0", |
| "bugs": { |
| "url": "https://github.com/apache/hugegraph-doc/issues" |
| }, |
| "homepage": "https://hugegraph.apache.org/", |
| "dependencies": { |
| "@docusaurus/core": "3.10.1", |
| "@docusaurus/preset-classic": "3.10.1", |
| "@docusaurus/theme-mermaid": "3.10.1", |
| "@mermaid-js/layout-elk": "0.1.9", |
| "@mdx-js/react": "3.1.1", |
| "clsx": "2.1.1", |
| "mermaid": "11.10.1", |
| "prism-react-renderer": "2.4.1", |
| "react": "18.3.1", |
| "react-dom": "18.3.1" |
| }, |
| "devDependencies": { |
| "@playwright/test": "^1.52.0" |
| } |
| } |