2023-02-02 10:31:36 +08:00
|
|
|
{
|
|
|
|
"name": "@antv/g6-site",
|
|
|
|
"version": "4.8.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"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-08-25 13:52:08 +08:00
|
|
|
"@faker-js/faker": "^8.0.2",
|
2023-02-02 10:31:36 +08:00
|
|
|
"@ant-design/icons": "^4.0.6",
|
|
|
|
"@antv/chart-node-g6": "^0.0.3",
|
2023-08-24 10:17:57 +08:00
|
|
|
"@antv/dumi-theme-antv": "^0.3.18",
|
|
|
|
"@antv/g6": "workspace:*",
|
2023-02-02 10:31:36 +08:00
|
|
|
"@antv/g6-react-node": "^1.4.5",
|
|
|
|
"@antv/util": "^2.0.9",
|
|
|
|
"@antv/vis-predict-engine": "^0.1.1",
|
|
|
|
"@microsoft/api-extractor": "^7.33.6",
|
2023-08-24 10:17:57 +08:00
|
|
|
"dumi": "^2.2.4",
|
2023-02-02 10:31:36 +08:00
|
|
|
"insert-css": "^2.0.0",
|
2023-08-23 14:59:29 +08:00
|
|
|
"typedoc": "^0.24.8",
|
|
|
|
"typedoc-plugin-markdown": "^3.14.0",
|
2023-02-02 10:31:36 +08:00
|
|
|
"typescript": "^4.6.3"
|
|
|
|
},
|
2023-08-24 10:17:57 +08:00
|
|
|
"devDependencies": {
|
2023-08-24 14:51:08 +08:00
|
|
|
"prettier": "^2.8.8",
|
2023-08-24 10:17:57 +08:00
|
|
|
"cross-env": "^7.0.3"
|
2023-02-02 10:31:36 +08:00
|
|
|
}
|
2023-08-24 10:17:57 +08:00
|
|
|
}
|