{
  "name": "@po-ui/ng-components",
  "version": "21.10.0",
  "description": "PO UI - Components",
  "author": "PO UI",
  "license": "MIT",
  "homepage": "https://po-ui.io",
  "repository": {
    "type": "git",
    "url": "https://github.com/po-ui/po-angular"
  },
  "schematics": "./schematics/collection.json",
  "sideEffects": false,
  "ng-update": {
    "migrations": "./schematics/migrations.json",
    "packageGroup": [
      "@po-ui/ng-components",
      "@po-ui/ng-templates",
      "@po-ui/ng-code-editor",
      "@po-ui/style"
    ]
  },
  "dependencies": {
    "@angular/cdk": "~21.0.3",
    "@po-ui/style": "21.10.0",
    "@po-ui/ng-schematics": "21.10.0",
    "echarts": "^5.6.0",
    "tslib": "^2.6.2"
  },
  "peerDependencies": {
    "@angular/animations": "^21",
    "@angular/cdk": "^21",
    "@angular/common": "^21",
    "@angular/compiler": "^21",
    "@angular/core": "^21",
    "@angular/forms": "^21",
    "@angular/platform-browser": "^21",
    "@angular/platform-browser-dynamic": "^21",
    "@angular/router": "^21",
    "@angular-devkit/schematics": "^21",
    "@po-ui/style": "21.10.0",
    "rxjs": "~7.8.1",
    "zone.js": "~0.15.0"
  },
  "module": "fesm2022/po-ui-ng-components.mjs",
  "typings": "types/po-ui-ng-components.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./types/po-ui-ng-components.d.ts",
      "default": "./fesm2022/po-ui-ng-components.mjs"
    }
  }
}