{
  "name": "@onecx/angular-accelerator",
  "version": "8.8.0",
  "license": "Apache-2.0",
  "repository": {
    "type": "git",
    "url": "https://github.com/onecx/onecx-portal-ui-libs"
  },
  "peerDependencies": {
    "@angular/common": "^21.0.0",
    "@angular/core": "^21.0.0",
    "@angular/cdk": "^21.0.0",
    "@angular/forms": "^21.0.0",
    "@angular/platform-browser": "^21.0.0",
    "@angular/router": "^21.0.0",
    "@ngx-translate/core": "^17.0.0",
    "@ngneat/until-destroy": "^10.0.0",
    "@onecx/integration-interface": "^8.8.0",
    "@onecx/accelerator": "^8.8.0",
    "@onecx/angular-integration-interface": "^8.8.0",
    "@onecx/angular-remote-components": "^8.8.0",
    "@onecx/angular-testing": "^8.8.0",
    "@onecx/angular-utils": "^8.8.0",
    "chart.js": "^4.4.3",
    "d3-scale-chromatic": "^3.1.0",
    "fast-deep-equal": "^3.1.3",
    "ngxtension": "^7.1.0",
    "rxjs": "~7.8.1",
    "primeng": "^21.0.0",
    "@protobi/exceljs": "^4.4.0-protobi.9"
  },
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "exports": {
    ".": {
      "style": "./assets/styles.scss",
      "types": "./types/onecx-angular-accelerator.d.ts",
      "default": "./fesm2022/onecx-angular-accelerator.mjs"
    },
    "./migrations.json": "./migrations.json",
    "./package.json": {
      "default": "./package.json"
    },
    "./testing": {
      "types": "./types/onecx-angular-accelerator-testing.d.ts",
      "default": "./fesm2022/onecx-angular-accelerator-testing.mjs"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "module": "fesm2022/onecx-angular-accelerator.mjs",
  "typings": "types/onecx-angular-accelerator.d.ts",
  "sideEffects": false
}