@kgdata/visualgraph
Version:
visualgraph
41 lines (40 loc) • 933 B
JSON
{
"name": "@kgdata/visualgraph",
"version": "1.0.5",
"description": "visualgraph",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"keywords": [
"kgdata",
"visualgraph"
],
"repository": {
"type": "git",
"url": "https://github.com/xxx"
},
"authors": [
"xxname <xxx@xxx.com> (https://github.com/xxx)"
],
"bugs": "http://github.com/xxx/xxx/issues",
"homepage": "https://github.com/xxx/xxx",
"scripts": {
"build": "father-build"
},
"peerDependencies": {
"react": "^16.12.0 || ^17.0",
"react-dom": "^16.12.0 || ^17.0"
},
"license": "ISC",
"dependencies": {
"@antv/g6": "^4.6.4",
"@antv/graphin": "^2.6.6",
"@antv/graphin-components": "^2.4.0",
"@antv/graphin-icons": "^1.0.0",
"antd": "^4.16.13"
},
"publishConfig": {
"access": "public"
},
"gitHead": "afd49b29110e72008be0717525eb81628ba167d7"
}