UNPKG

@rfprodz/client-d3-charts

Version:

Angular chart components based on D3JS (https://d3js.org).

45 lines 1.17 kB
{ "name": "@rfprodz/client-d3-charts", "version": "1.6.11", "description": "Angular chart components based on D3JS (https://d3js.org).", "keywords": [ "angular-charts", "angular-charts-module", "angular-chart-components", "angular-components", "angular-d3-charts", "d3-charts" ], "homepage": "https://github.com/rfprod/nx-ng-starter", "bugs": { "url": "https://github.com/rfprod/nx-ng-starter/issues" }, "repository": { "type": "git", "url": "git+https://github.com/rfprod/nx-ng-starter.git" }, "license": "MIT", "author": "rfprod <zoidenmacht@zoho.com>", "dependencies": { "tslib": "2.8.1" }, "peerDependencies": { "@angular/common": "21.2.6", "@angular/core": "21.2.6", "@types/d3": "7.4.3", "d3": "7.9.0" }, "module": "fesm2022/rfprodz-client-d3-charts.mjs", "typings": "types/rfprodz-client-d3-charts.d.ts", "exports": { "./package.json": { "default": "./package.json" }, ".": { "types": "./types/rfprodz-client-d3-charts.d.ts", "default": "./fesm2022/rfprodz-client-d3-charts.mjs" } }, "sideEffects": false, "type": "module" }