{ "name": "@perspective-dev/react", "version": "4.5.2", "description": "React component wrappers for `` and ``", "keywords": [ "perspective", "react", "data", "analytics", "visualization" ], "homepage": "https://perspective-dev.github.io", "repository": { "type": "git", "url": "https://github.com/perspective-dev/perspective" }, "license": "Apache-2.0", "sideEffects": false, "exports": { ".": { "types": "./dist/esm/index.d.ts", "import": "./dist/esm/index.js", "default": "./dist/esm/index.js" }, "./package.json": "./package.json" }, "type": "module", "scripts": { "build": "node ./build.mjs", "clean": "node ./clean.mjs", "docs": "node ./docs.mjs" }, "publishConfig": { "access": "public" }, "dependencies": { "@perspective-dev/client": "workspace:", "@perspective-dev/viewer": "workspace:", "@perspective-dev/workspace": "workspace:", "@types/react": "catalog:", "react": "catalog:", "react-dom": "catalog:" }, "devDependencies": { "@perspective-dev/esbuild-plugin": "workspace:", "superstore-arrow": "catalog:", "typescript": "catalog:", "typedoc": "catalog:", "zx": "catalog:" } }