UNPKG

@visx/tooltip

Version:
49 lines (48 loc) 1.06 kB
{ "name": "@visx/tooltip", "version": "3.12.0", "description": "visx tooltip", "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", "dependencies": { "@types/react": "*", "@visx/bounds": "3.12.0", "classnames": "^2.3.1", "prop-types": "^15.5.10", "react-use-measure": "^2.0.4" }, "peerDependencies": { "react": "^16.8.0-0 || ^17.0.0-0 || ^18.0.0-0", "react-dom": "^16.8.0-0 || ^17.0.0-0 || ^18.0.0-0" }, "devDependencies": { "@juggle/resize-observer": "^3.3.1" }, "publishConfig": { "access": "public" }, "gitHead": "4aa0fde61055a63df171806d21b92b3380764f34" }