@highcharts/react
Version:
Official Highcharts integration for React
41 lines (40 loc) • 822 B
JSON
{
"name": "@highcharts/react",
"version": "4.0.0-beta.5",
"type": "module",
"description": "Official Highcharts integration for React",
"repository": {
"type": "git",
"url": "git+https://github.com/highcharts/highcharts-react"
},
"contributors": [
"Highsoft R&D <lab@highsoft.com>"
],
"license": "See license in LICENSE",
"scripts": {
"build": "npx tsc"
},
"peerDependencies": {
"@types/react": ">=18",
"react": ">=18",
"react-dom": ">=18",
"highcharts": ">=12.0.0"
},
"peerDependenciesMeta": {
"@types/react": {
"optional": true
}
},
"devDependencies": {
"typescript": "*"
},
"main": "index.js",
"types": "index.d.ts",
"keywords": [
"highcharts",
"highcharts stock",
"higcharts maps",
"react",
"charting"
]
}