{ "name": "@antv/g6-site", "version": "4.8.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": { "site:build": "dumi build", "site:deploy": "npm run site:build && gh-pages -d dist", "site:develop": "dumi dev", "site:preview": "dumi preview", "start": "npm run site:develop" }, "dependencies": { "@faker-js/faker": "^8.0.2", "@ant-design/icons": "^4.0.6", "@antv/chart-node-g6": "^0.0.3", "@antv/dumi-theme-antv": "^0.3.18", "@antv/g6": "workspace:*", "@antv/g6-react-node": "^1.4.5", "@antv/util": "^2.0.9", "@antv/vis-predict-engine": "^0.1.1", "@microsoft/api-extractor": "^7.33.6", "dumi": "^2.2.4", "insert-css": "^2.0.0", "typedoc": "^0.24.8", "typedoc-plugin-markdown": "^3.14.0", "typescript": "^4.6.3" }, "devDependencies": { "prettier": "^2.8.8", "cross-env": "^7.0.3" } }