{
  "name": "@eqproject/eqp-dynamic-module",
  "description": "Dynamic module component - Angular Material based",
  "author": {
    "name": "EqProject"
  },
  "version": "2.11.0",
  "peerDependencies": {
    "@angular/cdk": "^15.1.2",
    "@angular/common": "^15.1.2",
    "@angular/core": "^15.1.2",
    "@angular/material": "^15.1.2",
    "@angular/material-luxon-adapter": "^15.2.9",
    "sweetalert2": "^11.4.24"
  },
  "dependencies": {
    "@canvasjs/angular-stockcharts": "^1.1.0",
    "@canvasjs/stockcharts": "^1.7.39",
    "acorn": "^8.15.0",
    "fabric": "^5.5.2",
    "simple-statistics": "^7.8.3",
    "tmw-attachments": "^0.1.7",
    "tmw-icons": "^0.1.1",
    "tmw-numeric": "^0.1.1",
    "tmw-picker": "^1.2.5",
    "tmw-select": "^0.1.12",
    "tmw-table": "^0.1.13",
    "xlsx": "https://cdn.sheetjs.com/xlsx-0.20.3/xlsx-0.20.3.tgz",
    "tslib": "^2.4.0"
  },
  "sideEffects": true,
  "overrides": {
    "dompurify": "^3.2.4",
    "jspdf": "^4.2.1",
    "jspdf-autotable": "3.8.3",
    "minimatch": "^9.0.3"
  },
  "module": "fesm2015/eqproject-eqp-dynamic-module.mjs",
  "es2020": "fesm2020/eqproject-eqp-dynamic-module.mjs",
  "esm2020": "esm2020/eqproject-eqp-dynamic-module.mjs",
  "fesm2020": "fesm2020/eqproject-eqp-dynamic-module.mjs",
  "fesm2015": "fesm2015/eqproject-eqp-dynamic-module.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2020": "./esm2020/eqproject-eqp-dynamic-module.mjs",
      "es2020": "./fesm2020/eqproject-eqp-dynamic-module.mjs",
      "es2015": "./fesm2015/eqproject-eqp-dynamic-module.mjs",
      "node": "./fesm2015/eqproject-eqp-dynamic-module.mjs",
      "default": "./fesm2020/eqproject-eqp-dynamic-module.mjs"
    }
  }
}