Files
alfresco-ng2-components/lib/core/package.json
T
Vito Albano 9fe4006a0d AAE-45391 Lazy loading and improvements for pdfJS (#11869)
* [AAE-45391] - Lazy loading some of the big external libs

* [AAE-45391] - Added some extra units to pdfjs viewer

* [AAE-45391] - Some improement on viewer component

* [AAE-45391] - Fixed the way it was redered to a newer angular system

* [AAE-45391] - Fixed the way it was redered to a newer angular system

* [AAE-45391] - fixed schematic

* [AAE-45391] - Added some docs for the schematics as well

* [AAE-37328] - Fixed comment on missing provider
2026-05-11 14:17:39 +01:00

61 lines
1.5 KiB
JSON

{
"name": "@alfresco/adf-core",
"description": "Alfresco ADF core",
"version": "8.5.0",
"author": "Hyland Software, Inc. and its affiliates",
"repository": {
"type": "git",
"url": "https://github.com/Alfresco/alfresco-ng2-components.git"
},
"bugs": {
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
},
"scripts": {},
"exports": {
"./theming": {
"sass": "./lib/theming/_index.scss"
}
},
"dependencies": {
"cropperjs": "^1.6.2",
"angular-oauth2-oidc": "19.0.0",
"date-fns": "^2.30.0"
},
"peerDependencies": {
"@angular/animations": ">=16.0.0",
"@angular/cdk": ">=16.0.0",
"@angular/common": ">=16.0.0",
"@angular/core": ">=16.0.0",
"@angular/forms": ">=16.0.0",
"@angular/material": ">=16.0.0",
"@angular/material-date-fns-adapter": ">=16.0.0",
"@angular/platform-browser": ">=16.0.0",
"@angular/router": ">=16.0.0",
"@mat-datetimepicker/core": ">=12.0.1",
"@ngx-translate/core": ">=17.0.0",
"@alfresco/js-api": ">=9.4.1",
"@alfresco/adf-extensions": ">=8.4.1",
"minimatch": ">=10.0.0",
"pdfjs-dist": ">=3.3.122",
"rxjs": ">=7.8.0"
},
"peerDependenciesMeta": {
"pdfjs-dist": {
"optional": true
}
},
"keywords": [
"core",
"alfresco-component",
"angular",
"components"
],
"license": "Apache-2.0",
"ng-update": {
"migrations": "./schematics/migrations/collection.json"
},
"nx-migrations": {
"migrations": "./schematics/migrations/collection.json"
}
}