{
  "name": "@visx/xychart",
  "version": "3.12.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.12.0",
    "@visx/axis": "3.12.0",
    "@visx/event": "3.12.0",
    "@visx/glyph": "3.12.0",
    "@visx/grid": "3.12.0",
    "@visx/react-spring": "3.12.0",
    "@visx/responsive": "3.12.0",
    "@visx/scale": "3.12.0",
    "@visx/shape": "3.12.0",
    "@visx/text": "3.12.0",
    "@visx/tooltip": "3.12.0",
    "@visx/vendor": "3.12.0",
    "@visx/voronoi": "3.12.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": "4aa0fde61055a63df171806d21b92b3380764f34"
}
