diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-10-09 14:40:05 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-10-09 14:49:32 +0200 |
commit | ec61fb7e2cbb3897fe29cb54ec3a1ec864163c91 (patch) | |
tree | 93d600ac6c05d5c83a55d42939f4074572084d6e /client/package.json | |
parent | a685e25ca05f08ad1b3f7fbaccc8744727bd8d27 (diff) | |
download | PeerTube-ec61fb7e2cbb3897fe29cb54ec3a1ec864163c91.tar.gz PeerTube-ec61fb7e2cbb3897fe29cb54ec3a1ec864163c91.tar.zst PeerTube-ec61fb7e2cbb3897fe29cb54ec3a1ec864163c91.zip |
Upgrade client dependencies
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 41 |
1 files changed, 20 insertions, 21 deletions
diff --git a/client/package.json b/client/package.json index eaa31c22f..8b949ef80 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -19,7 +19,8 @@ | |||
19 | "postinstall": "npm rebuild node-sass" | 19 | "postinstall": "npm rebuild node-sass" |
20 | }, | 20 | }, |
21 | "license": "GPLv3", | 21 | "license": "GPLv3", |
22 | "dependencies": { | 22 | "dependencies": {}, |
23 | "devDependencies": { | ||
23 | "@angular/animations": "~4.4.0", | 24 | "@angular/animations": "~4.4.0", |
24 | "@angular/common": "~4.4.0", | 25 | "@angular/common": "~4.4.0", |
25 | "@angular/compiler": "~4.4.0", | 26 | "@angular/compiler": "~4.4.0", |
@@ -32,13 +33,15 @@ | |||
32 | "@angular/router": "~4.4.0", | 33 | "@angular/router": "~4.4.0", |
33 | "@angularclass/hmr": "^2.1.0", | 34 | "@angularclass/hmr": "^2.1.0", |
34 | "@angularclass/hmr-loader": "^3.0.2", | 35 | "@angularclass/hmr-loader": "^3.0.2", |
35 | "@ngx-meta/core": "^0.4.0-rc.2", | 36 | "@ngx-meta/core": "^4.0.1", |
36 | "@types/core-js": "^0.9.28", | 37 | "@types/core-js": "^0.9.28", |
37 | "@types/node": "^6.0.38", | 38 | "@types/node": "^8.0.33", |
38 | "@types/source-map": "^0.1.26", | 39 | "@types/source-map": "^0.5.1", |
39 | "@types/uglify-js": "^2.0.27", | 40 | "@types/uglify-js": "^2.0.27", |
40 | "@types/video.js": "5.16.0", | 41 | "@types/video.js": "6.2.0", |
41 | "@types/webpack": "^3.0.0", | 42 | "@types/webpack": "^3.0.0", |
43 | "@types/webtorrent": "^0.98.4", | ||
44 | "add-asset-html-webpack-plugin": "^2.0.1", | ||
42 | "angular-pipes": "^6.0.0", | 45 | "angular-pipes": "^6.0.0", |
43 | "angular2-notifications": "^0.7.7", | 46 | "angular2-notifications": "^0.7.7", |
44 | "angular2-template-loader": "^0.6.0", | 47 | "angular2-template-loader": "^0.6.0", |
@@ -50,14 +53,17 @@ | |||
50 | "bootstrap": "^3.3.6", | 53 | "bootstrap": "^3.3.6", |
51 | "bootstrap-loader": "2.2.0", | 54 | "bootstrap-loader": "2.2.0", |
52 | "bootstrap-sass": "^3.3.6", | 55 | "bootstrap-sass": "^3.3.6", |
56 | "codelyzer": "^3.0.0-beta.4", | ||
53 | "copy-webpack-plugin": "^4.0.0", | 57 | "copy-webpack-plugin": "^4.0.0", |
54 | "core-js": "^2.4.1", | 58 | "core-js": "^2.4.1", |
55 | "css-loader": "^0.28.4", | 59 | "css-loader": "^0.28.4", |
56 | "css-to-string-loader": "^0.1.3", | 60 | "css-to-string-loader": "^0.1.3", |
57 | "es6-shim": "^0.35.0", | 61 | "es6-shim": "^0.35.0", |
62 | "extract-text-webpack-plugin": "^3.0.0", | ||
58 | "file-loader": "^1.1.5", | 63 | "file-loader": "^1.1.5", |
59 | "html-webpack-plugin": "^2.19.0", | 64 | "html-webpack-plugin": "^2.19.0", |
60 | "ie-shim": "^0.1.0", | 65 | "ie-shim": "^0.1.0", |
66 | "inline-manifest-webpack-plugin": "^3.0.1", | ||
61 | "intl": "^1.2.4", | 67 | "intl": "^1.2.4", |
62 | "json-loader": "^0.5.4", | 68 | "json-loader": "^0.5.4", |
63 | "ng-router-loader": "^2.0.0", | 69 | "ng-router-loader": "^2.0.0", |
@@ -67,6 +73,9 @@ | |||
67 | "node-sass": "^4.1.1", | 73 | "node-sass": "^4.1.1", |
68 | "normalize.css": "^7.0.0", | 74 | "normalize.css": "^7.0.0", |
69 | "optimize-js-plugin": "0.0.4", | 75 | "optimize-js-plugin": "0.0.4", |
76 | "primeng": "^4.2.0", | ||
77 | "purify-css": "^1.2.5", | ||
78 | "purifycss-webpack": "^0.7.0", | ||
70 | "raw-loader": "^0.5.1", | 79 | "raw-loader": "^0.5.1", |
71 | "reflect-metadata": "^0.1.9", | 80 | "reflect-metadata": "^0.1.9", |
72 | "resolve-url-loader": "^2.0.0", | 81 | "resolve-url-loader": "^2.0.0", |
@@ -75,35 +84,25 @@ | |||
75 | "sass-resources-loader": "^1.2.1", | 84 | "sass-resources-loader": "^1.2.1", |
76 | "script-ext-html-webpack-plugin": "^1.3.2", | 85 | "script-ext-html-webpack-plugin": "^1.3.2", |
77 | "source-map-loader": "^0.2.1", | 86 | "source-map-loader": "^0.2.1", |
87 | "standard": "^10.0.0", | ||
78 | "string-replace-loader": "^1.0.3", | 88 | "string-replace-loader": "^1.0.3", |
79 | "style-loader": "^0.19.0", | 89 | "style-loader": "^0.19.0", |
80 | "tslib": "^1.5.0", | 90 | "tslib": "^1.5.0", |
81 | "tslint": "^5.7.0", | 91 | "tslint": "^5.7.0", |
92 | "tslint-config-standard": "^6.0.1", | ||
82 | "tslint-loader": "^3.3.0", | 93 | "tslint-loader": "^3.3.0", |
83 | "typescript": "^2.5.2", | 94 | "typescript": "^2.5.2", |
95 | "uglifyjs-webpack-plugin": "^0.4.6", | ||
84 | "url-loader": "^0.6.2", | 96 | "url-loader": "^0.6.2", |
85 | "video.js": "^6.2.0", | 97 | "video.js": "^6.2.0", |
86 | "videojs-dock": "^2.0.2", | 98 | "videojs-dock": "^2.0.2", |
87 | "webpack": "^3.3.0", | 99 | "webpack": "^3.3.0", |
100 | "webpack-bundle-analyzer": "^2.8.2", | ||
101 | "webpack-dev-server": "^2.4.5", | ||
102 | "webpack-dll-bundles-plugin": "^1.0.0-beta.5", | ||
88 | "webpack-merge": "~4.1.0", | 103 | "webpack-merge": "~4.1.0", |
89 | "webpack-notifier": "^1.3.0", | 104 | "webpack-notifier": "^1.3.0", |
90 | "webtorrent": "^0.98.0", | 105 | "webtorrent": "^0.98.0", |
91 | "zone.js": "~0.8.5" | 106 | "zone.js": "~0.8.5" |
92 | }, | ||
93 | "devDependencies": { | ||
94 | "@types/webtorrent": "^0.98.4", | ||
95 | "add-asset-html-webpack-plugin": "^2.0.1", | ||
96 | "codelyzer": "^3.0.0-beta.4", | ||
97 | "extract-text-webpack-plugin": "^3.0.0", | ||
98 | "inline-manifest-webpack-plugin": "^3.0.1", | ||
99 | "primeng": "^4.2.0", | ||
100 | "purify-css": "^1.2.5", | ||
101 | "purifycss-webpack": "^0.7.0", | ||
102 | "standard": "^10.0.0", | ||
103 | "tslint-config-standard": "^6.0.1", | ||
104 | "uglifyjs-webpack-plugin": "^0.4.6", | ||
105 | "webpack-bundle-analyzer": "^2.8.2", | ||
106 | "webpack-dev-server": "^2.4.5", | ||
107 | "webpack-dll-bundles-plugin": "^1.0.0-beta.5" | ||
108 | } | 107 | } |
109 | } | 108 | } |