{
  "name": "@hmcts/ccd-case-ui-toolkit",
  "version": "7.3.48-exui-4425-release",
  "engines": {
    "node": ">=20.19.0"
  },
  "description": "Case UI Toolkit",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/hmcts/ccd-case-ui-toolkit.git"
  },
  "publishConfig": {
    "access": "public"
  },
  "module": "fesm2022/hmcts-ccd-case-ui-toolkit.mjs",
  "typings": "index.d.ts",
  "exports": {
    "./package.json": {
      "default": "./package.json"
    },
    ".": {
      "types": "./index.d.ts",
      "default": "./fesm2022/hmcts-ccd-case-ui-toolkit.mjs"
    }
  },
  "sideEffects": false,
  "dependencies": {
    "@angular-material-components/datetime-picker": "16.0.1",
    "@angular-material-components/moment-adapter": "16.0.1",
    "@angular/animations": "^20.3.18",
    "@angular/cdk": "17.3.5",
    "@angular/common": "^20.3.18",
    "@angular/compiler": "^20.3.18",
    "@angular/core": "^20.3.18",
    "@angular/forms": "^20.3.18",
    "@angular/localize": "^20.3.18",
    "@angular/material": "^16.2.0",
    "@angular/platform-browser": "^20.3.18",
    "@angular/platform-browser-dynamic": "^20.3.18",
    "@angular/router": "^20.3.18",
    "@angular/upgrade": "^20.3.18",
    "@edium/fsm": "^2.1.2",
    "@hmcts/ccpay-web-component": "6.5.17",
    "@hmcts/media-viewer": "4.2.16",
    "@ngrx/effects": "17.2.0",
    "@ngrx/store": "^17.2.0",
    "@nicky-lenaers/ngx-scroll-to": "^14.0.0",
    "braces": "^3.0.3",
    "enhanced-resolve": "3.3.0",
    "file-saver": "^2.0.2",
    "govuk-elements-sass": "^3.1.2",
    "govuk-frontend": "^4.9.0",
    "lz-string": "^1.5.0",
    "marked": "^12.0.2",
    "mem": "^6.0.0",
    "minimist": "1.2.3",
    "moment": "^2.30.1",
    "moment-timezone": "^0.5.31",
    "ngx-chips": "^3.0.0",
    "ngx-markdown": "^20",
    "ngx-pagination": "6.0.3",
    "pegjs": "^0.10.0",
    "prismjs": "^1.30.0",
    "rpx-xui-translation": "1.2.0",
    "rx-polling-hmcts": "1.1.1",
    "rxjs": "^7.8.1",
    "rxjs-compat": "^6.6.7",
    "tslib": "^2.3.0",
    "underscore": "^1.9.1",
    "yargs": "17.7.2",
    "yargs-parser": "^21.1.1",
    "zone.js": "^0.15.1"
  },
  "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"
  }
}
