{
  "name": "suitecrm",
  "version": "8.6.0",
  "scripts": {
    "ng": "ng",
    "start": "npm run start:shell",
    "start:shell": "ng serve shell  -o --port 5000",
    "start:all": "concurrently \"npm run start:shell\"",
    "serve:dist": "concurrently \"serve dist/shell -l 5000 -s\"",
    "build-dev": "npm run build-dev:common && npm run build-dev:core && npm run build-dev:shell ",
    "build-dev:shell": "ng build shell",
    "build-dev:common": "ng build common",
    "build-dev:core": "ng build core",
    "build-dev:defaultExt": "ng build defaultExt --configuration dev",
    "build": "npm run build:shell",
    "build:shell": "ng build shell --configuration production",
    "build:common": "ng build common --configuration production",
    "build:core": "ng build core --configuration production",
    "build:defaultExt": "ng build defaultExt --configuration production",
    "test": "npm run test:shell",
    "test:core": "ng test core",
    "gen-index": "barrelsby --delete -e '.*\\.spec.*' -q",
    "gen-index:core": "barrelsby --delete -e '.*\\.spec.*' -q -d core/app/core/src/lib/ -n core",
    "gen-index:common": "barrelsby --delete -e '.*\\.spec.*' -q -d 'core/app/common/src/lib/' -n common",
    "lint": "ng lint",
    "e2e": "ng e2e"
  },
  "private": true,
  "engines": {
    "node": ">= 10.0.0"
  },
  "browserslist": [
    "defaults"
  ],
  "dependencies": {
    "@angular-architects/module-federation": "^16.0.3",
    "@angular/animations": "16.1.1",
    "@angular/cdk": "^16.1.1",
    "@angular/common": "16.1.1",
    "@angular/compiler": "16.1.1",
    "@angular/core": "16.1.1",
    "@angular/forms": "16.1.1",
    "@angular/localize": "16.1.1",
    "@angular/platform-browser": "16.1.1",
    "@angular/platform-browser-dynamic": "16.1.1",
    "@angular/router": "16.1.1",
    "@apollo/client": "^3.7.14",
    "@ng-bootstrap/ng-bootstrap": "15.0.1",
    "@nrwl/workspace": "^16.2.2",
    "@popperjs/core": "^2.11.7",
    "@swimlane/ngx-charts": "^20.3.0",
    "@tinymce/tinymce-angular": "^7.0.0",
    "@types/object-hash": "^3.0.2",
    "ajv": "~8.12.0",
    "angular-svg-icon": "^16.0.0",
    "apollo-angular": "^5.0.0",
    "bootstrap": "^5.2.3",
    "bootstrap-css-only": "^4.4.1",
    "concurrently": "^8.0.1",
    "core-js": "^3.30.2",
    "graphql": "^16.7.1",
    "lodash-es": "^4.17.20",
    "luxon": "3.3.0",
    "mathjs": "^11.8.0",
    "ng-animate": "^2.0.1",
    "ng-dynamic-component": "^10.0.0",
    "ngx-build-plus": "16.0.0",
    "ngx-chips": "^3.0.0",
    "nyc": "~15.1.0",
    "object-hash": "^3.0.0",
    "primeng": "^16.9.1",
    "rxjs": "^7.8.1",
    "tinymce": "^6.4.2",
    "tslib": "^2.5.2",
    "webpack": "^5.84.1",
    "zone.js": "~0.13.0"
  },
  "devDependencies": {
    "@angular-devkit/build-angular": "^16.1.0",
    "@angular-eslint/builder": "0.0.1-alpha.18",
    "@angular/cli": "16.1.0",
    "@angular/compiler-cli": "16.1.1",
    "@angular/language-service": "16.1.1",
    "@types/jasmine": "~3.6.0",
    "@types/jasminewd2": "^2.0.6",
    "@types/lodash-es": "^4.17.4",
    "@types/luxon": "3.0.0",
    "@types/node": "^12.19.15",
    "@typescript-eslint/eslint-plugin": "^2.34.0",
    "@typescript-eslint/parser": "^2.34.0",
    "barrelsby": "^2.2.0",
    "codelyzer": "^6.0.0",
    "eslint": "^6.8.0",
    "eslint-import-resolver-alias": "^1.1.2",
    "eslint-import-resolver-typescript": "^2.3.0",
    "eslint-plugin-compat": "^3.9.0",
    "eslint-plugin-import": "^2.22.1",
    "eslint-plugin-jasmine": "^4.1.2",
    "eslint-plugin-jsdoc": "^21.0.0",
    "eslint-plugin-prefer-arrow": "^1.2.3",
    "jasmine-core": "~3.6.0",
    "jasmine-spec-reporter": "~5.0.0",
    "karma": "~6.3.4",
    "karma-chrome-launcher": "~3.1.0",
    "karma-cli": "^2.0.0",
    "karma-coverage-istanbul-reporter": "~3.0.2",
    "karma-firefox-launcher": "^1.3.0",
    "karma-jasmine": "~4.0.0",
    "karma-jasmine-html-reporter": "^1.5.0",
    "ng-packagr": "^16.1.0",
    "prettier": "^2.8.8",
    "ts-node": "^8.10.1",
    "typescript": "~5.0.4"
  }
}
