mirror of
https://gitee.com/antv/g6.git
synced 2024-12-04 20:59:15 +08:00
7ce727aacd
* chore: update deps version * chore: update version --------- Co-authored-by: antv <antv@antfin.com>
81 lines
2.4 KiB
JSON
81 lines
2.4 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",
|
|
"build:memo": "node --expose-gc --max-old-space-size=8192 ./node_modules/dumi/bin/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:dev": "npm run doc && rm -rf ./docs/api/reference",
|
|
"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.4.0",
|
|
"@antv/algorithm": "^0.1.26",
|
|
"@antv/dumi-theme-antv": "^0.5.2",
|
|
"@antv/g": "^6.0.12",
|
|
"@antv/g-svg": "^2.0.10",
|
|
"@antv/g-webgl": "^2.0.13",
|
|
"@antv/g2": "^5.2.2",
|
|
"@antv/g6": "workspace:*",
|
|
"@antv/g6-extension-3d": "workspace:*",
|
|
"@antv/g6-extension-react": "workspace:*",
|
|
"@antv/layout": "1.2.14-beta.5",
|
|
"@antv/layout-gpu": "^1.1.6",
|
|
"@antv/layout-wasm": "^1.4.1",
|
|
"@antv/util": "^3.3.7",
|
|
"antd": "^5.20.0",
|
|
"dumi": "^2.4.7",
|
|
"insert-css": "^2.0.0",
|
|
"lodash": "^4.17.21",
|
|
"react": "^18.3.1",
|
|
"react-dom": "^18.3.1",
|
|
"stats.js": "^0.17.0",
|
|
"styled-components": "^6.1.12"
|
|
},
|
|
"devDependencies": {
|
|
"@manypkg/get-packages": "^2.2.2",
|
|
"@microsoft/api-documenter": "^7.25.10",
|
|
"@microsoft/api-extractor": "^7.47.5",
|
|
"@microsoft/api-extractor-model": "^7.29.4",
|
|
"@microsoft/tsdoc": "^0.15.0",
|
|
"@rushstack/node-core-library": "^4.3.0",
|
|
"@types/fs-extra": "^11.0.4",
|
|
"@types/lodash": "^4.17.7",
|
|
"@types/react": "^18.3.3",
|
|
"@types/resolve": "^1.20.6",
|
|
"fs-extra": "^11.2.0",
|
|
"gh-pages": "^6.1.1",
|
|
"prettier": "^3.3.3",
|
|
"resolve": "^1.22.8"
|
|
}
|
|
}
|