X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fpackage.json;h=bd6cb03e73eac7dd0aa5ece679ecfe3d44cd0a91;hb=7ddd02c9b8c1e088f6679a2227f105e6439fc992;hp=2dfc0c659f54a808c8046dcb01a5e7273d19efb1;hpb=a64668c024c84f2b0a01357d05092064f17ffd4e;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/package.json b/client/package.json index 2dfc0c659..bd6cb03e7 100644 --- a/client/package.json +++ b/client/package.json @@ -13,60 +13,83 @@ "url": "git://github.com/Chocobozzz/PeerTube.git" }, "scripts": { - "postinstall": "typings install", "test": "standard && tslint -c ./tslint.json src/**/*.ts", "webpack": "webpack" }, "license": "GPLv3", "dependencies": { - "@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", - "bootstrap-loader": "^1.0.8", + "@angular/common": "~2.4.1", + "@angular/compiler": "~2.4.1", + "@angular/compiler-cli": "^2.4.3", + "@angular/core": "~2.4.1", + "@angular/forms": "~2.4.1", + "@angular/http": "~2.4.1", + "@angular/platform-browser": "~2.4.1", + "@angular/platform-browser-dynamic": "~2.4.1", + "@angular/router": "~3.4.1", + "@angularclass/hmr": "^1.2.0", + "@angularclass/hmr-loader": "^3.0.2", + "@types/core-js": "^0.9.28", + "@types/node": "^6.0.38", + "@types/source-map": "^0.1.26", + "@types/uglify-js": "^2.0.27", + "@types/videojs": "0.0.30", + "@types/webpack": "^2.0.0", + "angular-pipes": "^5.0.0", + "angular2-notifications": "^0.4.49", + "angular2-template-loader": "^0.6.0", + "assets-webpack-plugin": "^3.4.0", + "awesome-typescript-loader": "~3.0.0-beta.17", + "bootstrap": "^3.3.6", + "bootstrap-loader": "2.0.0-beta.18", "bootstrap-sass": "^3.3.6", - "compression-webpack-plugin": "^0.3.1", - "copy-webpack-plugin": "^3.0.1", - "core-js": "^2.4.0", - "css-loader": "^0.23.1", - "es6-promise": "^3.0.2", - "es6-promise-loader": "^1.0.1", + "copy-webpack-plugin": "^4.0.0", + "core-js": "^2.4.1", + "css-loader": "^0.25.0", + "css-to-string-loader": "^0.1.2", "es6-shim": "^0.35.0", - "file-loader": "^0.8.5", + "extract-text-webpack-plugin": "^2.0.0-beta.4", + "file-loader": "^0.9.0", "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", - "node-sass": "^3.7.0", - "normalize.css": "^4.1.1", + "ng-router-loader": "^1.0.2", + "ng2-bootstrap": "1.1.16-10", + "ng2-file-upload": "^1.1.4-2", + "ng2-meta": "https://github.com/chocobozzz/ng2-meta#build", + "ngc-webpack": "1.1.0", + "node-sass": "^4.1.1", + "normalize.css": "^5.0.0", + "optimize-js-plugin": "0.0.4", "raw-loader": "^0.5.1", - "reflect-metadata": "0.1.3", - "resolve-url-loader": "^1.4.3", - "rxjs": "5.0.0-beta.6", - "sass-loader": "^3.2.0", + "reflect-metadata": "^0.1.9", + "resolve-url-loader": "^1.6.0", + "rxjs": "~5.0.0-rc.5", + "sass-loader": "^4.0.2", + "script-ext-html-webpack-plugin": "^1.3.2", "source-map-loader": "^0.1.5", + "string-replace-loader": "^1.0.3", "style-loader": "^0.13.1", "ts-helpers": "^1.1.1", - "tslint": "^3.7.4", - "tslint-loader": "^2.1.4", - "typescript": "^1.8.10", - "typings": "^1.0.4", + "tslint": "~4.3.1", + "tslint-loader": "^3.3.0", + "typescript": "~2.1.0", "url-loader": "^0.5.7", - "webpack": "^1.13.1", + "video.js": "^5.11.9", + "videojs-dock": "^2.0.2", + "webpack": "2.2.0-rc.3", "webpack-md5-hash": "0.0.5", - "webpack-merge": "^0.13.0", - "webtorrent": "^0.93.2", - "zone.js": "0.6.12" + "webpack-merge": "~2.3.1", + "webpack-notifier": "^1.3.0", + "webtorrent": "^0.98.0", + "zone.js": "~0.7.2" }, "devDependencies": { - "codelyzer": "0.0.19", - "standard": "^7.0.1" + "add-asset-html-webpack-plugin": "^1.0.2", + "codelyzer": "2.0.0-beta.4", + "standard": "^8.0.0", + "webpack-bundle-analyzer": "^2.2.1", + "webpack-dll-bundles-plugin": "^1.0.0-beta.5" } }