g6/packages/site/package.json

63 lines
1.6 KiB
JSON
Raw Normal View History

2023-02-02 10:31:36 +08:00
{
"name": "@antv/g6-site",
"version": "5.0.0",
2023-08-24 10:17:57 +08:00
"private": true,
2023-02-02 10:31:36 +08:00
"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",
2023-08-24 10:17:57 +08:00
"site:deploy": "npm run site:build && gh-pages -d dist",
2023-02-02 10:31:36 +08:00
"site:develop": "dumi dev",
"site:preview": "dumi preview",
"start": "npm run site:develop",
"translate": "node translate-api-doc.mjs"
2023-02-02 10:31:36 +08:00
},
"dependencies": {
"fs-extra": "latest",
2023-02-02 10:31:36 +08:00
"@ant-design/icons": "^4.0.6",
2023-08-30 14:21:51 +08:00
"@antv/algorithm": "^0.1.26",
2023-10-08 14:50:16 +08:00
"@antv/g6-plugin-map-view": "^0.0.1",
2023-02-02 10:31:36 +08:00
"@antv/chart-node-g6": "^0.0.3",
"@antv/dumi-theme-antv": "0.3.19-beta.1",
2023-10-10 16:37:16 +08:00
"@antv/g6": "5.0.0-beta.20",
2023-02-02 10:31:36 +08:00
"@antv/g6-react-node": "^1.4.5",
2023-08-28 20:39:59 +08:00
"@antv/graphlib": "^2.0.2",
2023-08-30 14:21:51 +08:00
"@antv/layout-gpu": "^1.1.5",
"@antv/layout-wasm": "^1.3.4",
2023-02-02 10:31:36 +08:00
"@antv/util": "^2.0.9",
"@antv/vis-predict-engine": "^0.1.1",
"@faker-js/faker": "^8.0.2",
2023-02-02 10:31:36 +08:00
"@microsoft/api-extractor": "^7.33.6",
2023-08-24 10:17:57 +08:00
"dumi": "^2.2.4",
"google-translate-api-x": "^10.6.7",
2023-02-02 10:31:36 +08:00
"insert-css": "^2.0.0",
"stats.js": "^0.17.0",
2023-08-23 14:59:29 +08:00
"typedoc": "^0.24.8",
"typedoc-plugin-markdown": "^3.14.0",
"typescript": "^4.8.4"
2023-02-02 10:31:36 +08:00
},
2023-08-24 10:17:57 +08:00
"devDependencies": {
2023-08-30 14:21:51 +08:00
"cross-env": "^7.0.3",
"prettier": "^2.8.8"
2023-02-02 10:31:36 +08:00
}
2023-08-24 10:17:57 +08:00
}