ag-charts-react
Version:
AG Charts React Component
57 lines (56 loc) • 1.34 kB
JSON
{
"name": "ag-charts-react",
"version": "14.1.0",
"description": "AG Charts React Component",
"main": "./dist/package/index.cjs.js",
"module": "./dist/package/index.esm.mjs",
"type": "module",
"types": "./dist/types/src/index.d.ts",
"exports": {
"import": "./dist/package/index.esm.mjs",
"require": "./dist/package/index.cjs.js",
"types": "./dist/types/src/index.d.ts",
"default": "./dist/package/index.cjs.js"
},
"repository": {
"type": "git",
"url": "https://github.com/ag-grid/ag-charts.git"
},
"keywords": [
"react",
"charts",
"graphs",
"chart",
"graph",
"data",
"react charts",
"react graphs",
"data visualization",
"react-component"
],
"author": "AG Grid <info@ag-grid.com>",
"license": "MIT",
"bugs": {
"url": "https://github.com/ag-grid/ag-charts/issues"
},
"homepage": "https://www.ag-grid.com/charts/",
"dependencies": {
"ag-charts-community": "14.1.0"
},
"devDependencies": {
"ag-charts-community": "14.1.0",
"@types/react": "^18",
"@types/react-dom": "^18",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"tslib": "^2.8.1",
"typescript": "~5.8.3",
"rimraf": "3.0.2"
},
"peerDependencies": {
"react": "^18.0.0 || ^19.0.0"
},
"publishConfig": {
"access": "public"
}
}