g6/packages/site/package.json
xiaoiver 36e39e5582
fix: update to latest @antv/g (#5702)
* fix: use transform instead of x/y/z

* fix: use transform instead of x/y in label

* chore: remove site docs apis

* chore: remove incorrect snapshots

* fix: image & icon node

* fix: update to latest @antv/component

* fix: combo & plugin bubble set

* chore: update behavior snapshots

* fix: edge loop curve & combo

* chore: unit tests

* fix: animation

* chore: force update snapshots

* chore: update lasso snapshots

* chore: update deps

* chore: update to latest g & g2 deps
2024-05-15 13:00:22 +08:00

77 lines
2.2 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": "npm run doc && dumi build",
"deploy": "gh-pages -d dist -b v5-site",
"dev": "dumi dev",
"doc": "ts-node ./scripts/generate-api.ts && ts-node ./scripts/generate-doc.ts",
"doc:add": "node ./scripts/doc-template.mjs",
"doc:clear": "ts-node ./scripts/clear-doc.ts",
"doc:sort": "ts-node ./scripts/sort-doc.ts",
"find-unused-demos": "node ./scripts/find-unused-demos.js",
"lint": "eslint ./src --quiet && prettier ./src --check",
"preview": "dumi preview"
},
"dependencies": {
"@ant-design/icons": "^5.3.6",
"@antv/algorithm": "^0.1.26",
"@antv/dumi-theme-antv": "^0.4.4",
"@antv/g": "^6.0.5",
"@antv/g-svg": "^2.0.5",
"@antv/g2": "^5.1.20",
"@antv/g6": "workspace:*",
"@antv/g6-extension-3d": "workspace:*",
"@antv/g6-extension-react": "workspace:*",
"@antv/graphlib": "^2.0.2",
"@antv/layout": "^1.2.14-beta.1",
"@antv/layout-gpu": "^1.1.5",
"@antv/layout-wasm": "^1.3.4",
"@antv/util": "^3.3.7",
"antd": "^5.10.2",
"dumi": "~2.2.14",
"gh-pages": "^6.1.1",
"insert-css": "^2.0.0",
"lodash": "^4.17.21",
"react": "^18.2.0",
"stats.js": "^0.17.0"
},
"devDependencies": {
"@manypkg/get-packages": "^2.2.0",
"@microsoft/api-documenter": "^7.23.16",
"@microsoft/api-extractor": "^7.39.1",
"@microsoft/api-extractor-model": "^7.28.14",
"@microsoft/tsdoc": "^0.14.2",
"@rushstack/node-core-library": "^4.1.0",
"@types/fs-extra": "^11.0.4",
"@types/lodash": "^4.17.0",
"@types/react": "^18.2.75",
"@types/resolve": "^1.20.6",
"fs-extra": "^11.2.0",
"prettier": "^3.1.1",
"resolve": "^1.22.8"
}
}