g6/packages/site/package.json
Aaron 85f969ba2a
docs: update upgrade docs (#5265)
* docs: update upgrade docs

* chore: update dumi-theme version, support scorll navigator
2023-12-13 15:38:45 +08:00

67 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": {
"build": "dumi build",
"deploy": "npm run build && gh-pages -d dist",
"develop": "dumi dev",
"preview": "dumi preview",
"start": "npm run develop",
"translate": "node translate-api-doc.mjs",
"find-unused-demos": "node ./scripts/find-unused-demos.js"
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
"@antv/algorithm": "^0.1.26",
"@antv/chart-node-g6": "^0.0.3",
"@antv/dumi-theme-antv": "^0.4.4",
"@antv/g2": "^5.1.5",
"@antv/g6": "workspace:*",
"@antv/g6-plugin-map-view": "workspace:*",
"@antv/g6-react-node": "workspace:*",
"@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",
"antd": "^5.10.2",
"dumi": "^2.2.14",
"fs-extra": "latest",
"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": "5.1.6"
},
"devDependencies": {
"@types/node": "13.11.1",
"cross-env": "^7.0.3",
"prettier": "^2.8.8"
}
}