mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2026-09-09 18:02:54 +00:00
[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:
committed by
Cilibiu Bogdan
parent
01ea887d5d
commit
26b4b0684f
+6
-7
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user