aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-05-16 19:59:21 +0200
committerChocobozzz <me@florianbigard.com>2018-05-17 10:55:50 +0200
commit74af5a8361f4ccb460001706ce249d50c747f361 (patch)
tree4e077f14a6c604799b15fdbea98a2d8c8bdc7576 /client/package.json
parent6200d8d91710b03a72a27e35cbe6eed1e6cc8c62 (diff)
downloadPeerTube-74af5a8361f4ccb460001706ce249d50c747f361.tar.gz
PeerTube-74af5a8361f4ccb460001706ce249d50c747f361.tar.zst
PeerTube-74af5a8361f4ccb460001706ce249d50c747f361.zip
Client E2E tests first step
Diffstat (limited to 'client/package.json')
-rw-r--r--client/package.json30
1 files changed, 20 insertions, 10 deletions
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 @@
26 }, 26 },
27 "devDependencies": { 27 "devDependencies": {
28 "@angular-devkit/build-angular": "~0.6.1", 28 "@angular-devkit/build-angular": "~0.6.1",
29 "@angular/animations": "~6.0.1", 29 "@angular/animations": "~6.0.2",
30 "@angular/cli": "6.0.1", 30 "@angular/cli": "6.0.1",
31 "@angular/common": "~6.0.1", 31 "@angular/common": "~6.0.2",
32 "@angular/compiler": "~6.0.1", 32 "@angular/compiler": "~6.0.2",
33 "@angular/compiler-cli": "~6.0.1", 33 "@angular/compiler-cli": "~6.0.2",
34 "@angular/core": "~6.0.1", 34 "@angular/core": "~6.0.2",
35 "@angular/forms": "~6.0.1", 35 "@angular/forms": "~6.0.2",
36 "@angular/http": "~6.0.1", 36 "@angular/http": "~6.0.2",
37 "@angular/language-service": "^6.0.1", 37 "@angular/language-service": "^6.0.1",
38 "@angular/platform-browser": "~6.0.1", 38 "@angular/platform-browser": "~6.0.2",
39 "@angular/platform-browser-dynamic": "~6.0.1", 39 "@angular/platform-browser-dynamic": "~6.0.2",
40 "@angular/router": "~6.0.1", 40 "@angular/router": "~6.0.2",
41 "@angular/service-worker": "^6.0.1", 41 "@angular/service-worker": "^6.0.1",
42 "@angularclass/hmr": "^2.1.3", 42 "@angularclass/hmr": "^2.1.3",
43 "@ngx-loading-bar/core": "^1.1.1", 43 "@ngx-loading-bar/core": "^1.1.1",
@@ -45,6 +45,8 @@
45 "@ngx-loading-bar/router": "^1.2.0", 45 "@ngx-loading-bar/router": "^1.2.0",
46 "@ngx-meta/core": "^6.0.0-rc.1", 46 "@ngx-meta/core": "^6.0.0-rc.1",
47 "@types/core-js": "^0.9.28", 47 "@types/core-js": "^0.9.28",
48 "@types/jasmine": "^2.8.7",
49 "@types/jasminewd2": "^2.0.3",
48 "@types/lodash-es": "^4.17.0", 50 "@types/lodash-es": "^4.17.0",
49 "@types/markdown-it": "^0.0.4", 51 "@types/markdown-it": "^0.0.4",
50 "@types/node": "^9.3.0", 52 "@types/node": "^9.3.0",
@@ -62,6 +64,13 @@
62 "extract-text-webpack-plugin": "4.0.0-beta.0", 64 "extract-text-webpack-plugin": "4.0.0-beta.0",
63 "file-loader": "^1.1.5", 65 "file-loader": "^1.1.5",
64 "html-webpack-plugin": "^3.2.0", 66 "html-webpack-plugin": "^3.2.0",
67 "jasmine-core": "^3.1.0",
68 "jasmine-spec-reporter": "^4.2.1",
69 "karma": "^2.0.2",
70 "karma-chrome-launcher": "^2.2.0",
71 "karma-coverage-istanbul-reporter": "^1.4.2",
72 "karma-jasmine": "^1.1.2",
73 "karma-jasmine-html-reporter": "^1.1.0",
65 "linkifyjs": "^2.1.5", 74 "linkifyjs": "^2.1.5",
66 "lodash-es": "^4.17.4", 75 "lodash-es": "^4.17.4",
67 "markdown-it": "^8.4.0", 76 "markdown-it": "^8.4.0",
@@ -72,6 +81,7 @@
72 "node-sass": "^4.1.1", 81 "node-sass": "^4.1.1",
73 "npm-font-source-sans-pro": "^1.0.2", 82 "npm-font-source-sans-pro": "^1.0.2",
74 "primeng": "^5.2.6", 83 "primeng": "^5.2.6",
84 "protractor": "^5.3.2",
75 "purify-css": "^1.2.5", 85 "purify-css": "^1.2.5",
76 "purifycss-webpack": "^0.7.0", 86 "purifycss-webpack": "^0.7.0",
77 "raw-loader": "^0.5.1", 87 "raw-loader": "^0.5.1",