mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
* Release 6.7.1 * Exclude failing E2Es * Exclude failing E2Es * Exclude failing E2Es * Exclude failing E2Es
50 lines
1.3 KiB
JSON
50 lines
1.3 KiB
JSON
{
|
|
"name": "@alfresco/adf-core",
|
|
"description": "Alfresco ADF core",
|
|
"version": "6.7.1",
|
|
"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"
|
|
},
|
|
"./breadcrumbs": {
|
|
"sass": "./breadcrumbs/styles/_breadcrumb.theme.scss"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"cropperjs": "^1.5.13",
|
|
"angular-oauth2-oidc": "^13.0.1",
|
|
"angular-oauth2-oidc-jwks": "^13.0.1"
|
|
},
|
|
"peerDependencies": {
|
|
"@angular/animations": ">=14.1.3",
|
|
"@angular/cdk": ">=14.1.2",
|
|
"@angular/common": ">=14.1.3",
|
|
"@angular/core": ">=14.1.3",
|
|
"@angular/forms": ">=14.1.3",
|
|
"@angular/material": ">=14.1.2",
|
|
"@angular/router": ">=14.1.3",
|
|
"@mat-datetimepicker/core": "^10.1.1",
|
|
"@alfresco/js-api": ">=7.6.1",
|
|
"@alfresco/adf-extensions": ">=6.7.1",
|
|
"@ngx-translate/core": ">=14.0.0",
|
|
"minimatch-browser": ">=1.0.0",
|
|
"pdfjs-dist": ">=3.3.122"
|
|
},
|
|
"keywords": [
|
|
"core",
|
|
"alfresco-component",
|
|
"angular",
|
|
"components"
|
|
],
|
|
"license": "Apache-2.0"
|
|
}
|