2023-02-02 10:31:36 +08:00
|
|
|
{
|
|
|
|
"name": "@antv/g6-site",
|
2023-08-29 18:39:28 +08:00
|
|
|
"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",
|
2024-01-17 09:28:57 +08:00
|
|
|
"type": "module",
|
2023-02-02 10:31:36 +08:00
|
|
|
"scripts": {
|
2024-01-17 09:28:57 +08:00
|
|
|
"build": "npm run doc && dumi build",
|
2023-12-12 10:53:57 +08:00
|
|
|
"deploy": "npm run build && gh-pages -d dist",
|
|
|
|
"develop": "dumi dev",
|
2024-01-17 09:28:57 +08:00
|
|
|
"doc": "npm run doc:prepare && ts-node ./scripts/generate-api.ts && ts-node ./scripts/generate-intl.ts",
|
|
|
|
"doc:prepare": "node ./scripts/env-setup.cjs USE_TS_NODE true",
|
2023-12-28 11:05:09 +08:00
|
|
|
"find-unused-demos": "node ./scripts/find-unused-demos.js",
|
2023-12-12 10:53:57 +08:00
|
|
|
"preview": "dumi preview",
|
2024-01-17 09:28:57 +08:00
|
|
|
"start": "npm run start:prepare && npm run develop",
|
|
|
|
"start:prepare": "node ./scripts/env-setup.cjs USE_TS_NODE false"
|
2023-02-02 10:31:36 +08:00
|
|
|
},
|
|
|
|
"dependencies": {
|
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-12-13 15:38:45 +08:00
|
|
|
"@antv/dumi-theme-antv": "^0.4.4",
|
2023-10-11 14:23:59 +08:00
|
|
|
"@antv/g2": "^5.1.5",
|
|
|
|
"@antv/g6": "workspace:*",
|
2023-11-22 12:34:15 +08:00
|
|
|
"@antv/g6-plugin-map-view": "workspace:*",
|
2023-12-11 23:09:03 +08:00
|
|
|
"@antv/g6-react-node": "workspace:*",
|
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",
|
2023-12-11 22:27:31 +08:00
|
|
|
"antd": "^5.10.2",
|
2023-11-07 17:40:38 +08:00
|
|
|
"dumi": "^2.2.14",
|
2023-02-02 10:31:36 +08:00
|
|
|
"insert-css": "^2.0.0",
|
2023-12-28 11:05:09 +08:00
|
|
|
"stats.js": "^0.17.0"
|
2024-01-17 09:28:57 +08:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@manypkg/get-packages": "^2.2.0",
|
|
|
|
"@microsoft/api-documenter": "^7.23.16",
|
|
|
|
"@microsoft/api-extractor": "^7.39.1",
|
|
|
|
"@types/fs-extra": "^11.0.4",
|
|
|
|
"fs-extra": "^11.2.0",
|
|
|
|
"prettier": "^3.1.1",
|
|
|
|
"ts-node": "^10.9.2"
|
2023-02-02 10:31:36 +08:00
|
|
|
}
|
2024-01-17 18:59:21 +08:00
|
|
|
}
|