mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-26 17:24:56 +00:00
61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"name": "@alfresco/adf-core",
|
|
"description": "Alfresco ADF core",
|
|
"version": "8.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"
|
|
},
|
|
"./breadcrumbs": {
|
|
"sass": "./breadcrumbs/styles/_breadcrumb.theme.scss"
|
|
}
|
|
},
|
|
"dependencies": {
|
|
"cropperjs": "^1.6.2",
|
|
"angular-oauth2-oidc": "17.0.2",
|
|
"angular-oauth2-oidc-jwks": "17.0.2",
|
|
"date-fns": "^2.30.0",
|
|
"rxjs": "7.8.1"
|
|
},
|
|
"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": ">=14.0.0",
|
|
"@alfresco/js-api": ">=9.0.0",
|
|
"@alfresco/adf-extensions": ">=8.0.0",
|
|
"minimatch": ">=10.0.0",
|
|
"pdfjs-dist": ">=3.3.122",
|
|
"ts-morph": ">=20.0.0"
|
|
},
|
|
"keywords": [
|
|
"core",
|
|
"alfresco-component",
|
|
"angular",
|
|
"components"
|
|
],
|
|
"license": "Apache-2.0",
|
|
"ng-update": {
|
|
"migrations": "./schematics/migrations/collection.json"
|
|
},
|
|
"nx-migrations": {
|
|
"migrations": "./schematics/migrations/collection.json"
|
|
}
|
|
}
|