Avoid cache problems
[portal/nonrtric-controlpanel.git] / webapp-frontend / package.json
index 96af51f..6703911 100644 (file)
@@ -5,10 +5,12 @@
     "ng": "ng",
     "start": "ng serve --proxy-config proxy.conf.json",
     "start:mock": "ng serve --configuration=mock",
-    "build": "ng build",
+    "build": "ng build --output-hashing all",
+    "build:prod": "ng build --configuration production --build-optimizer --vendor-chunk",
     "test": "ng test --watch=true",
     "lint": "ng lint",
-    "e2e": "ng e2e"
+    "e2e": "ng e2e",
+    "webdriver-update": "webdriver-manager update"
   },
   "private": true,
   "dependencies": {
@@ -28,7 +30,6 @@
     "angular6-json-schema-form": "^8.0.0",
     "bootstrap": "^4.4.1",
     "chart.js": "^2.9.3",
-    "core-js": "^2.6.11",
     "hammerjs": "^2.0.8",
     "jquery": "^3.5.1",
     "lodash-es": "^4.17.15",
@@ -36,6 +37,7 @@
     "ng2-completer": "^2.0.8",
     "ngx-cookie-service": "^3.1.3",
     "ngx-toastr": "^11.0.0",
+    "popper.js": "^1.16.1",
     "rxjs": "6.5.3",
     "rxjs-compat": "6.3.3",
     "tslib": "^1.10.0",
     "karma-coverage-istanbul-reporter": "^2.1.1",
     "karma-jasmine": "~1.1.2",
     "karma-jasmine-html-reporter": "^0.2.2",
+    "ng-mocks": "^11.9.1",
     "protractor": "^7.0.0",
     "ts-node": "~7.0.0",
-    "tslint": "~5.11.0",
+    "tslint": "^6.1.3",
     "typescript": "~3.8.3"
   },
   "comments": {