UNPKG

@visx/visx

Version:

One stop install for all visx packages

72 lines (71 loc) 1.79 kB
{ "name": "@visx/visx", "version": "3.12.0", "description": "One stop install for all visx packages", "sideEffects": false, "main": "lib/index.js", "module": "esm/index.js", "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.3.0-0 || ^17.0.0-0 || ^18.0.0-0" }, "dependencies": { "@visx/annotation": "3.12.0", "@visx/axis": "3.12.0", "@visx/bounds": "3.12.0", "@visx/brush": "3.12.0", "@visx/clip-path": "3.12.0", "@visx/curve": "3.12.0", "@visx/delaunay": "3.12.0", "@visx/drag": "3.12.0", "@visx/event": "3.12.0", "@visx/geo": "3.12.0", "@visx/glyph": "3.12.0", "@visx/gradient": "3.12.0", "@visx/grid": "3.12.0", "@visx/group": "3.12.0", "@visx/heatmap": "3.12.0", "@visx/hierarchy": "3.12.0", "@visx/legend": "3.12.0", "@visx/marker": "3.12.0", "@visx/mock-data": "3.12.0", "@visx/network": "3.12.0", "@visx/pattern": "3.12.0", "@visx/point": "3.12.0", "@visx/responsive": "3.12.0", "@visx/sankey": "3.12.0", "@visx/scale": "3.12.0", "@visx/shape": "3.12.0", "@visx/text": "3.12.0", "@visx/threshold": "3.12.0", "@visx/tooltip": "3.12.0", "@visx/voronoi": "3.12.0", "@visx/wordcloud": "3.12.0", "@visx/xychart": "3.12.0", "@visx/zoom": "3.12.0" }, "gitHead": "4aa0fde61055a63df171806d21b92b3380764f34" }