diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-10-09 14:28:44 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-10-09 14:28:44 +0200 |
commit | a685e25ca05f08ad1b3f7fbaccc8744727bd8d27 (patch) | |
tree | e50fbc2f260a0017113c4668c3c0f3d2fd76ab87 /client/package.json | |
parent | 2ed6a0aedc2d2f6b1ac2fd9a1ac137772831f713 (diff) | |
download | PeerTube-a685e25ca05f08ad1b3f7fbaccc8744727bd8d27.tar.gz PeerTube-a685e25ca05f08ad1b3f7fbaccc8744727bd8d27.tar.zst PeerTube-a685e25ca05f08ad1b3f7fbaccc8744727bd8d27.zip |
Try to optimize frontend
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 27 |
1 files changed, 14 insertions, 13 deletions
diff --git a/client/package.json b/client/package.json index 6fb1da425..eaa31c22f 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -20,16 +20,16 @@ | |||
20 | }, | 20 | }, |
21 | "license": "GPLv3", | 21 | "license": "GPLv3", |
22 | "dependencies": { | 22 | "dependencies": { |
23 | "@angular/animations": "~4.3.0", | 23 | "@angular/animations": "~4.4.0", |
24 | "@angular/common": "~4.3.0", | 24 | "@angular/common": "~4.4.0", |
25 | "@angular/compiler": "~4.3.0", | 25 | "@angular/compiler": "~4.4.0", |
26 | "@angular/compiler-cli": "~4.3.0", | 26 | "@angular/compiler-cli": "~4.4.0", |
27 | "@angular/core": "~4.3.0", | 27 | "@angular/core": "~4.4.0", |
28 | "@angular/forms": "~4.3.0", | 28 | "@angular/forms": "~4.4.0", |
29 | "@angular/http": "~4.3.0", | 29 | "@angular/http": "~4.4.0", |
30 | "@angular/platform-browser": "~4.3.0", | 30 | "@angular/platform-browser": "~4.4.0", |
31 | "@angular/platform-browser-dynamic": "~4.3.0", | 31 | "@angular/platform-browser-dynamic": "~4.4.0", |
32 | "@angular/router": "~4.3.0", | 32 | "@angular/router": "~4.4.0", |
33 | "@angularclass/hmr": "^2.1.0", | 33 | "@angularclass/hmr": "^2.1.0", |
34 | "@angularclass/hmr-loader": "^3.0.2", | 34 | "@angularclass/hmr-loader": "^3.0.2", |
35 | "@ngx-meta/core": "^0.4.0-rc.2", | 35 | "@ngx-meta/core": "^0.4.0-rc.2", |
@@ -55,7 +55,7 @@ | |||
55 | "css-loader": "^0.28.4", | 55 | "css-loader": "^0.28.4", |
56 | "css-to-string-loader": "^0.1.3", | 56 | "css-to-string-loader": "^0.1.3", |
57 | "es6-shim": "^0.35.0", | 57 | "es6-shim": "^0.35.0", |
58 | "file-loader": "^0.11.2", | 58 | "file-loader": "^1.1.5", |
59 | "html-webpack-plugin": "^2.19.0", | 59 | "html-webpack-plugin": "^2.19.0", |
60 | "ie-shim": "^0.1.0", | 60 | "ie-shim": "^0.1.0", |
61 | "intl": "^1.2.4", | 61 | "intl": "^1.2.4", |
@@ -76,12 +76,12 @@ | |||
76 | "script-ext-html-webpack-plugin": "^1.3.2", | 76 | "script-ext-html-webpack-plugin": "^1.3.2", |
77 | "source-map-loader": "^0.2.1", | 77 | "source-map-loader": "^0.2.1", |
78 | "string-replace-loader": "^1.0.3", | 78 | "string-replace-loader": "^1.0.3", |
79 | "style-loader": "^0.18.2", | 79 | "style-loader": "^0.19.0", |
80 | "tslib": "^1.5.0", | 80 | "tslib": "^1.5.0", |
81 | "tslint": "^5.7.0", | 81 | "tslint": "^5.7.0", |
82 | "tslint-loader": "^3.3.0", | 82 | "tslint-loader": "^3.3.0", |
83 | "typescript": "^2.5.2", | 83 | "typescript": "^2.5.2", |
84 | "url-loader": "^0.5.7", | 84 | "url-loader": "^0.6.2", |
85 | "video.js": "^6.2.0", | 85 | "video.js": "^6.2.0", |
86 | "videojs-dock": "^2.0.2", | 86 | "videojs-dock": "^2.0.2", |
87 | "webpack": "^3.3.0", | 87 | "webpack": "^3.3.0", |
@@ -95,6 +95,7 @@ | |||
95 | "add-asset-html-webpack-plugin": "^2.0.1", | 95 | "add-asset-html-webpack-plugin": "^2.0.1", |
96 | "codelyzer": "^3.0.0-beta.4", | 96 | "codelyzer": "^3.0.0-beta.4", |
97 | "extract-text-webpack-plugin": "^3.0.0", | 97 | "extract-text-webpack-plugin": "^3.0.0", |
98 | "inline-manifest-webpack-plugin": "^3.0.1", | ||
98 | "primeng": "^4.2.0", | 99 | "primeng": "^4.2.0", |
99 | "purify-css": "^1.2.5", | 100 | "purify-css": "^1.2.5", |
100 | "purifycss-webpack": "^0.7.0", | 101 | "purifycss-webpack": "^0.7.0", |