@patternfly/react-charts
Version:
This library provides a set of React chart components for use with the PatternFly reference implementation.
138 lines (137 loc) • 3.33 kB
JSON
{
"name": "@patternfly/react-charts",
"version": "8.2.2",
"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.2.2",
"@patternfly/react-tokens": "^6.2.2",
"hoist-non-react-statics": "^3.3.2",
"lodash": "^4.17.21",
"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",
"react": "^17 || ^18",
"react-dom": "^17 || ^18",
"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": "f354347710422b87a910bbf8e1cc728cc31a2f11"
}