@visx/visx
Version:
One stop install for all visx packages
70 lines (69 loc) • 1.7 kB
JSON
{
"name": "@visx/visx",
"version": "3.0.1",
"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.0.1",
"@visx/axis": "3.0.1",
"@visx/bounds": "3.0.0",
"@visx/brush": "3.0.1",
"@visx/clip-path": "3.0.0",
"@visx/curve": "3.0.0",
"@visx/drag": "3.0.1",
"@visx/event": "3.0.1",
"@visx/geo": "3.0.0",
"@visx/glyph": "3.0.0",
"@visx/gradient": "3.0.0",
"@visx/grid": "3.0.1",
"@visx/group": "3.0.0",
"@visx/heatmap": "3.0.0",
"@visx/hierarchy": "3.0.0",
"@visx/legend": "3.0.0",
"@visx/marker": "3.0.0",
"@visx/mock-data": "3.0.0",
"@visx/network": "3.0.0",
"@visx/pattern": "3.0.0",
"@visx/point": "3.0.1",
"@visx/responsive": "3.0.0",
"@visx/scale": "3.0.0",
"@visx/shape": "3.0.0",
"@visx/text": "3.0.0",
"@visx/threshold": "3.0.0",
"@visx/tooltip": "3.0.0",
"@visx/voronoi": "3.0.0",
"@visx/wordcloud": "3.0.0",
"@visx/xychart": "3.0.1",
"@visx/zoom": "3.0.1"
},
"gitHead": "45f601055ec161d7b12a7043ca1b20e4eef2cded"
}