ag-charts-angular
Version:
<picture><source media="(prefers-color-scheme: dark)" srcset="./.github/banner-dark.png"><source media="(prefers-color-scheme: light)" srcset="./.github/banner-light.png"><img alt="AG Charts canvas-based charting trusted by the community, built for enterp
42 lines • 958 B
JSON
{
"name": "ag-charts-angular",
"version": "12.0.0",
"repository": {
"type": "git",
"url": "https://github.com/ag-grid/ag-charts.git"
},
"keywords": [
"angular-component",
"charts",
"data",
"chart",
"angular"
],
"license": "MIT",
"bugs": {
"url": "https://github.com/ag-grid/ag-charts/issues"
},
"homepage": "https://www.ag-grid.com/charts/",
"peerDependencies": {
"@angular/common": ">= 17.0.0",
"@angular/core": ">= 17.0.0"
},
"dependencies": {
"ag-charts-community": "12.0.0",
"tslib": "^2.3.0"
},
"module": "fesm2022/ag-charts-angular.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"esm2022": "./esm2022/ag-charts-angular.mjs",
"esm": "./esm2022/ag-charts-angular.mjs",
"default": "./fesm2022/ag-charts-angular.mjs"
}
},
"sideEffects": false
}