X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=client%2Fpackage.json;h=1c46d79fa9e9f484bbc3ad9d4c0eded48b527b36;hb=e3f9a06a73e4b6f3ac98d69391a7ca4713f098c1;hp=ad07f31b001519090533d57fe86e0c5a1ac3235d;hpb=ca309a9f6492f340295fee010ffa6dcc63fd76b4;p=oweals%2Fpeertube.git diff --git a/client/package.json b/client/package.json index ad07f31b0..1c46d79fa 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "peertube-client", - "version": "0.0.1", + "version": "1.0.0-beta.3", "private": true, "licence": "GPLv3", "author": { @@ -13,52 +13,55 @@ "url": "git://github.com/Chocobozzz/PeerTube.git" }, "scripts": { - "lint": "standard && tslint --type-check --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'", + "lint": "tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts'", "webpack": "webpack", + "tslint": "tslint", "ng": "ng", "postinstall": "npm rebuild node-sass", "webpack-bundle-analyzer": "webpack-bundle-analyzer" }, "license": "GPLv3", - "dependencies": {}, "devDependencies": { - "@angular/animations": "~5.1.0", - "@angular/cli": "^1.6.0", - "@angular/common": "~5.1.0", - "@angular/compiler": "~5.1.0", - "@angular/compiler-cli": "~5.1.0", - "@angular/core": "~5.1.0", - "@angular/forms": "~5.1.0", - "@angular/http": "~5.1.0", + "@angular/animations": "~5.2.2", + "@angular/cli": "1.7.4", + "@angular/common": "~5.2.2", + "@angular/compiler": "~5.2.2", + "@angular/compiler-cli": "~5.2.2", + "@angular/core": "~5.2.2", + "@angular/forms": "~5.2.2", + "@angular/http": "~5.2.2", "@angular/language-service": "^5.1.0", - "@angular/platform-browser": "~5.1.0", - "@angular/platform-browser-dynamic": "~5.1.0", - "@angular/router": "~5.1.0", + "@angular/platform-browser": "~5.2.2", + "@angular/platform-browser-dynamic": "~5.2.2", + "@angular/router": "~5.2.2", + "@angular/service-worker": "^5.2.4", "@angularclass/hmr": "^2.1.3", + "@ngx-loading-bar/core": "^1.1.1", "@ngx-loading-bar/http-client": "^1.0.0-rc.1", + "@ngx-loading-bar/router": "^1.2.0", "@ngx-meta/core": "^5.0.0", "@types/core-js": "^0.9.28", "@types/lodash-es": "^4.17.0", "@types/markdown-it": "^0.0.4", "@types/node": "^9.3.0", "@types/sanitize-html": "^1.14.0", - "@types/video.js": "6.2.3", + "@types/video.js": "6.2.4", "@types/webtorrent": "^0.98.4", "angular2-notifications": "^0.9.6", - "awesome-typescript-loader": "3.4.1", + "awesome-typescript-loader": "4.0.1", "bootstrap-sass": "^3.3.7", "codelyzer": "^4.0.2", "core-js": "^2.4.1", "css-loader": "^0.28.4", - "extract-text-webpack-plugin": "^3.0.2", + "extract-text-webpack-plugin": "4.0.0-beta.0", "file-loader": "^1.1.5", - "html-webpack-plugin": "^2.19.0", + "html-webpack-plugin": "^3.2.0", + "linkifyjs": "^2.1.5", "lodash-es": "^4.17.4", "markdown-it": "^8.4.0", - "ngx-bootstrap": "2.0.0-rc.0", - "ngx-chips": "1.6.2", - "ngx-clipboard": "9.0.1", - "ngx-infinite-scroll": "0.7.2", + "ngx-bootstrap": "2.0.3", + "ngx-chips": "1.7.9", + "ngx-clipboard": "10.0.0", "ngx-pipes": "^2.0.5", "node-sass": "^4.1.1", "npm-font-source-sans-pro": "^1.0.2", @@ -71,16 +74,16 @@ "sanitize-html": "^1.16.3", "sass-loader": "^6.0.3", "sass-resources-loader": "^1.2.1", - "standard": "^10.0.0", "tslint": "^5.7.0", "tslint-config-standard": "^7.0.0", - "typescript": "^2.6.2", + "typescript": "2.8.1", "uglifyjs-webpack-plugin": "^1.1.2", - "video.js": "^6.2.0", + "video.js": "^6.7.3", "videojs-dock": "^2.0.2", - "videojs-hotkeys": "^0.2.20", - "webpack": "^3.3.0", + "videojs-hotkeys": "^0.2.21", + "webpack": "^4.5.0", "webpack-bundle-analyzer": "^2.9.1", + "webpack-cli": "^2.0.14", "webtorrent": "^0.98.0", "zone.js": "~0.8.5" }