UNPKG

react-force-graph-2d

Version:
51 lines (50 loc) 1.2 kB
{ "name": "react-force-graph-2d", "version": "1.23.15", "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", "sideEffects": false, "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.mjs", "prepare": "npm run build" }, "files": [ "dist/**/*" ], "dependencies": { "force-graph": "^1.42", "prop-types": "^15.8", "react-kapsule": "^2.2" }, "peerDependencies": { "react": "*" }, "devDependencies": { "rimraf": "^3.0.2", "rollup": "^3.8.1" } }