[ACA-805] about screen enhancements (#813)

* upgrade to latest adf-extensions

* switch to ADF RepositoryState

* show extensions on About page, i18n fixes

* update docs

* cleanup about styles

* greatly simplify app dependencies rendering

* fix linting

* fix tests
This commit is contained in:
Denys Vuika
2018-11-20 21:15:05 +02:00
committed by Cilibiu Bogdan
parent 01ea887d5d
commit 26b4b0684f
27 changed files with 6106 additions and 147 deletions
+6 -7
View File
@@ -4,15 +4,14 @@
"license": "LGPL-3.0",
"scripts": {
"ng": "ng",
"start": "npm run server-versions && ng serve --open",
"start:prod": "npm run server-versions && ng serve --prod --open",
"build": "npm run server-versions && node --max-old-space-size=8192 node_modules/@angular/cli/bin/ng build app --prod",
"build:dev": "npm run server-versions && ng build",
"build.e2e": "npm run server-versions && node --max-old-space-size=8192 node_modules/@angular/cli/bin/ng build app --configuration=e2e",
"start": "ng serve --open",
"start:prod": "ng serve --prod --open",
"build": "node --max-old-space-size=8192 node_modules/@angular/cli/bin/ng build app --prod",
"build:dev": "ng build",
"build.e2e": "node --max-old-space-size=8192 node_modules/@angular/cli/bin/ng build app --configuration=e2e",
"test": "ng test app --code-coverage",
"test:ci": "ng test app --code-coverage --watch=false",
"lint": "ng lint",
"server-versions": "rimraf ./src/versions.json && npm list --depth=0 --json=true --prod=true > ./src/versions.json || exit 0",
"wd:update": "webdriver-manager update --gecko=false",
"e2e": "npm run wd:update && protractor --baseUrl=http://localhost:4000",
"e2e.local": "npm run wd:update && protractor --baseUrl=http://localhost:4200",
@@ -33,7 +32,7 @@
"dependencies": {
"@alfresco/adf-content-services": "2.6.1",
"@alfresco/adf-core": "2.6.1",
"@alfresco/adf-extensions": "2.6.1",
"@alfresco/adf-extensions": "3.0.0-383b74151a47e188020249aea7ec0dfb586bd0b6",
"@angular/animations": "7.0.3",
"@angular/cdk": "^7.0.3",
"@angular/common": "7.0.3",