UNPKG

@visx/react-spring

Version:

visx primitives that rely on react-spring for animation

55 lines (54 loc) 1.2 kB
{ "name": "@visx/react-spring", "version": "3.12.0", "description": "visx primitives that rely on react-spring for animation", "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", "animation", "react-spring" ], "contributors": [ { "name": "Chris Williams", "url": "https://github.com/williaster" } ], "license": "MIT", "bugs": { "url": "https://github.com/airbnb/visx/issues" }, "homepage": "https://github.com/airbnb/visx#readme", "publishConfig": { "access": "public" }, "peerDependencies": { "@react-spring/web": "^9.4.5", "react": "^16.3.0-0 || ^17.0.0 || ^18.0.0" }, "dependencies": { "@types/react": "*", "@visx/axis": "3.12.0", "@visx/grid": "3.12.0", "@visx/scale": "3.12.0", "@visx/text": "3.12.0", "classnames": "^2.3.1", "prop-types": "^15.6.2" }, "gitHead": "4aa0fde61055a63df171806d21b92b3380764f34" }