{ "name": "alfresco-content-app", "version": "8.1.0", "license": "LGPL-3.0", "scripts": { "preinstall": "npx only-allow pnpm", "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": "nx build content-ce --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 && 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", "ci:lint": "nx run-many --target=lint", "ci:test": "nx run-many --target=test --browsers=ChromeHeadless --watch=false", "ci:build": "nx build", "ci:build:many": "nx run-many --target=build", "ci:playwright:install": "playwright install chromium", "ci:playwright:install:all": "playwright install chromium chrome firefox webkit msedge", "ci:e2e": "nx run $E2E_TARGET-e2e:e2e", "ci:audit": "adf-cli audit -d docs/audit", "ci:licenses": "adf-cli licenses -d docs/licences", "ci:changelog": "adf-cli changelog -o docs/changelog --exclude=\"bot\\|Alfresco Build User\\|alfresco-build\"", "ci:check-env": "adf-cli check-cs-env --host $BASE_URL -u $ADMIN_EMAIL -p $ADMIN_PASSWORD", "ci:check-search-indexing": "node --env-file-if-exists=.env ./scripts/ci/check-env/check-search-indexing.mjs" }, "repository": { "type": "git", "url": "https://github.com/Alfresco/alfresco-content-app.git" }, "private": true, "dependencies": { "@alfresco/adf-content-services": "9.2.0-30345919006", "@alfresco/adf-core": "9.2.0-30345919006", "@alfresco/adf-extensions": "9.2.0-30345919006", "@alfresco/eslint-plugin-eslint-angular": "9.2.0-30345919006", "@alfresco/js-api": "10.2.0-30345919006", "@angular/animations": "20.3.25", "@angular/cdk": "20.2.14", "@angular/common": "20.3.25", "@angular/compiler": "20.3.25", "@angular/core": "20.3.25", "@angular/forms": "20.3.25", "@angular/material": "20.2.14", "@angular/material-date-fns-adapter": "20.2.14", "@angular/platform-browser": "20.3.25", "@angular/platform-browser-dynamic": "20.3.25", "@angular/router": "20.3.25", "@babel/runtime": "7.28.3", "@fontsource/open-sans": "^5.1.0", "@mat-datetimepicker/core": "16.0.1", "@ngrx/effects": "~20.1.0", "@ngrx/operators": "~20.1.0", "@ngrx/router-store": "~20.1.0", "@ngrx/store": "~20.1.0", "@ngrx/store-devtools": "~20.1.0", "@ngx-translate/core": "^17.0.0", "angular-oauth2-oidc": "19.0.0", "cropperjs": "1.6.2", "date-fns": "^4.1.0", "eventemitter3": "5.0.4", "material-icons": "^1.13.12", "minimatch": "10.2.6", "pdfjs-dist": "5.1.91", "rxjs": "7.8.2", "tslib": "2.8.1", "zone.js": "0.15.0" }, "overrides": { "@module-federation/sdk": { "node-fetch": "^2.7.0" } }, "devDependencies": { "@alfresco/adf-cli": "9.2.0-30345919006", "@angular-devkit/build-angular": "20.3.30", "@angular-devkit/core": "20.3.16", "@angular-devkit/schematics": "20.3.16", "@angular-eslint/builder": "20.7.0", "@angular-eslint/eslint-plugin": "20.7.0", "@angular-eslint/eslint-plugin-template": "20.7.0", "@angular-eslint/schematics": "20.7.0", "@angular-eslint/template-parser": "20.7.0", "@angular/compiler-cli": "20.3.25", "@angular/language-service": "20.3.25", "@cspell/eslint-plugin": "^10.0.1", "@nx/angular": "22.7.6", "@nx/eslint-plugin": "22.5.4", "@nx/workspace": "22.5.4", "@playwright/test": "^1.61.1", "@reportportal/agent-js-playwright": "^5.4.0", "@types/event-emitter": "^0.3.3", "@types/jasmine": "~3.6.0", "@types/jasminewd2": "^2.0.8", "@types/node": "25.0.3", "@types/superagent": "^4.1.10", "@typescript-eslint/eslint-plugin": "8.55.0", "@typescript-eslint/parser": "8.55.0", "@typescript-eslint/utils": "8.55.0", "buffer": "5.7.1", "eslint": "^8.57.0", "eslint-plugin-ban": "^2.0.0", "eslint-plugin-import": "2.32.0", "eslint-plugin-jsdoc": "50.3.0", "eslint-plugin-license-header": "^0.8.0", "eslint-plugin-playwright": "^2.4.0", "eslint-plugin-prefer-arrow": "1.2.3", "eslint-plugin-prettier": "5.5.4", "eslint-plugin-rxjs": "^5.0.2", "eslint-plugin-unicorn": "^54.0.0", "husky": "^9.0.11", "jasmine-core": "~6.0.1", "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.2.0", "karma-mocha-reporter": "^2.2.5", "lint-staged": "^16.4.0", "ng-packagr": "20.3.2", "node-stream-zip": "^1.14.0", "nx": "23.0.1", "prettier": "3.8.1", "stylelint": "^16.0.0", "stylelint-config-standard-scss": "^13.0.0", "ts-node": "^10.9.2", "typescript": "5.9.3", "webpack-bundle-analyzer": "^5.3.0" }, "engines": { "node": ">=24.13.1" }, "packageManager": "pnpm@11.17.0+sha512.cca3cea332ad254bb84145f966d19f4879615210346fc92c79a047f23a0d7b3cca3c3792f0076ba1f1831d277efbcf0a9119b31a9a60eca7fb3d6231f331ef72" }