X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fpackage.json;h=d961ee1dbd088d8661cde018779b8ef7fe843d52;hb=c2ff22015eccfe6f62fc2a7db906cfcb0b4da187;hp=fe8bdd1f9544487476b9d0f96e4fb66d53337476;hpb=0cd4344f3cf529b15308fcf3eb7d7eb07726df56;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/package.json b/client/package.json index fe8bdd1f9..d961ee1db 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "peertube-client", - "version": "0.0.23-alpha", + "version": "0.0.26-alpha", "private": true, "licence": "GPLv3", "author": { @@ -13,8 +13,9 @@ "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" @@ -38,6 +39,7 @@ "@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-meta/core": "^5.0.0", "@types/core-js": "^0.9.28", @@ -56,6 +58,7 @@ "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", @@ -73,7 +76,6 @@ "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",