react-force-graph-ar
Version:
React component for AR force directed graphs
63 lines (62 loc) • 1.49 kB
JSON
{
"name": "react-force-graph-ar",
"version": "1.8.3",
"description": "React component for AR force directed graphs",
"license": "MIT",
"type": "module",
"unpkg": "dist/react-force-graph-ar.min.js",
"jsdelivr": "dist/react-force-graph-ar.min.js",
"main": "dist/react-force-graph-ar.mjs",
"module": "dist/react-force-graph-ar.mjs",
"types": "dist/react-force-graph-ar.d.ts",
"exports": {
"types": "./dist/react-force-graph-ar.d.ts",
"umd": "./dist/react-force-graph-ar.min.js",
"default": "./dist/react-force-graph-ar.mjs"
},
"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",
"ar",
"a-frame",
"ar.js",
"webgl"
],
"author": {
"name": "Vasco Asturiano",
"url": "https://github.com/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": {
"3d-force-graph-ar": "^1.9",
"prop-types": "15",
"react-kapsule": "^2.5"
},
"peerDependencies": {
"react": "*"
},
"devDependencies": {
"rimraf": "^6.0.1",
"rollup": "^4.34.6"
},
"engines": {
"node": ">=12"
}
}