mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2026-09-09 18:03:21 +00:00
* [PRODSEC-13253] Increased peerDependencies versions to allow to increase angular version in other projects * [PRODSEC-13253] Addressec copilot comments
61 lines
1.5 KiB
JSON
61 lines
1.5 KiB
JSON
{
|
|
"name": "@alfresco/adf-core",
|
|
"description": "Alfresco ADF core",
|
|
"version": "9.0.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": ">=20.3.25",
|
|
"@angular/cdk": ">=20.2.14",
|
|
"@angular/common": ">=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/router": ">=20.3.25",
|
|
"@mat-datetimepicker/core": ">=12.0.1",
|
|
"@ngx-translate/core": ">=17.0.0",
|
|
"@alfresco/js-api": ">=9.5.0",
|
|
"@alfresco/adf-extensions": ">=8.5.0",
|
|
"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"
|
|
}
|
|
}
|