g6/packages/site/package.json

67 lines
1.8 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",
"find-unused-demos": "node ./scripts/find-unused-demos.js"
2023-02-02 10:31:36 +08:00
},
"dependencies": {
"@ant-design/icons": "^5.2.6",
2023-08-30 14:21:51 +08:00
"@antv/algorithm": "^0.1.26",
2023-02-02 10:31:36 +08:00
"@antv/chart-node-g6": "^0.0.3",
2023-11-20 19:19:46 +08:00
"@antv/dumi-theme-antv": "^0.4.1",
"@antv/g2": "^5.1.5",
"@antv/g6": "workspace:*",
"@antv/g6-plugin-map-view": "workspace:*",
"@antv/g6-react-node": "^2.0.0-beta.0",
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",
"antd": "^5.10.2",
2023-11-07 17:40:38 +08:00
"dumi": "^2.2.14",
2023-10-11 11:49:44 +08:00
"fs-extra": "latest",
"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": "5.1.6"
2023-02-02 10:31:36 +08:00
},
2023-08-24 10:17:57 +08:00
"devDependencies": {
"@types/node": "13.11.1",
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
}