[ACA-3775] add missing plugin configuration (#1820)

* add missing plugin files, update readme

* add missing providers

* about and settings extensions

* leave only about
This commit is contained in:
Denys Vuika
2020-11-24 12:29:56 +00:00
committed by GitHub
parent b504a224ea
commit aba16339dc
13 changed files with 156 additions and 48 deletions
+7 -6
View File
@@ -1,6 +1,7 @@
{
"name": "alfresco-content-app",
"version": "2.1.0",
"author": "Alfresco Software, Ltd.",
"commit": "",
"license": "LGPL-3.0",
"scripts": {
@@ -24,10 +25,10 @@
},
"private": true,
"dependencies": {
"@alfresco/adf-content-services": "4.2.0-6ca8f53bab727b80dfd6fe0d5645187cdcb6082e",
"@alfresco/adf-core": "4.2.0-6ca8f53bab727b80dfd6fe0d5645187cdcb6082e",
"@alfresco/adf-extensions": "4.2.0-6ca8f53bab727b80dfd6fe0d5645187cdcb6082e",
"@alfresco/js-api": "4.2.0-f9c54eaf48fe91e8d4671269cb5d6b8d00445bc0",
"@alfresco/adf-content-services": "4.2.0-418cd0e2d38c1e10b372ec44ae85a80f292c23d6",
"@alfresco/adf-core": "4.2.0-418cd0e2d38c1e10b372ec44ae85a80f292c23d6",
"@alfresco/adf-extensions": "4.2.0-418cd0e2d38c1e10b372ec44ae85a80f292c23d6",
"@alfresco/js-api": "4.2.0-3a7bedfc17429a8d30ce676b0c582087d037edaa",
"@angular/animations": "10.0.4",
"@angular/cdk": "^10.0.2",
"@angular/common": "10.0.4",
@@ -56,8 +57,8 @@
"zone.js": "~0.10.2"
},
"devDependencies": {
"@alfresco/adf-cli": "4.1.0",
"@alfresco/adf-testing": "4.2.0-6ca8f53bab727b80dfd6fe0d5645187cdcb6082e",
"@alfresco/adf-cli": "4.2.0-418cd0e2d38c1e10b372ec44ae85a80f292c23d6",
"@alfresco/adf-testing": "4.2.0-418cd0e2d38c1e10b372ec44ae85a80f292c23d6",
"@angular-custom-builders/lite-serve": "^0.2.2",
"@angular-devkit/build-angular": "~0.1001.4",
"@angular-devkit/build-ng-packagr": "~0.1001.3",