X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fpackage.json;h=b01e768b30432fd13fcf297ae3bfc00c3a0f43cb;hb=0f3a78e7eafa000864f5d9348565d33aedc707e1;hp=4bd057d0078368ce15b7edea06a1d2f01377307f;hpb=b7f597d5b140eeb5926d74463f464998fe7ce8b8;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/package.json b/client/package.json index 4bd057d00..b01e768b3 100644 --- a/client/package.json +++ b/client/package.json @@ -39,6 +39,8 @@ "es6-shim": "^0.35.0", "file-loader": "^0.8.5", "html-webpack-plugin": "^2.19.0", + "ie-shim": "^0.1.0", + "intl": "^1.2.4", "json-loader": "^0.5.4", "ng2-bootstrap": "1.0.16", "ng2-file-upload": "^1.0.3", @@ -60,17 +62,12 @@ "webpack": "^1.13.1", "webpack-md5-hash": "0.0.5", "webpack-merge": "^0.13.0", + "webpack-notifier": "^1.3.0", "webtorrent": "^0.93.2", "zone.js": "0.6.12" }, "devDependencies": { "codelyzer": "0.0.19", "standard": "^7.0.1" - }, - "standard": { - "ignore": [ - "angular/", - "bundles/" - ] } }