ng-apexcharts
Version:
An angular implementation of ApexCharts
42 lines • 968 B
JSON
{
"name": "ng-apexcharts",
"version": "2.0.1",
"description": "An angular implementation of ApexCharts",
"peerDependencies": {
"@angular/common": "^20.0.0",
"@angular/core": "^20.0.0",
"rxjs": "^7.8.2",
"apexcharts": "^5.3.2"
},
"keywords": [
"angular",
"apexcharts",
"charts",
"statistics",
"ui"
],
"bugs": {
"url": "https://github.com/apexcharts/ng-apexcharts/issues"
},
"homepage": "https://github.com/apexcharts/ng-apexcharts",
"dependencies": {
"tslib": "^2.8.1"
},
"repository": {
"type": "git",
"url": "git+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
}