mirror of
https://gitee.com/antv/g6.git
synced 2024-12-03 12:18:40 +08:00
9b6f1b21a3
* feat: support mako build * chore: add empty line * deps: add react-dom --------- Co-authored-by: xiaoxiao <xiaoxiao.lh@antgroup.com>
82 lines
2.4 KiB
JSON
82 lines
2.4 KiB
JSON
{
|
|
"name": "@antv/g6-site",
|
|
"version": "5.0.0",
|
|
"private": true,
|
|
"description": "G6 sites deployed on gh-pages",
|
|
"keywords": [
|
|
"antv",
|
|
"g6",
|
|
"graph",
|
|
"graph analysis",
|
|
"graph editor",
|
|
"graph visualization",
|
|
"relational data",
|
|
"site"
|
|
],
|
|
"homepage": "https://g6.antv.antgroup.com",
|
|
"bugs": {
|
|
"url": "https://github.com/antvis/g6/issues"
|
|
},
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://github.com/antvis/g6"
|
|
},
|
|
"license": "MIT",
|
|
"author": "https://github.com/orgs/antvis/people",
|
|
"scripts": {
|
|
"build": "npm run doc && dumi build",
|
|
"build:memo": "node --expose-gc --max-old-space-size=8192 ./node_modules/dumi/bin/dumi build",
|
|
"deploy": "gh-pages -d dist -b v5-site",
|
|
"dev": "dumi dev",
|
|
"doc": "ts-node ./scripts/generate-api.ts && ts-node ./scripts/generate-doc.ts",
|
|
"doc:add": "node ./scripts/doc-template.mjs",
|
|
"doc:clear": "ts-node ./scripts/clear-doc.ts",
|
|
"doc:dev": "npm run doc && rm -rf ./docs/api/reference",
|
|
"doc:sort": "ts-node ./scripts/sort-doc.ts",
|
|
"find-unused-demos": "node ./scripts/find-unused-demos.js",
|
|
"lint": "eslint ./src --quiet && prettier ./src --check",
|
|
"preview": "dumi preview"
|
|
},
|
|
"dependencies": {
|
|
"@ant-design/icons": "^5.3.7",
|
|
"@antv/algorithm": "^0.1.26",
|
|
"@antv/dumi-theme-antv": "^0.5.1",
|
|
"@antv/g": "^6.0.6",
|
|
"@antv/g-svg": "^2.0.7",
|
|
"@antv/g-webgl": "^2.0.10",
|
|
"@antv/g2": "^5.1.21",
|
|
"@antv/g6": "workspace:*",
|
|
"@antv/g6-extension-3d": "workspace:*",
|
|
"@antv/g6-extension-react": "workspace:*",
|
|
"@antv/graphlib": "^2.0.2",
|
|
"@antv/layout": "^1.2.14-beta.4",
|
|
"@antv/layout-gpu": "^1.1.5",
|
|
"@antv/layout-wasm": "^1.4.0",
|
|
"@antv/util": "^3.3.7",
|
|
"antd": "^5.18.0",
|
|
"dumi": "2.4.0-alpha.17",
|
|
"insert-css": "^2.0.0",
|
|
"lodash": "^4.17.21",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"stats.js": "^0.17.0",
|
|
"styled-components": "^6.1.11"
|
|
},
|
|
"devDependencies": {
|
|
"@manypkg/get-packages": "^2.2.1",
|
|
"@microsoft/api-documenter": "^7.25.3",
|
|
"@microsoft/api-extractor": "^7.47.0",
|
|
"@microsoft/api-extractor-model": "^7.29.2",
|
|
"@microsoft/tsdoc": "^0.15.0",
|
|
"@rushstack/node-core-library": "^4.3.0",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/lodash": "^4.17.4",
|
|
"@types/react": "^18.3.3",
|
|
"@types/resolve": "^1.20.6",
|
|
"fs-extra": "^11.2.0",
|
|
"gh-pages": "^6.1.1",
|
|
"prettier": "^3.3.0",
|
|
"resolve": "^1.22.8"
|
|
}
|
|
}
|