Files
alfresco-content-app/package.json
T
eb7861c93e [ACS-10449] migrate ACA to MD3 (#5199)
* [ACS-10449] replace color usage in templates

* [ACS-10449] switch from @import to @use

* [ACS-10449] replace MD2 datetimepicker theme

* [ACS-10449] replace MD2 apis, replace @imports, use MD3 theme

* [ACS-10449] visual regression fixes 1

* [ACS-10449] visual regression fixes 2

* [ACS-10449] visual regression fixes 3

* [ACS-10449] visual regression fixes 4

* [ACS-10449] visual regression fixes 5

* [ACS-10449] visual regression fixes 6

* [ACS-10449] Viewer MD3 fixes

* [ACS-10449] Typography MD3 fixes

* [ACS-10449] Select, autocomplete background MD3 fix

* [ACS-10449] Addressed PR comments

* [ACS-10449] Reverted one unwanted change

* [ACS-10449] Addressed PR comments

* [ACS-10449] Addressed PR comments

* [ACS-10449] Removed redundant code

* [ACS-10449] Addressed PR comments

* [ACS-10449] use variables instead of colors, fix permission components, use overrides

* [ACS-10449] revert wrong token usage

* [ACS-10449] Addressed PR comments

* [ACS-10449] Addressed PR comments

* [ACS-10449] Addressed PR comments

* [ACS-10449] Toggle MD3 fixes

* [ACS-10449] Addressed comments

* [ACS-10449] Tabs MD3 fixes

* [ACS-10449] Addressed comments

* [ACS-10449] Addressed comments

* [ACS-10449] MD3 fixes

* [ACS-10449] Addressed comments

* [ACS-10449] Addressed comments

* [ACS-10449] icon, icon button and permission datatable styling refactor

* [ACS-10449] revert changes overwriting previous fix, address comment

* [ACS-10449] About page, notification history fixes

* [ACS-10449] Login page, saved searches fixed

* [ACS-10449] Addressed comments

* [ACS-10449] Fixed incorrect box shadow for permissions users and groups popup

* [ACS-10449] Fixed color for selected selectbox option

* [ACS-10449] ADF style fixes refactoring I

* [ACS-10449] Simplify styles for selected group and user icons in permissions

* [ACS-10449] Create from template dialog title size and buttons layout

* [ACS-10449] Fixed uploading file popup

* [ACS-10449] Incorrect color of sidenav background

* [ACS-10449] ADF style fixes refactoring II

* [ACS-10449] Fixed background color for library metadata viewer and buttons hovering

* [ACS-10449] Breadcrumb, datatable bg, search filter container fixes

* [ACS-10449] User profile button fixes

* [ACS-10449] Create from template, copy/move dialog fixes

* [ACS-10449] Fixed styles for comments tab

* [ACS-10449] Small correction

* [ACS-10449] Fixed button styles for linking rules dialog and global change buttons padding

* [ACS-10449] fix selected node tick icon color in search results

* [ACS-10449] Permission form field fixes

* [ACS-10449] Reverted unwanted change

* [ACS-10449] Button, create folder rules dialog fixes

* [ACS-10449] Fixed styles for version manager dialog

* [ACS-10449] Tag creator fixes

* [ACS-10449] Fixed styles for docs viewer thumbnails

* [ACS-10449] remove redundant metadata styling

* [ACS-10449] fix outlined button hover color

* [ACS-10449] Categories panel fixes

* [ACS-10449] Minor shadow box fix

* [ACS-10449] Expansion panel font size fix

* [ACS-10449] fix datepicker

* [ACS-10449] Fixed icons color after uploding new version of file

* [ACS-10449] Fix descending specificity and mixed decls build warnings, remove duplicated styles

* [ACS-10449] Fixed container color for outlined cards

* [ACS-10449] Badges color fix

* [ACS-10449] Configure notification history badge size

* [ACS-10449] Fixed viewer toolbar background

* [ACS-10449] Use latest ADF version

* fix e2e

---------

Co-authored-by: g-jaskowski <grzegorz.jaskowski@hyland.com>
Co-authored-by: Aleksander Sklorz <Aleksander.Sklorz@hyland.com>
Co-authored-by: akashrathod28 <akash.rathod@hyland.com>
2026-06-01 08:53:50 +02:00

138 lines
5.5 KiB
JSON

{
"name": "alfresco-content-app",
"version": "7.5.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",
"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": "8.6.0-26634151190",
"@alfresco/adf-core": "8.6.0-26634151190",
"@alfresco/adf-extensions": "8.6.0-26634151190",
"@alfresco/eslint-plugin-eslint-angular": "8.6.0-26634151190",
"@alfresco/js-api": "9.6.0-26634151190",
"@angular/animations": "19.2.20",
"@angular/cdk": "19.2.19",
"@angular/common": "19.2.20",
"@angular/compiler": "19.2.20",
"@angular/core": "19.2.20",
"@angular/forms": "19.2.20",
"@angular/material": "19.2.19",
"@angular/material-date-fns-adapter": "19.2.19",
"@angular/platform-browser": "19.2.20",
"@angular/platform-browser-dynamic": "19.2.20",
"@angular/router": "19.2.20",
"@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": "^17.0.0",
"date-fns": "^4.1.0",
"katex": "^0.16.21",
"material-icons": "^1.13.12",
"mermaid": "^11.15.0",
"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.6.0-26634151190",
"@angular-devkit/build-angular": "19.2.22",
"@angular-devkit/core": "19.2.20",
"@angular-devkit/schematics": "19.2.20",
"@angular-eslint/builder": "19.8.1",
"@angular-eslint/eslint-plugin": "19.8.1",
"@angular-eslint/eslint-plugin-template": "19.8.1",
"@angular-eslint/schematics": "19.8.1",
"@angular-eslint/template-parser": "19.8.1",
"@angular/compiler-cli": "19.2.20",
"@angular/language-service": "19.2.20",
"@cspell/eslint-plugin": "^9.2.1",
"@nx/angular": "22.5.4",
"@nx/eslint-plugin": "22.5.4",
"@nx/workspace": "22.5.4",
"@playwright/test": "^1.56.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": "^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.4.0",
"ng-packagr": "19.2.2",
"node-stream-zip": "^1.14.0",
"nx": "22.5.4",
"prettier": "3.8.1",
"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"
}
}