@kgdata/forcegraph
Version:
forcegraph
37 lines (36 loc) • 796 B
JSON
{
"name": "@kgdata/forcegraph",
"version": "1.0.6",
"description": "forcegraph",
"main": "dist/index.js",
"module": "dist/index.esm.js",
"typings": "dist/index.d.ts",
"keywords": [
"kgdata",
"forcegraph"
],
"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.3.3"
},
"publishConfig": {
"access": "public"
},
"gitHead": "66f08f7fef3d6994bea281e63e0c345d9c1936e0"
}