{
  "name": "alfresco-content-app",
  "version": "4.0.0-A.3",
  "commit": "",
  "license": "LGPL-3.0",
  "scripts": {
    "postinstall": "ngcc",
    "ng": "ng",
    "validate-app-config": "ajv validate -s ./node_modules/@alfresco/adf-core/app.config.schema.json -d ./app/.tmp/app.config.json --errors=text --verbose",
    "assemble-app-config": "envsub --env-file ./.env --env APP_CONFIG_ECM_HOST={protocol}//{hostname}{:port} --env APP_CONFIG_PROVIDER=ECM --env APP_CONFIG_AUTH_TYPE=BASIC --env APP_CONFIG_OAUTH2_HOST=http://localhost:4200/auth/realms/alfresco --env APP_CONFIG_OAUTH2_CLIENTID=alfresco --env APP_CONFIG_OAUTH2_IMPLICIT_FLOW=true --env APP_CONFIG_OAUTH2_SILENT_LOGIN=true --env APP_CONFIG_OAUTH2_REDIRECT_SILENT_IFRAME_URI={protocol}//{hostname}{:port}/assets/silent-refresh.html --env APP_CONFIG_OAUTH2_REDIRECT_LOGIN=/ --env APP_CONFIG_OAUTH2_REDIRECT_LOGOUT=/logout --all ./app/src/app.config.json.tpl ./app/.tmp/app.config.json",
    "prestart": "mkdir -p ./app/.tmp && npm run assemble-app-config && npm run validate-app-config",
    "start": "nx serve",
    "start:prod": "npm run validate-app-config && node --max-old-space-size=8192 nx serve content-ce --configuration production",
    "prebuild": "mkdir -p ./app/.tmp && cp ./app/src/app.config.json.tpl ./app/.tmp/app.config.json",
    "build": "nx build content-ce",
    "build.release": "npm run build -- --configuration=production,release",
    "test": "nx test",
    "lint": "NODE_OPTIONS=--max_old_space_size=4096 nx run-many --all --target=lint",
    "update-webdriver": "./scripts/update-webdriver.sh",
    "e2e": "npm run update-webdriver && protractor $SUITE",
    "inspect.bundle": "nx build content-ce --configuration production --stats-json && npx webpack-bundle-analyzer dist/content-ce/stats.json",
    "prepare": "husky install",
    "stylelint": "stylelint \"{app,projects}/**/*.scss\"",
    "affected:build": "nx affected:build",
    "affected:test": "nx affected:test",
    "affected:lint": "nx affected:lint",
    "affected:dep-graph": "nx affected:dep-graph",
    "affected": "nx affected",
    "print-affected:app": "nx print-affected --type=app --select=projects",
    "print-affected:projects": "nx print-affected --type=lib --select=projects",
    "print-affected:build": "nx print-affected --target=build --select=tasks.target.project",
    "print-affected:test": "nx print-affected --target=test --select=tasks.target.project",
    "print-affected:lint": "nx print-affected --target=lint --select=tasks.target.project"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Alfresco/alfresco-content-app.git"
  },
  "private": true,
  "dependencies": {
    "@alfresco/adf-content-services": "6.0.0-A.4.4784685390",
    "@alfresco/adf-core": "6.0.0-A.4.4784685390",
    "@alfresco/adf-extensions": "6.0.0-A.4.4784685390",
    "@alfresco/js-api": "5.6.0-809",
    "@angular/animations": "14.1.2",
    "@angular/cdk": "14.1.2",
    "@angular/common": "14.1.2",
    "@angular/compiler": "14.1.2",
    "@angular/core": "14.1.2",
    "@angular/flex-layout": "^14.0.0-beta.40",
    "@angular/forms": "14.1.2",
    "@angular/material": "14.1.2",
    "@angular/material-moment-adapter": "14.1.2",
    "@angular/platform-browser": "14.1.2",
    "@angular/platform-browser-dynamic": "14.1.2",
    "@angular/router": "14.1.2",
    "@mat-datetimepicker/core": "^9.0.68",
    "@mat-datetimepicker/moment": "^9.0.68",
    "@ngrx/effects": "^14.2.0",
    "@ngrx/router-store": "^14.2.0",
    "@ngrx/store": "^14.2.0",
    "@ngrx/store-devtools": "^14.2.0",
    "@ngx-translate/core": "^14.0.0",
    "minimatch-browser": "^1.0.0",
    "moment": "^2.29.4",
    "moment-es6": "1.0.0",
    "pdfjs-dist": "3.3.122",
    "rxjs": "6.6.6",
    "tslib": "^2.5.0",
    "zone.js": "0.11.8"
  },
  "devDependencies": {
    "@alfresco/adf-cli": "6.0.0-A.4.4784685390",
    "@alfresco/adf-testing": "6.0.0-A.4.4784685390",
    "@angular-devkit/build-angular": "14.2.11",
    "@angular-devkit/core": "14.1.2",
    "@angular-devkit/schematics": "14.1.2",
    "@angular-eslint/builder": "^14.1.2",
    "@angular-eslint/eslint-plugin": "^14.1.2",
    "@angular-eslint/eslint-plugin-template": "^15.2.0",
    "@angular-eslint/schematics": "14.4.0",
    "@angular-eslint/template-parser": "^15.2.1",
    "@angular/cli": "14.1.2",
    "@angular/compiler-cli": "14.1.2",
    "@angular/language-service": "14.1.2",
    "@cspell/eslint-plugin": "^6.31.1",
    "@nrwl/angular": "15.9.2",
    "@nrwl/workspace": "15.9.2",
    "@playwright/test": "^1.31.2",
    "@schematics/angular": "14.1.2",
    "@types/event-emitter": "^0.3.3",
    "@types/jasmine": "~3.6.0",
    "@types/jasminewd2": "^2.0.8",
    "@types/node": "^14.14.12",
    "@types/selenium-webdriver": "^4.0.9",
    "@types/superagent": "^4.1.10",
    "@typescript-eslint/eslint-plugin": "^5.59.0",
    "@typescript-eslint/parser": "^5.48.2",
    "ajv-cli": "^4.2.0",
    "commander": "^6.1.0",
    "cypress": "^12.10.0",
    "dotenv": "8.2.0",
    "dotenv-expand": "^5.1.0",
    "envsub": "^4.1.0",
    "eslint": "^8.34.0",
    "eslint-plugin-ban": "^1.6.0",
    "eslint-plugin-import": "2.27.5",
    "eslint-plugin-jsdoc": "41.1.2",
    "eslint-plugin-license-header": "^0.6.0",
    "eslint-plugin-prefer-arrow": "1.2.3",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-rxjs": "^5.0.2",
    "eslint-plugin-unicorn": "^46.0.0",
    "husky": "^8.0.2",
    "jasmine-core": "~4.5.0",
    "jasmine-spec-reporter": "~5.0.0",
    "karma": "^6.4.1",
    "karma-chrome-launcher": "~3.2.0",
    "karma-coverage": "^2.2.0",
    "karma-coverage-istanbul-reporter": "^3.0.3",
    "karma-jasmine": "~5.1.0",
    "karma-jasmine-html-reporter": "^2.0.0",
    "karma-mocha-reporter": "^2.2.5",
    "lint-staged": "^13.1.0",
    "ng-packagr": "^14.2.2",
    "node-stream-zip": "^1.14.0",
    "nx": "15.9.2",
    "prettier": "2.8.7",
    "protractor": "~7.0.0",
    "protractor-retry-angular-cli": "^2.0.3",
    "protractor-screenshoter-plugin": "0.10.3",
    "protractor-smartrunner": "^2.0.0-beta6",
    "selenium-webdriver": "^4.1.1",
    "stylelint": "^15.2.0",
    "stylelint-config-standard-scss": "^7.0.1",
    "ts-node": "^10.9.1",
    "tsconfig-paths": "4.2.0",
    "typescript": "4.7.4",
    "webdriver-manager": "12.1.8"
  }
}