diff options
Diffstat (limited to 'client/package.json')
-rw-r--r-- | client/package.json | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/client/package.json b/client/package.json index b19a3e57d..f66c6e2c2 100644 --- a/client/package.json +++ b/client/package.json | |||
@@ -86,7 +86,7 @@ | |||
86 | "url-loader": "^0.5.7", | 86 | "url-loader": "^0.5.7", |
87 | "video.js": "^6.2.0", | 87 | "video.js": "^6.2.0", |
88 | "videojs-dock": "^2.0.2", | 88 | "videojs-dock": "^2.0.2", |
89 | "webpack": "^3.0.0", | 89 | "webpack": "^3.3.0", |
90 | "webpack-merge": "~4.1.0", | 90 | "webpack-merge": "~4.1.0", |
91 | "webpack-notifier": "^1.3.0", | 91 | "webpack-notifier": "^1.3.0", |
92 | "webtorrent": "^0.98.0", | 92 | "webtorrent": "^0.98.0", |
@@ -96,6 +96,9 @@ | |||
96 | "@types/webtorrent": "^0.98.4", | 96 | "@types/webtorrent": "^0.98.4", |
97 | "add-asset-html-webpack-plugin": "^2.0.1", | 97 | "add-asset-html-webpack-plugin": "^2.0.1", |
98 | "codelyzer": "^3.0.0-beta.4", | 98 | "codelyzer": "^3.0.0-beta.4", |
99 | "extract-text-webpack-plugin": "^3.0.0", | ||
100 | "purify-css": "^1.2.5", | ||
101 | "purifycss-webpack": "^0.7.0", | ||
99 | "standard": "^10.0.0", | 102 | "standard": "^10.0.0", |
100 | "tslint-config-standard": "^6.0.1", | 103 | "tslint-config-standard": "^6.0.1", |
101 | "webpack-bundle-analyzer": "^2.8.2", | 104 | "webpack-bundle-analyzer": "^2.8.2", |