{
  "name": "alfresco-content-app",
  "version": "5.1.1",
  "license": "LGPL-3.0",
  "scripts": {
    "start": "nx serve content-ce",
    "start:prod": "node --max-old-space-size=8192 nx serve content-ce --configuration production",
    "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",
    "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",
    "lintfix": "nx affected:lint --fix"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/Alfresco/alfresco-content-app.git"
  },
  "private": true,
  "dependencies": {
    "@alfresco/adf-content-services": "7.0.0-alpha.2-10959284638",
    "@alfresco/adf-core": "7.0.0-alpha.2-10959284638",
    "@alfresco/adf-extensions": "7.0.0-alpha.2-10959284638",
    "@alfresco/eslint-plugin-eslint-angular": "7.0.0-alpha.2-10959284638",
    "@alfresco/js-api": "8.0.0-alpha.2-10959284638",
    "@angular/animations": "15.2.10",
    "@angular/cdk": "15.2.9",
    "@angular/common": "15.2.10",
    "@angular/compiler": "15.2.10",
    "@angular/core": "15.2.10",
    "@angular/forms": "15.2.10",
    "@angular/material": "15.2.9",
    "@angular/material-date-fns-adapter": "15.2.9",
    "@angular/platform-browser": "15.2.10",
    "@angular/platform-browser-dynamic": "15.2.10",
    "@angular/router": "15.2.10",
    "@fontsource/open-sans": "^5.0.27",
    "@mat-datetimepicker/core": "11.0.3",
    "@ngrx/effects": "^15.2.0",
    "@ngrx/router-store": "^15.2.0",
    "@ngrx/store": "^15.2.0",
    "@ngrx/store-devtools": "^15.2.0",
    "@ngx-translate/core": "^14.0.0",
    "date-fns": "^2.30.0",
    "material-icons": "^1.13.12",
    "minimatch-browser": "^1.0.0",
    "pdfjs-dist": "3.3.122",
    "rxjs": "6.6.6",
    "tslib": "^2.5.3",
    "zone.js": "0.11.8"
  },
  "devDependencies": {
    "@alfresco/adf-cli": "7.0.0-alpha.2-10959284638",
    "@angular-devkit/build-angular": "15.2.10",
    "@angular-devkit/core": "15.2.10",
    "@angular-devkit/schematics": "15.2.10",
    "@angular-eslint/builder": "^15.2.1",
    "@angular-eslint/eslint-plugin": "^16.1.2",
    "@angular-eslint/eslint-plugin-template": "^16.0.2",
    "@angular-eslint/schematics": "15.2.1",
    "@angular-eslint/template-parser": "^15.2.1",
    "@angular/cli": "15.2.10",
    "@angular/compiler-cli": "15.2.10",
    "@angular/language-service": "15.2.10",
    "@cspell/eslint-plugin": "^8.14.1",
    "@nx/angular": "17.0.2",
    "@nx/eslint-plugin": "17.0.2",
    "@nx/workspace": "17.0.2",
    "@playwright/test": "^1.42.1",
    "@reportportal/agent-js-playwright": "^5.1.9",
    "@schematics/angular": "15.2.10",
    "@types/event-emitter": "^0.3.3",
    "@types/jasmine": "~3.6.0",
    "@types/jasminewd2": "^2.0.8",
    "@types/node": "^15.14.9",
    "@types/superagent": "^4.1.10",
    "@typescript-eslint/eslint-plugin": "^5.62.0",
    "@typescript-eslint/parser": "^5.48.2",
    "dotenv": "16.4.5",
    "dotenv-expand": "^5.1.0",
    "eslint": "^8.42.0",
    "eslint-plugin-ban": "^1.6.0",
    "eslint-plugin-import": "2.29.1",
    "eslint-plugin-jsdoc": "48.2.3",
    "eslint-plugin-license-header": "^0.6.1",
    "eslint-plugin-playwright": "^1.6.2",
    "eslint-plugin-prefer-arrow": "1.2.3",
    "eslint-plugin-prettier": "^4.2.1",
    "eslint-plugin-rxjs": "^5.0.2",
    "eslint-plugin-unicorn": "^54.0.0",
    "husky": "^9.0.11",
    "jasmine-core": "~4.6.0",
    "jasmine-spec-reporter": "~5.0.0",
    "karma": "^6.4.3",
    "karma-chrome-launcher": "~3.2.0",
    "karma-coverage": "^2.2.0",
    "karma-jasmine": "~5.1.0",
    "karma-jasmine-html-reporter": "^2.0.0",
    "karma-mocha-reporter": "^2.2.5",
    "lint-staged": "^15.2.7",
    "ng-packagr": "^15.2.1",
    "node-stream-zip": "^1.14.0",
    "nx": "17.3.1",
    "prettier": "2.8.8",
    "stylelint": "^15.11.0",
    "stylelint-config-standard-scss": "^7.0.1",
    "ts-node": "^10.9.2",
    "typescript": "4.9.5"
  }
}