Files
wehub-resource-sync 0232b4e2bb
CI / build (push) Waiting to run
chore: import upstream snapshot with attribution
2026-07-13 13:09:51 +08:00

69 lines
2.5 KiB
JSON

{
"name": "@flowgram.ai/docs",
"version": "0.0.1",
"private": true,
"scripts": {
"build": "shx rm -rf ./doc_build && cross-env NODE_OPTIONS=--max-old-space-size=8192 RSPRESS_SSG_WORKER_THREAD_COUNT=6 rspress build",
"docs": "cross-env NODE_OPTIONS=--max-old-space-size=8192 tsx ./scripts/auto-generate.ts",
"dev": "rspress dev",
"lint": "eslint ./components --cache",
"preview": "rspress preview"
},
"dependencies": {
"@rspress/core": "2.0.0-rc.6",
"@rspress/plugin-llms": "2.0.0-rc.6",
"@rsbuild/plugin-less": "^1.1.1",
"@codesandbox/sandpack-react": "2.19.10",
"@monaco-editor/react": "^4.6.0",
"@flowgram.ai/demo-fixed-layout": "workspace:*",
"@flowgram.ai/demo-free-layout": "workspace:*",
"@flowgram.ai/demo-free-layout-simple": "workspace:*",
"@flowgram.ai/demo-fixed-layout-simple": "workspace:*",
"@flowgram.ai/demo-node-form": "workspace:*",
"@flowgram.ai/demo-materials": "workspace:*",
"@flowgram.ai/demo-playground": "workspace:*",
"@flowgram.ai/fixed-layout-editor": "workspace:*",
"@flowgram.ai/fixed-semi-materials": "workspace:*",
"@flowgram.ai/free-layout-editor": "workspace:*",
"@flowgram.ai/group-plugin": "workspace:*",
"@flowgram.ai/form-materials": "workspace:*",
"@flowgram.ai/form-core": "workspace:*",
"@flowgram.ai/free-auto-layout-plugin": "workspace:*",
"@flowgram.ai/minimap-plugin": "workspace:*",
"@flowgram.ai/free-stack-plugin": "workspace:*",
"@flowgram.ai/free-container-plugin": "workspace:*",
"@flowgram.ai/free-snap-plugin": "workspace:*",
"@flowgram.ai/free-node-panel-plugin": "workspace:*",
"@flowgram.ai/free-lines-plugin": "workspace:*",
"@flowgram.ai/history": "workspace:*",
"styled-components": "^5",
"nanoid": "^5.0.9",
"@douyinfe/semi-ui": "^2.80.0",
"@douyinfe/semi-icons": "^2.80.0",
"typedoc": "0.24.8",
"typedoc-plugin-markdown": "3.17.1",
"react": "^18",
"react-dom": "^18",
"lodash-es": "^4.17.21",
"@types/react": "^18"
},
"devDependencies": {
"@flowgram.ai/ts-config": "workspace:*",
"@flowgram.ai/eslint-config": "workspace:*",
"@eslint/js": "^9.12.0",
"@types/node": "^18",
"@types/lodash-es": "^4.17.12",
"typescript": "5.0.4",
"sucrase": "3.35.0",
"eslint": "^9.0.0",
"globals": "^15.11.0",
"typescript-eslint": "^8.8.1",
"dotenv": "~16.5.0",
"tsx": "~4.19.4",
"shx": "0.4.0",
"cross-env": "~7.0.3",
"rspress-plugin-mermaid": "~0.3.0"
},
"homepage": "https://github.com/bytedance/flowgram.ai/"
}