g6/packages/site/package.json

65 lines
1.8 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",
"type": "module",
2023-02-02 10:31:36 +08:00
"scripts": {
"build": "npm run doc && dumi build",
"deploy": "npm run build && gh-pages -d dist",
"develop": "dumi dev",
"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",
"find-unused-demos": "node ./scripts/find-unused-demos.js",
"preview": "dumi preview",
"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",
"@antv/dumi-theme-antv": "^0.4.4",
"@antv/g2": "^5.1.5",
"@antv/g6": "workspace:*",
"@antv/g6-plugin-map-view": "workspace:*",
"@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",
"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",
"stats.js": "^0.17.0"
},
"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
}
2023-08-24 10:17:57 +08:00
}