g6/packages/site/package.json

82 lines
2.4 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": {
"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"
2023-02-02 10:31:36 +08:00
},
"dependencies": {
2024-06-04 11:02:00 +08:00
"@ant-design/icons": "^5.3.7",
2023-08-30 14:21:51 +08:00
"@antv/algorithm": "^0.1.26",
"@antv/dumi-theme-antv": "^0.5.1",
2024-06-04 11:02:00 +08:00
"@antv/g": "^6.0.6",
"@antv/g-svg": "^2.0.7",
"@antv/g-webgl": "^2.0.10",
"@antv/g2": "^5.1.21",
"@antv/g6": "workspace:*",
"@antv/g6-extension-3d": "workspace:*",
"@antv/g6-extension-react": "workspace:*",
2023-08-28 20:39:59 +08:00
"@antv/graphlib": "^2.0.2",
"@antv/layout": "^1.2.14-beta.4",
2023-08-30 14:21:51 +08:00
"@antv/layout-gpu": "^1.1.5",
2024-06-04 11:02:00 +08:00
"@antv/layout-wasm": "^1.4.0",
"@antv/util": "^3.3.7",
"antd": "^5.18.0",
"dumi": "2.4.0-alpha.17",
2023-02-02 10:31:36 +08:00
"insert-css": "^2.0.0",
"lodash": "^4.17.21",
2024-06-04 11:02:00 +08:00
"react": "^18.3.1",
"react-dom": "^18.3.1",
"stats.js": "^0.17.0",
"styled-components": "^6.1.11"
},
"devDependencies": {
2024-06-04 11:02:00 +08:00
"@manypkg/get-packages": "^2.2.1",
"@microsoft/api-documenter": "^7.25.3",
"@microsoft/api-extractor": "^7.47.0",
2024-06-04 11:02:00 +08:00
"@microsoft/api-extractor-model": "^7.29.2",
"@microsoft/tsdoc": "^0.15.0",
"@rushstack/node-core-library": "^4.3.0",
"@types/fs-extra": "^11.0.4",
2024-06-04 11:02:00 +08:00
"@types/lodash": "^4.17.4",
"@types/react": "^18.3.3",
"@types/resolve": "^1.20.6",
"fs-extra": "^11.2.0",
"gh-pages": "^6.1.1",
2024-06-04 11:02:00 +08:00
"prettier": "^3.3.0",
"resolve": "^1.22.8"
2023-02-02 10:31:36 +08:00
}
}