g6/packages/site/package.json
Yuxin bfbade2541
feat: generate behavior/plugin api docs by code annotations (#5669)
* refactor: extract api

* feat: generate behavior api docs by code annotations
2024-04-24 15:33:33 +08:00

68 lines
1.9 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": {
"add-doc": "node ./scripts/doc-template.js",
"build": "npm run doc && dumi build",
"deploy": "npm run build && gh-pages -d dist",
"dev": "dumi dev",
"doc": " ts-node ./scripts/generate-api.ts && ts-node ./scripts/generate-doc.ts",
"find-unused-demos": "node ./scripts/find-unused-demos.js",
"lint": "eslint ./src --quiet && prettier ./src --check",
"preview": "dumi preview"
},
"dependencies": {
"@antv/algorithm": "^0.1.26",
"@antv/chart-node-g6": "^0.0.3",
"@antv/dumi-theme-antv": "^0.4.4",
"@antv/g2": "^5.1.15",
"@antv/g6": "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.5",
"antd": "^5.10.2",
"dumi": "^2.2.14",
"insert-css": "^2.0.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/resolve": "^1.20.6",
"fs-extra": "^11.2.0",
"prettier": "^3.1.1",
"resolve": "^1.22.8",
"ts-node": "^10.9.2"
}
}