{
  "name": "devexpress-dashboard-angular",
  "author": "Developer Express Inc.",
  "version": "25.2.6",
  "description": "A component that integrates DevExpress Web Dashboard in an Angular application",
  "homepage": "https://www.devexpress.com/products/net/dashboard/",
  "bugs": "https://www.devexpress.com/support/",
  "license": "SEE LICENSE IN README.md",
  "main": "bundles/devexpress-dashboard-angular.umd.js",
  "keywords": [
    "devexpress",
    "dashboard",
    "analytics",
    "angular"
  ],
  "dependencies": {
    "tslib": "^2.3.0"
  },
  "peerDependencies": {
    "@angular/common": ">=19.0.0",
    "@angular/core": ">=19.0.0",
    "@angular/forms": ">=19.0.0",
    "devextreme": "25.2.6",
    "devextreme-angular": "25.2.6",
    "devexpress-dashboard": "25.2.6",
    "@devexpress/analytics-core": "25.2.6"
  },
  "module": "fesm2022/devexpress-dashboard-angular.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "esm2022": "./esm2022/devexpress-dashboard-angular.mjs",
      "esm": "./esm2022/devexpress-dashboard-angular.mjs",
      "default": "./fesm2022/devexpress-dashboard-angular.mjs"
    },
    "./ui/dashboard-control": {
      "types": "./ui/dashboard-control/index.d.ts",
      "esm2022": "./esm2022/ui/dashboard-control/devexpress-dashboard-angular-ui-dashboard-control.mjs",
      "esm": "./esm2022/ui/dashboard-control/devexpress-dashboard-angular-ui-dashboard-control.mjs",
      "default": "./fesm2022/devexpress-dashboard-angular-ui-dashboard-control.mjs"
    },
    "./ui/nested": {
      "types": "./ui/nested/index.d.ts",
      "esm2022": "./esm2022/ui/nested/devexpress-dashboard-angular-ui-nested.mjs",
      "esm": "./esm2022/ui/nested/devexpress-dashboard-angular-ui-nested.mjs",
      "default": "./fesm2022/devexpress-dashboard-angular-ui-nested.mjs"
    },
    "./ui/dashboard-control/nested": {
      "types": "./ui/dashboard-control/nested/index.d.ts",
      "esm2022": "./esm2022/ui/dashboard-control/nested/devexpress-dashboard-angular-ui-dashboard-control-nested.mjs",
      "esm": "./esm2022/ui/dashboard-control/nested/devexpress-dashboard-angular-ui-dashboard-control-nested.mjs",
      "default": "./fesm2022/devexpress-dashboard-angular-ui-dashboard-control-nested.mjs"
    }
  },
  "sideEffects": false,
  "commitSHA": "3fc2e53a4e2bb8a8432d731634911295d9ee99b6",
  "scripts": {
    "build": "echo done"
  }
}