{
  "name": "alfresco-content-app",
  "version": "7.0.0",
  "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": "8.1.0-14240499928",
    "@alfresco/adf-core": "8.1.0-14240499928",
    "@alfresco/adf-extensions": "8.1.0-14240499928",
    "@alfresco/eslint-plugin-eslint-angular": "8.1.0-14240499928",
    "@alfresco/js-api": "9.1.0-14240499928",
    "@angular/animations": "17.1.3",
    "@angular/cdk": "17.1.2",
    "@angular/common": "17.1.3",
    "@angular/compiler": "17.1.3",
    "@angular/core": "17.1.3",
    "@angular/forms": "17.1.3",
    "@angular/material": "17.1.2",
    "@angular/material-date-fns-adapter": "17.1.2",
    "@angular/platform-browser": "17.1.3",
    "@angular/platform-browser-dynamic": "17.1.3",
    "@angular/router": "17.1.3",
    "@fontsource/open-sans": "^5.1.0",
    "@mat-datetimepicker/core": "13.0.2",
    "@ngrx/effects": "17.0.1",
    "@ngrx/router-store": "17.0.1",
    "@ngrx/store": "17.0.1",
    "@ngrx/store-devtools": "17.0.1",
    "@ngx-translate/core": "^14.0.0",
    "date-fns": "^2.30.0",
    "katex": "^0.16.21",
    "material-icons": "^1.13.12",
    "mermaid": "^11.5.0",
    "minimatch-browser": "^1.0.0",
    "ngx-markdown": "^17.2.1",
    "pdfjs-dist": "3.3.122",
    "prismjs": "^1.30.0",
    "rxjs": "7.8.1",
    "tslib": "2.8.1",
    "zone.js": "0.14.8"
  },
  "devDependencies": {
    "@alfresco/adf-cli": "8.1.0-14240499928",
    "@angular-devkit/build-angular": "17.3.13",
    "@angular-devkit/core": "17.1.4",
    "@angular-devkit/schematics": "17.1.4",
    "@angular-eslint/builder": "17.0.0",
    "@angular-eslint/eslint-plugin": "17.0.1",
    "@angular-eslint/eslint-plugin-template": "17.0.1",
    "@angular-eslint/schematics": "17.1.1",
    "@angular-eslint/template-parser": "17.0.1",
    "@angular/cli": "17.1.3",
    "@angular/compiler-cli": "17.1.3",
    "@angular/language-service": "17.1.3",
    "@cspell/eslint-plugin": "^8.14.1",
    "@nx/angular": "17.3.2",
    "@nx/eslint-plugin": "17.3.2",
    "@nx/workspace": "17.3.2",
    "@playwright/test": "^1.47.2",
    "@reportportal/agent-js-playwright": "^5.1.9",
    "@schematics/angular": "17.1.4",
    "@types/event-emitter": "^0.3.3",
    "@types/jasmine": "~3.6.0",
    "@types/jasminewd2": "^2.0.8",
    "@types/node": "18.19.9",
    "@types/superagent": "^4.1.10",
    "@typescript-eslint/eslint-plugin": "6.21.0",
    "@typescript-eslint/parser": "6.21.0",
    "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": "50.3.0",
    "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.4",
    "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": "17.1.2",
    "node-stream-zip": "^1.14.0",
    "nx": "17.3.2",
    "prettier": "2.8.8",
    "stylelint": "^15.11.0",
    "stylelint-config-standard-scss": "^7.0.1",
    "ts-node": "^10.9.2",
    "typescript": "5.3.3"
  }
}