{
  "name": "@patternfly/react-charts",
  "version": "8.4.1",
  "description": "This library provides a set of React chart components for use with the PatternFly reference implementation.",
  "main": "dist/js/index.js",
  "module": "dist/esm/index.js",
  "types": "dist/esm/index.d.ts",
  "typesVersions": {
    "*": {
      "echarts": [
        "dist/esm/echarts/index.d.ts"
      ],
      "victory": [
        "dist/esm/victory/index.d.ts"
      ]
    }
  },
  "patternfly:src": "src/",
  "sideEffects": [
    "*.css",
    "*.scss"
  ],
  "publishConfig": {
    "access": "public",
    "tag": "prerelase"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/patternfly/patternfly-react.git"
  },
  "keywords": [
    "react",
    "patternfly"
  ],
  "author": "Red Hat",
  "license": "MIT",
  "bugs": {
    "url": "https://github.com/patternfly/patternfly-react/issues"
  },
  "homepage": "https://github.com/patternfly/patternfly-react#readme",
  "dependencies": {
    "@patternfly/react-styles": "^6.4.0",
    "@patternfly/react-tokens": "^6.4.0",
    "hoist-non-react-statics": "^3.3.2",
    "lodash": "^4.17.23",
    "tslib": "^2.8.1"
  },
  "devDependencies": {
    "@types/lodash": "^4.17.16",
    "fs-extra": "^11.3.0",
    "jest-canvas-mock": "^2.5.2"
  },
  "peerDependencies": {
    "echarts": "^5.6.0 || ^6.0.0",
    "react": "^17 || ^18 || ^19",
    "react-dom": "^17 || ^18 || ^19",
    "victory-area": "^37.3.6",
    "victory-axis": "^37.3.6",
    "victory-bar": "^37.3.6",
    "victory-box-plot": "^37.3.6",
    "victory-chart": "^37.3.6",
    "victory-core": "^37.3.6",
    "victory-create-container": "^37.3.6",
    "victory-cursor-container": "^37.3.6",
    "victory-group": "^37.3.6",
    "victory-legend": "^37.3.6",
    "victory-line": "^37.3.6",
    "victory-pie": "^37.3.6",
    "victory-scatter": "^37.3.6",
    "victory-stack": "^37.3.6",
    "victory-tooltip": "^37.3.6",
    "victory-voronoi-container": "^37.3.6",
    "victory-zoom-container": "^37.3.6"
  },
  "peerDependenciesMeta": {
    "echarts": {
      "optional": true
    },
    "victory-area": {
      "optional": true
    },
    "victory-axis": {
      "optional": true
    },
    "victory-bar": {
      "optional": true
    },
    "victory-box-plot": {
      "optional": true
    },
    "victory-chart": {
      "optional": true
    },
    "victory-core": {
      "optional": true
    },
    "victory-create-container": {
      "optional": true
    },
    "victory-cursor-container": {
      "optional": true
    },
    "victory-group": {
      "optional": true
    },
    "victory-legend": {
      "optional": true
    },
    "victory-line": {
      "optional": true
    },
    "victory-pie": {
      "optional": true
    },
    "victory-scatter": {
      "optional": true
    },
    "victory-stack": {
      "optional": true
    },
    "victory-tooltip": {
      "optional": true
    },
    "victory-voronoi-container": {
      "optional": true
    },
    "victory-zoom-container": {
      "optional": true
    }
  },
  "scripts": {
    "clean": "rimraf dist echarts victory",
    "build:single:packages": "node ../../scripts/build-single-packages.mjs --config single-packages.config.json",
    "subpaths": "node ../../scripts/exportSubpaths.mjs --config subpaths.config.json"
  },
  "gitHead": "476782a298df81cb78de7f3cd804f3ff8f33993c"
}
