From 74af5a8361f4ccb460001706ce249d50c747f361 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 16 May 2018 19:59:21 +0200 Subject: Client E2E tests first step --- client/package.json | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) (limited to 'client/package.json') diff --git a/client/package.json b/client/package.json index 58ce7f65d..b108b0d11 100644 --- a/client/package.json +++ b/client/package.json @@ -26,18 +26,18 @@ }, "devDependencies": { "@angular-devkit/build-angular": "~0.6.1", - "@angular/animations": "~6.0.1", + "@angular/animations": "~6.0.2", "@angular/cli": "6.0.1", - "@angular/common": "~6.0.1", - "@angular/compiler": "~6.0.1", - "@angular/compiler-cli": "~6.0.1", - "@angular/core": "~6.0.1", - "@angular/forms": "~6.0.1", - "@angular/http": "~6.0.1", + "@angular/common": "~6.0.2", + "@angular/compiler": "~6.0.2", + "@angular/compiler-cli": "~6.0.2", + "@angular/core": "~6.0.2", + "@angular/forms": "~6.0.2", + "@angular/http": "~6.0.2", "@angular/language-service": "^6.0.1", - "@angular/platform-browser": "~6.0.1", - "@angular/platform-browser-dynamic": "~6.0.1", - "@angular/router": "~6.0.1", + "@angular/platform-browser": "~6.0.2", + "@angular/platform-browser-dynamic": "~6.0.2", + "@angular/router": "~6.0.2", "@angular/service-worker": "^6.0.1", "@angularclass/hmr": "^2.1.3", "@ngx-loading-bar/core": "^1.1.1", @@ -45,6 +45,8 @@ "@ngx-loading-bar/router": "^1.2.0", "@ngx-meta/core": "^6.0.0-rc.1", "@types/core-js": "^0.9.28", + "@types/jasmine": "^2.8.7", + "@types/jasminewd2": "^2.0.3", "@types/lodash-es": "^4.17.0", "@types/markdown-it": "^0.0.4", "@types/node": "^9.3.0", @@ -62,6 +64,13 @@ "extract-text-webpack-plugin": "4.0.0-beta.0", "file-loader": "^1.1.5", "html-webpack-plugin": "^3.2.0", + "jasmine-core": "^3.1.0", + "jasmine-spec-reporter": "^4.2.1", + "karma": "^2.0.2", + "karma-chrome-launcher": "^2.2.0", + "karma-coverage-istanbul-reporter": "^1.4.2", + "karma-jasmine": "^1.1.2", + "karma-jasmine-html-reporter": "^1.1.0", "linkifyjs": "^2.1.5", "lodash-es": "^4.17.4", "markdown-it": "^8.4.0", @@ -72,6 +81,7 @@ "node-sass": "^4.1.1", "npm-font-source-sans-pro": "^1.0.2", "primeng": "^5.2.6", + "protractor": "^5.3.2", "purify-css": "^1.2.5", "purifycss-webpack": "^0.7.0", "raw-loader": "^0.5.1", -- cgit v1.2.3