UNPKG

@visx/drag

Version:
44 lines (43 loc) 897 B
{ "name": "@visx/drag", "version": "3.3.0", "description": "visx drag", "sideEffects": false, "main": "lib/index.js", "module": "esm/index.js", "types": "lib/index.d.ts", "files": [ "lib", "esm" ], "repository": { "type": "git", "url": "git+https://github.com/airbnb/visx.git" }, "keywords": [ "visx", "react", "d3", "visualizations", "charts" ], "author": "@hshoff", "license": "MIT", "bugs": { "url": "https://github.com/airbnb/visx/issues" }, "homepage": "https://github.com/airbnb/visx#readme", "publishConfig": { "access": "public" }, "peerDependencies": { "react": "^16.8.0-0 || ^17.0.0-0 || ^18.0.0-0" }, "dependencies": { "@types/react": "*", "@visx/event": "3.3.0", "@visx/point": "3.3.0", "prop-types": "^15.5.10" }, "gitHead": "cb0efd78bc5b818e318a0872162e75d3601c9dc8" }