UNPKG

react-force-graph-2d

Version:
50 lines (49 loc) 1.18 kB
{ "name": "react-force-graph-2d", "version": "1.16.1", "description": "React component for 2D force directed graphs", "license": "MIT", "unpkg": "dist/react-force-graph-2d.min.js", "main": "dist/react-force-graph-2d.common.js", "module": "dist/react-force-graph-2d.module.js", "types": "dist/react-force-graph-2d.d.ts", "repository": { "type": "git", "url": "git+https://github.com/vasturiano/react-force-graph.git" }, "homepage": "https://github.com/vasturiano/react-force-graph", "keywords": [ "react", "force", "graph", "2d", "canvas" ], "author": { "name": "Vasco Asturiano", "url": "http://bl.ocks.org/vasturiano" }, "bugs": { "url": "https://github.com/vasturiano/react-force-graph/issues" }, "scripts": { "build": "rimraf dist && rollup -c", "dev": "rollup -w -c rollup.config.dev.js", "prepare": "npm run build" }, "files": [ "dist/**/*" ], "dependencies": { "force-graph": "^1.29.1", "prop-types": "^15.7.2", "react-kapsule": "^2.1.9" }, "peerDependencies": { "react": "*" }, "devDependencies": { "rimraf": "^3.0.2", "rollup": "^2.10.7" } }