ng-apexcharts
Version:
An angular implementation of ApexCharts
46 lines • 1.04 kB
JSON
{
"name": "ng-apexcharts",
"version": "1.15.0",
"description": "An angular implementation of ApexCharts",
"peerDependencies": {
"@angular/common": "^19.0.0",
"@angular/core": "^19.0.0",
"rxjs": "^6.5.5 || ^7.4.0",
"apexcharts": ">=4.0.0"
},
"keywords": [
"angular",
"apexcharts",
"charts",
"statistics",
"ui"
],
"author": {
"name": "Morris Janatzek"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/apexcharts/ng-apexcharts/issues"
},
"homepage": "https://github.com/apexcharts/ng-apexcharts",
"dependencies": {
"tslib": "^2.0.0"
},
"repository": {
"type": "git",
"url": "https://github.com/apexcharts/ng-apexcharts.git"
},
"schematics": "./schematics/collection.json",
"module": "fesm2022/ng-apexcharts.mjs",
"typings": "index.d.ts",
"exports": {
"./package.json": {
"default": "./package.json"
},
".": {
"types": "./index.d.ts",
"default": "./fesm2022/ng-apexcharts.mjs"
}
},
"sideEffects": false
}