{
  "name": "react-force-graph",
  "version": "1.48.2",
  "description": "React component for 2D, 3D, VR and AR force directed graphs",
  "license": "MIT",
  "type": "module",
  "unpkg": "dist/react-force-graph.min.js",
  "jsdelivr": "dist/react-force-graph.min.js",
  "main": "dist/react-force-graph.mjs",
  "module": "dist/react-force-graph.mjs",
  "types": "dist/react-force-graph.d.ts",
  "exports": {
    "types": "./dist/react-force-graph.d.ts",
    "umd": "./dist/react-force-graph.min.js",
    "default": "./dist/react-force-graph.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",
    "3d",
    "2d",
    "vr",
    "ar",
    "three",
    "webgl",
    "canvas"
  ],
  "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": "^1.79",
    "3d-force-graph-ar": "^1.10",
    "3d-force-graph-vr": "^3.1",
    "force-graph": "^1.51",
    "prop-types": "15",
    "react-kapsule": "^2.5"
  },
  "peerDependencies": {
    "react": "*"
  },
  "devDependencies": {
    "@babel/core": "^7.29.0",
    "@babel/preset-env": "^7.29.0",
    "@babel/preset-react": "^7.28.5",
    "@rollup/plugin-babel": "^6.1.0",
    "@rollup/plugin-commonjs": "^29.0.0",
    "@rollup/plugin-node-resolve": "^16.0.3",
    "@rollup/plugin-replace": "^6.0.3",
    "@rollup/plugin-terser": "^0.4.4",
    "@types/react": "^19.2.11",
    "@types/three": "^0.182.0",
    "rimraf": "^6.1.2",
    "rollup": "^4.57.1",
    "rollup-plugin-dts": "^6.3.0",
    "typescript": "^5.9.3"
  },
  "engines": {
    "node": ">=12"
  }
}
