X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fpackage.json;h=b117effdc88ce33feb7c4da6b1b6fa940c0415c3;hb=f0f1a3fc9e94b1e0bd9e6cf3025862111245c9b9;hp=b3de9a19ac42331e0ae9920beeb5f831cdabcd6a;hpb=f000931687b52f0e4d072ad0a939b8b08dcf2109;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/package.json b/client/package.json index b3de9a19a..b117effdc 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "peertube-client", - "version": "0.0.24-alpha", + "version": "1.0.0-alpha.3", "private": true, "licence": "GPLv3", "author": { @@ -13,19 +13,17 @@ "url": "git://github.com/Chocobozzz/PeerTube.git" }, "scripts": { - "lint": "standard && tslint --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", - "resolutions": { - "copy-webpack-plugin": "4.3.0" - }, "devDependencies": { "@angular/animations": "~5.2.2", - "@angular/cli": "1.6.7", + "@angular/cli": "1.7.1", "@angular/common": "~5.2.2", "@angular/compiler": "~5.2.2", "@angular/compiler-cli": "~5.2.2", @@ -38,7 +36,9 @@ "@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", @@ -56,11 +56,12 @@ "extract-text-webpack-plugin": "^3.0.2", "file-loader": "^1.1.5", "html-webpack-plugin": "^2.19.0", + "linkifyjs": "^2.1.5", "lodash-es": "^4.17.4", "markdown-it": "^8.4.0", "ngx-bootstrap": "2.0.2", - "ngx-chips": "1.6.3", - "ngx-clipboard": "9.0.1", + "ngx-chips": "1.6.4", + "ngx-clipboard": "10.0.0", "ngx-pipes": "^2.0.5", "node-sass": "^4.1.1", "npm-font-source-sans-pro": "^1.0.2", @@ -73,10 +74,9 @@ "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", + "typescript": "2.7.2", "uglifyjs-webpack-plugin": "^1.1.2", "video.js": "^6.2.0", "videojs-dock": "^2.0.2",