{
  "name": "@swimlane/ngx-ui",
  "version": "51.5.0",
  "engines": {
    "node": ">=18.0.0"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/swimlane/ngx-ui.git"
  },
  "author": "Swimlane",
  "license": "MIT",
  "keywords": [
    "angular",
    "components",
    "directives"
  ],
  "bugs": {
    "url": "https://github.com/swimlane/ngx-ui/issues"
  },
  "homepage": "https://github.com/swimlane/ngx-ui#readme",
  "sideEffects": true,
  "peerDependencies": {
    "@angular/animations": "18.x || 19.x || 20.x",
    "@angular/common": "18.x || 19.x || 20.x",
    "@angular/core": "18.x || 19.x || 20.x",
    "@angular/cdk": "18.x || 19.x || 20.x",
    "@angular/forms": "18.x || 19.x || 20.x",
    "@angular/platform-browser": "18.x || 19.x || 20.x",
    "@types/json-schema": "^7.0.9",
    "ajv": "^8.12.0",
    "codemirror": "5.65.8",
    "core-js": "^3.6.5",
    "json-schema": "*",
    "moment": "^2.29.4",
    "moment-timezone": "^0.5.37",
    "ng-in-viewport": "13.0.0",
    "ngx-autosize-input": "^2.3.7",
    "rxjs": "7.x"
  },
  "dependencies": {
    "date-fns": "4.1.0",
    "ng2-file-upload": "8.0.0",
    "mousetrap": "^1.6.2",
    "tslib": "^2.3.1"
  },
  "schematics": "./lib/schematics/collection.json",
  "module": "fesm2022/swimlane-ngx-ui.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/swimlane-ngx-ui.mjs"
    }
  },
  "scripts": {
    "prepublishOnly": "node --eval \"console.error('ERROR: Trying to publish a package that has been compiled in full compilation mode. This is not allowed.\\nPlease delete and rebuild the package with partial compilation mode, before attempting to publish.\\n')\" && exit 1"
  }
}