diff options
author | Chocobozzz <florian.bigard@gmail.com> | 2017-07-23 14:49:52 +0200 |
---|---|---|
committer | Chocobozzz <florian.bigard@gmail.com> | 2017-07-23 15:10:57 +0200 |
commit | 202e72231750705b1a071d57206424eef1fc5be1 (patch) | |
tree | af19fc202d51764132d59cd0e99874c7de356f50 /client/package.json | |
parent | 0c31c33dcb0baaa8d3aeedb63336dfe2ae6e5585 (diff) | |
download | PeerTube-202e72231750705b1a071d57206424eef1fc5be1.tar.gz PeerTube-202e72231750705b1a071d57206424eef1fc5be1.tar.zst PeerTube-202e72231750705b1a071d57206424eef1fc5be1.zip |
Process embed in webpack too
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", |