mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-05-12 17:04:57 +00:00
61 lines
1.6 KiB
JSON
61 lines
1.6 KiB
JSON
{
|
|
"name": "@alfresco/adf-core",
|
|
"description": "Alfresco ADF core",
|
|
"version": "7.0.0-alpha.7",
|
|
"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.2.9",
|
|
"@angular/cdk": "16.2.9",
|
|
"@angular/common": "16.2.9",
|
|
"@angular/core": "16.2.9",
|
|
"@angular/forms": "16.2.9",
|
|
"@angular/material": "16.2.9",
|
|
"@angular/material-date-fns-adapter": "16.2.9",
|
|
"@angular/platform-browser": "16.2.9",
|
|
"@angular/router": "16.2.9",
|
|
"@mat-datetimepicker/core": "12.0.1",
|
|
"@ngx-translate/core": "^14.0.0",
|
|
"@alfresco/js-api": ">=8.0.0-alpha.7-0",
|
|
"@alfresco/adf-extensions": ">=7.0.0-alpha.7-0",
|
|
"minimatch-browser": "1.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"
|
|
}
|
|
}
|