@visx/xychart
Version:
Composable cartesian coordinate chart built with visx primitives
70 lines (69 loc) • 1.65 kB
JSON
{
"name": "@visx/xychart",
"version": "3.11.0",
"description": "Composable cartesian coordinate chart built with visx primitives",
"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"
],
"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.8.0 || ^17.0.0 || ^18.0.0"
},
"dependencies": {
"@types/lodash": "^4.14.172",
"@types/react": "*",
"@visx/annotation": "3.3.0",
"@visx/axis": "3.10.1",
"@visx/event": "3.3.0",
"@visx/glyph": "3.3.0",
"@visx/grid": "3.5.0",
"@visx/react-spring": "3.10.1",
"@visx/responsive": "3.10.2",
"@visx/scale": "3.5.0",
"@visx/shape": "3.5.0",
"@visx/text": "3.3.0",
"@visx/tooltip": "3.3.0",
"@visx/vendor": "3.5.0",
"@visx/voronoi": "3.3.0",
"classnames": "^2.3.1",
"d3-interpolate-path": "2.2.1",
"d3-shape": "^2.0.0",
"lodash": "^4.17.21",
"mitt": "^2.1.0",
"prop-types": "^15.6.2"
},
"devDependencies": {
"@juggle/resize-observer": "^3.3.1"
},
"gitHead": "b9163a164dbad707b38e20162d13a5a928930bd3"
}