mirror of
https://gitee.com/antv/g6.git
synced 2024-11-30 18:58:34 +08:00
aadef7f171
* docs: v5-site-elements * docs: add interaction demos * docs: add interaction demos --------- Co-authored-by: yvonneyx <banxuan.zyx@antgroup.com>
64 lines
1.7 KiB
JSON
64 lines
1.7 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": {
|
|
"site:build": "dumi build",
|
|
"site:deploy": "npm run site:build && gh-pages -d dist",
|
|
"site:develop": "dumi dev",
|
|
"site:preview": "dumi preview",
|
|
"start": "npm run site:develop",
|
|
"translate": "node translate-api-doc.mjs"
|
|
},
|
|
"dependencies": {
|
|
"fs-extra": "latest",
|
|
"google-translate-api-x": "^10.6.7",
|
|
"@faker-js/faker": "^8.0.2",
|
|
"@ant-design/icons": "^4.0.6",
|
|
"@antv/algorithm": "^0.1.26",
|
|
"@antv/chart-node-g6": "^0.0.3",
|
|
"@antv/dumi-theme-antv": "0.3.19-beta.1",
|
|
"@antv/g6": "workspace:*",
|
|
"@antv/g6-react-node": "^1.4.5",
|
|
"@antv/graphlib": "^2.0.2",
|
|
"@antv/layout-gpu": "^1.1.5",
|
|
"@antv/layout-wasm": "^1.3.4",
|
|
"@antv/util": "^2.0.9",
|
|
"@antv/vis-predict-engine": "^0.1.1",
|
|
"@faker-js/faker": "^8.0.2",
|
|
"@microsoft/api-extractor": "^7.33.6",
|
|
"dumi": "^2.2.4",
|
|
"google-translate-api-x": "^10.6.7",
|
|
"insert-css": "^2.0.0",
|
|
"stats.js": "^0.17.0",
|
|
"typedoc": "^0.24.8",
|
|
"typedoc-plugin-markdown": "^3.14.0",
|
|
"typescript": "^4.6.3"
|
|
},
|
|
"devDependencies": {
|
|
"cross-env": "^7.0.3",
|
|
"prettier": "^2.8.8"
|
|
}
|
|
}
|