X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fpackage.json;h=b01e768b30432fd13fcf297ae3bfc00c3a0f43cb;hb=0f3a78e7eafa000864f5d9348565d33aedc707e1;hp=d2d039437abeb88484f35bf225673c27f1fbf8bc;hpb=ce98c80ca7a810c8314b3d49c98610ceef8a8ee7;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/package.json b/client/package.json index d2d039437..b01e768b3 100644 --- a/client/package.json +++ b/client/package.json @@ -19,16 +19,15 @@ }, "license": "GPLv3", "dependencies": { - "@angular/common": "2.0.0-rc.1", - "@angular/compiler": "2.0.0-rc.1", - "@angular/core": "2.0.0-rc.1", - "@angular/http": "2.0.0-rc.1", - "@angular/platform-browser": "2.0.0-rc.1", - "@angular/platform-browser-dynamic": "2.0.0-rc.1", - "@angular/router-deprecated": "2.0.0-rc.1", + "@angular/common": "2.0.0-rc.4", + "@angular/compiler": "2.0.0-rc.4", + "@angular/core": "2.0.0-rc.4", + "@angular/http": "2.0.0-rc.4", + "@angular/platform-browser": "2.0.0-rc.4", + "@angular/platform-browser-dynamic": "2.0.0-rc.4", + "@angular/router": "3.0.0-beta.2", "angular-pipes": "^2.0.0", "awesome-typescript-loader": "^0.17.0", - "blueimp-file-upload": "^9.12.1", "bootstrap-loader": "^1.0.8", "bootstrap-sass": "^3.3.6", "compression-webpack-plugin": "^0.3.1", @@ -40,10 +39,11 @@ "es6-shim": "^0.35.0", "file-loader": "^0.8.5", "html-webpack-plugin": "^2.19.0", - "jquery": "^2.2.3", - "jquery.ui.widget": "^1.10.3", + "ie-shim": "^0.1.0", + "intl": "^1.2.4", "json-loader": "^0.5.4", - "ng2-bootstrap": "^1.0.16", + "ng2-bootstrap": "1.0.16", + "ng2-file-upload": "^1.0.3", "node-sass": "^3.7.0", "normalize.css": "^4.1.1", "raw-loader": "^0.5.1", @@ -62,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/" - ] } -} \ No newline at end of file +}