{
  "name": "cmf-angular",
  "version": "0.0.0",
  "scripts": {
    "ng": "ng",
    "start": "export NODE_OPTIONS='--max-old-space-size=3872' && ng serve",
    "build": "ng build",
    "build:stats": "ng build --stats-json",
    "analyze": "webpack-bundle-analyzer dist/cmf-angular/stats-es2015.json",
    "test": "jest --verbose",
    "test-watch": "jest --watch",
    "lint": "ng lint",
    "e2e": "ng e2e",
    "cypress:open": "cypress open",
    "cypress:run": "cypress run --browser chrome",
    "form": "ng g cmf-component:f",
    "widget": "ng g cmf-component:w",
    "dialog": "ng g cmf-component:d",
    "module": "ng g cmf-component:m"
  },
  "private": true,
  "browserslist": {
    "production": [
      "> 0.5%",
      "last 2 versions",
      "Firefox ESR",
      "not dead",
      "not IE 9-11"
    ],
    "custom": [
      "last 2 versions",
      "not dead",
      "not IE 9-11"
    ],
    "scissors": [
      "since 2019 and not dead"
    ]
  },
  "dependencies": {
    "@angular/animations": "~12.2.17",
    "@angular/cdk": "~12.2.13",
    "@angular/common": "~12.2.17",
    "@angular/compiler": "~12.2.17",
    "@angular/core": "~12.2.17",
    "@angular/forms": "~12.2.17",
    "@angular/material": "~12.2.13",
    "@angular/platform-browser": "~12.2.17",
    "@angular/platform-browser-dynamic": "~12.2.17",
    "@angular/router": "~12.2.17",
    "@angular/service-worker": "~12.2.17",
    "@atlassianlabs/jql-ast": "^2.1.0",
    "@atlassianlabs/jql-autocomplete": "^0.0.1",
    "@jsplumb/browser-ui": "^5.12.0",
    "@jsplumb/common": "^5.12.0",
    "@jsplumb/connector-bezier": "^5.12.0",
    "@jsplumb/connector-flowchart": "^5.12.0",
    "@jsplumb/core": "^5.12.0",
    "@sindresorhus/slugify": "^1.1.0",
    "@tinymce/tinymce-angular": "^4.2.0",
    "@types/pdfjs-dist": "^2.10.378",
    "@types/uuid": "^3.4.6",
    "angular-calendar": "^0.28.28",
    "angular-favicon": "^1.0.8",
    "assert": "^2.1.0",
    "date-fns": "^2.14.0",
    "dayjs": "~1.11.7",
    "echarts": "^5.4.0",
    "file-saver": "^2.0.5",
    "google-charts": "^2.0.0",
    "google-libphonenumber": "^3.2.21",
    "idb": "^6.1.3",
    "konva": "^9.2.3",
    "lodash.memoize": "^4.1.2",
    "markdown-it": "^13.0.2",
    "ng-pick-datetime-ex": "~12.0.7",
    "ng2-konva": "^6.0.0",
    "ngx-color-picker": "^10.1.0",
    "ngx-file-drop": "^10.1.1",
    "ngx-monaco-editor": "^8.1.1",
    "ngx-socket-io": "~4.1.0",
    "object-hash": "^2.2.0",
    "pdfjs-dist": "^2.8.335",
    "process": "^0.11.10",
    "rxjs": "~6.6.7",
    "tinymce": "^5.10.0",
    "tslib": "^2.0.0",
    "util": "^0.12.5",
    "uuid": "^9.0.1",
    "xlsx": "^0.18.5",
    "zone.js": "~0.11.4"
  },
  "devDependencies": {
    "@angular-builders/jest": "^12.1.2",
    "@angular-devkit/build-angular": "~12.2.18",
    "@angular-eslint/builder": "12.7.0",
    "@angular-eslint/eslint-plugin": "12.7.0",
    "@angular-eslint/eslint-plugin-template": "12.7.0",
    "@angular-eslint/schematics": "12.7.0",
    "@angular-eslint/template-parser": "12.7.0",
    "@angular/cli": "~12.2.18",
    "@angular/compiler-cli": "~12.2.17",
    "@angular/language-service": "~12.2.17",
    "@cypress/schematic": "^2.0.0",
    "@types/highlight.js": "^9.12.4",
    "@types/jest": "^28.0.0",
    "@types/markdown-it": "^13.0.6",
    "@types/node": "^12.11.1",
    "@typescript-eslint/eslint-plugin": "4.28.2",
    "@typescript-eslint/parser": "4.28.2",
    "cmf-component": "file:../angular-schematics",
    "cypress": "^12.17.4",
    "cypress-file-upload": "^5.0.8",
    "cypress-real-events": "^1.12.0",
    "eslint": "^7.26.0",
    "jest": "^28.0.0",
    "jest-environment-jsdom": "^28.1.3",
    "jest-preset-angular": "^12.2.6",
    "ng-mocks": "^14.6.0",
    "protractor": "~7.0.0",
    "ts-node": "~10.9.1",
    "typescript": "~4.3.5",
    "webpack-bundle-analyzer": "^4.4.2"
  }
}