X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Fpackage.json;h=e4a56009a96b67a81429f68f0bf326900b144db6;hb=9d7d3121efae3af7b8b06b9753cfd8e7bfac3650;hp=a88e1f204e3b38f5aa00089e8928fe668536600f;hpb=9d99a37374c9266f3d11ff0a19c2d068571159ba;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/package.json b/webapp-frontend/package.json index a88e1f2..e4a5600 100644 --- a/webapp-frontend/package.json +++ b/webapp-frontend/package.json @@ -4,8 +4,9 @@ "scripts": { "ng": "ng", "start": "ng serve --proxy-config proxy.conf.json", + "start:mock": "ng serve --configuration=mock", "build": "ng build", - "test": "ng test", + "test": "ng test --watch=true", "lint": "ng lint", "e2e": "ng e2e" }, @@ -16,7 +17,6 @@ "@angular/common": "^8.2.14", "@angular/flex-layout": "^7.0.0-beta.24", "@angular/forms": "^8.2.14", - "@angular/material": "~7.2.0", "@angular/platform-browser": "^8.2.14", "@angular/platform-browser-dynamic": "^8.2.14", "@angular/router": "^8.2.14", @@ -49,6 +49,7 @@ "@angular/compiler-cli": "^8.2.14", "@angular/core": "^8.2.14", "@angular/language-service": "^8.2.14", + "@angular/material": "^7.2.2", "@nguniversal/express-engine": "^8.2.6", "@types/jasmine": "^2.8.16", "@types/jasminewd2": "^2.0.8",