mirror of
https://github.com/Alfresco/alfresco-ng2-components.git
synced 2025-10-01 14:41:32 +00:00
fix after rebase
This commit is contained in:
@@ -1,9 +1,6 @@
|
||||
{
|
||||
"$schema": "../../../node_modules/ng-packagr/ng-package.schema.json",
|
||||
"lib": {
|
||||
"entryFile": "public-api.ts",
|
||||
"umdModuleIds": {
|
||||
"@alfresco/js-api": "@alfresco/js-api"
|
||||
}
|
||||
"entryFile": "public-api.ts"
|
||||
}
|
||||
}
|
||||
|
@@ -6,45 +6,8 @@
|
||||
"./theming/**/*.scss",
|
||||
"./**/*.theme.scss"
|
||||
],
|
||||
"whitelistedNonPeerDependencies": [
|
||||
"cropperjs",
|
||||
"@editorjs/editorjs",
|
||||
"@editorjs/code",
|
||||
"@editorjs/header",
|
||||
"@editorjs/inline-code",
|
||||
"@editorjs/list",
|
||||
"@editorjs/marker",
|
||||
"@editorjs/underline",
|
||||
"@quanzo/change-font-size",
|
||||
"editorjs-text-color-plugin",
|
||||
"editorjs-html",
|
||||
"editorjs-paragraph-with-alignment"
|
||||
],
|
||||
"lib": {
|
||||
"entryFile": "./public-api.ts",
|
||||
"flatModuleFile": "adf-core",
|
||||
"umdModuleIds": {
|
||||
"@alfresco/js-api": "@alfresco/js-api",
|
||||
"@alfresco/adf-extensions": "@alfresco/adf-extensions",
|
||||
"minimatch": "minimatch-browser",
|
||||
"@mat-datetimepicker/core": "@mat-datetimepicker/core",
|
||||
"@mat-datetimepicker/moment": "@mat-datetimepicker/moment",
|
||||
"moment": "moment",
|
||||
"moment-es6": "moment-es6",
|
||||
"moment/src/moment": "moment/src/moment",
|
||||
"@ngx-translate/core": "@ngx-translate/core",
|
||||
"cropperjs": "cropperjs",
|
||||
"@editorjs/editorjs": "@editorjs/editorjs",
|
||||
"@editorjs/code": "@editorjs/code",
|
||||
"@editorjs/header": "@editorjs/header",
|
||||
"@editorjs/inline-code": "@editorjs/inline-code",
|
||||
"@editorjs/list": "@editorjs/list",
|
||||
"@editorjs/marker": "@editorjs/marker",
|
||||
"@editorjs/underline": "@editorjs/underline",
|
||||
"@quanzo/change-font-size": "@quanzo/change-font-size",
|
||||
"editorjs-text-color-plugin": "editorjs-text-color-plugin",
|
||||
"editorjs-html": "editorjs-html",
|
||||
"editorjs-paragraph-with-alignment": "editorjs-paragraph-with-alignment"
|
||||
}
|
||||
"flatModuleFile": "adf-core"
|
||||
}
|
||||
}
|
||||
|
@@ -10,7 +10,7 @@
|
||||
"bugs": {
|
||||
"url": "https://github.com/Alfresco/alfresco-ng2-components/issues"
|
||||
},
|
||||
"dependencies": {
|
||||
"peerDependencies": {
|
||||
"cropperjs": "1.5.11",
|
||||
"@editorjs/editorjs": "2.25.0",
|
||||
"@editorjs/code": "2.7.0",
|
||||
@@ -22,9 +22,7 @@
|
||||
"@quanzo/change-font-size": "1.0.0",
|
||||
"editorjs-text-color-plugin": "1.13.1",
|
||||
"editorjs-html": "3.4.2",
|
||||
"editorjs-paragraph-with-alignment": "3.0.0"
|
||||
},
|
||||
"peerDependencies": {
|
||||
"editorjs-paragraph-with-alignment": "3.0.0",
|
||||
"@angular/animations": ">=10.0.2",
|
||||
"@angular/cdk": ">=10.0.1",
|
||||
"@angular/common": ">=10.0.2",
|
||||
|
Reference in New Issue
Block a user