UNPKG

@visx/shape

Version:
49 lines (48 loc) 1.06 kB
{ "name": "@visx/shape", "version": "3.12.0", "description": "visx shape", "sideEffects": false, "main": "lib/index.js", "module": "esm/index.js", "types": "lib/index.d.ts", "repository": "https://github.com/airbnb/visx", "files": [ "lib", "esm" ], "keywords": [ "visx", "react", "d3", "visualizations", "charts" ], "author": "@hshoff", "license": "MIT", "dependencies": { "@types/d3-path": "^1.0.8", "@types/d3-shape": "^1.3.1", "@types/lodash": "^4.14.172", "@types/react": "*", "@visx/curve": "3.12.0", "@visx/group": "3.12.0", "@visx/scale": "3.12.0", "classnames": "^2.3.1", "d3-path": "^1.0.5", "d3-shape": "^1.2.0", "lodash": "^4.17.21", "prop-types": "^15.5.10" }, "peerDependencies": { "react": "^16.3.0-0 || ^17.0.0-0 || ^18.0.0-0" }, "publishConfig": { "access": "public" }, "devDependencies": { "@types/d3-hierarchy": "^1.1.6", "d3-hierarchy": "^1.1.8" }, "gitHead": "4aa0fde61055a63df171806d21b92b3380764f34" }