UNPKG

@alfresco/adf-core

Version:
88 lines 2.48 kB
{ "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" }, "exports": { "./theming": { "sass": "./lib/theming/_index.scss" }, "./breadcrumbs": { "sass": "./breadcrumbs/styles/_breadcrumb.theme.scss", "types": "./breadcrumbs/index.d.ts", "default": "./fesm2022/alfresco-adf-core-breadcrumbs.mjs" }, "./package.json": { "default": "./package.json" }, ".": { "types": "./index.d.ts", "default": "./fesm2022/adf-core.mjs" }, "./api": { "types": "./api/index.d.ts", "default": "./fesm2022/alfresco-adf-core-api.mjs" }, "./auth": { "types": "./auth/index.d.ts", "default": "./fesm2022/alfresco-adf-core-auth.mjs" }, "./feature-flags": { "types": "./feature-flags/index.d.ts", "default": "./fesm2022/alfresco-adf-core-feature-flags.mjs" }, "./shell": { "types": "./shell/index.d.ts", "default": "./fesm2022/alfresco-adf-core-shell.mjs" } }, "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.2", "tslib": "^2.3.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": ">=16.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" }, "module": "fesm2022/adf-core.mjs", "typings": "index.d.ts", "sideEffects": false }