Files
alfresco-content-app/package.json
2026-03-11 17:00:15 +01:00

137 lines
5.4 KiB
JSON

{
"name": "alfresco-content-app",
"version": "7.3.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 && 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"
},
"repository": {
"type": "git",
"url": "https://github.com/Alfresco/alfresco-content-app.git"
},
"private": true,
"dependencies": {
"@alfresco/adf-content-services": "8.3.1",
"@alfresco/adf-core": "8.3.1",
"@alfresco/adf-extensions": "8.3.1",
"@alfresco/eslint-plugin-eslint-angular": "8.3.1",
"@alfresco/js-api": "9.3.1",
"@angular/animations": "19.2.19",
"@angular/cdk": "19.2.19",
"@angular/common": "19.2.19",
"@angular/compiler": "19.2.19",
"@angular/core": "19.2.19",
"@angular/forms": "19.2.19",
"@angular/material": "19.2.19",
"@angular/material-date-fns-adapter": "19.2.19",
"@angular/platform-browser": "19.2.19",
"@angular/platform-browser-dynamic": "19.2.19",
"@angular/router": "19.2.19",
"@fontsource/open-sans": "^5.1.0",
"@mat-datetimepicker/core": "15.0.2",
"@ngrx/effects": "19.2.1",
"@ngrx/operators": "19.2.1",
"@ngrx/router-store": "19.2.1",
"@ngrx/store": "19.2.1",
"@ngrx/store-devtools": "19.2.1",
"@ngx-translate/core": "^16.0.4",
"date-fns": "^4.1.0",
"katex": "^0.16.21",
"material-icons": "^1.13.12",
"mermaid": "^11.12.3",
"minimatch-browser": "^1.0.0",
"ngx-markdown": "19.1.1",
"pdfjs-dist": "^5.1.91",
"prismjs": "^1.30.0",
"rxjs": "7.8.2",
"tslib": "2.8.1",
"zone.js": "0.15.0"
},
"devDependencies": {
"@alfresco/adf-cli": "8.3.1",
"@angular-devkit/build-angular": "19.2.19",
"@angular-devkit/core": "19.2.18",
"@angular-devkit/schematics": "19.2.18",
"@angular-eslint/builder": "19.3.0",
"@angular-eslint/eslint-plugin": "19.3.0",
"@angular-eslint/eslint-plugin-template": "19.3.0",
"@angular-eslint/schematics": "19.3.0",
"@angular-eslint/template-parser": "19.3.0",
"@angular/compiler-cli": "19.2.19",
"@angular/language-service": "19.2.18",
"@cspell/eslint-plugin": "^9.2.1",
"@nx/angular": "22.1.0",
"@nx/eslint-plugin": "22.2.3",
"@nx/workspace": "21.4.1",
"@playwright/test": "^1.56.1",
"@reportportal/agent-js-playwright": "^5.1.9",
"@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": "^7.2.0",
"@typescript-eslint/parser": "^7.2.0",
"@typescript-eslint/utils": "^8.53.0",
"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.2.4",
"ng-packagr": "19.2.2",
"node-stream-zip": "^1.14.0",
"nx": "21.5.2",
"prettier": "3.5.3",
"stylelint": "^15.11.0",
"stylelint-config-standard-scss": "^7.0.1",
"ts-node": "^10.9.2",
"typescript": "5.8.2",
"webpack-bundle-analyzer": "^4.10.2"
}
}