X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fpackage.json;h=81e8060de30a554d2774c22083bcf4023b1b2494;hb=b18d4b9f368fd20d6990bd4e9459bb539141a2c1;hp=aae7643c73ff2609a012c2e41aa6b5bb7d994cdb;hpb=e80687c458065500e5f1d72fdedd2906c0d58b1a;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/package.json b/client/package.json index aae7643c7..81e8060de 100644 --- a/client/package.json +++ b/client/package.json @@ -1,6 +1,6 @@ { "name": "peertube-client", - "version": "1.0.0-beta.10.pre.3", + "version": "1.0.0-beta.11", "private": true, "licence": "GPLv3", "author": { @@ -10,7 +10,7 @@ }, "repository": { "type": "git", - "url": "git://github.com/Chocobozzz/PeerTube.git" + "url": "git+https://github.com/Chocobozzz/PeerTube.git" }, "scripts": { "lint": "tslint --project ./tsconfig.json -c ./tslint.json 'src/app/**/*.ts' 'src/standalone/**/*.ts'", @@ -23,6 +23,7 @@ "ngx-extractor": "ngx-extractor" }, "license": "GPLv3", + "typings": "*.d.ts", "resolutions": { "video.js": "^7", "webtorrent/create-torrent/junk": "^1", @@ -44,6 +45,8 @@ "@angular/router": "~6.1.0", "@angular/service-worker": "~6.1.0", "@angularclass/hmr": "^2.1.3", + "@neos21/bootstrap3-glyphicons": "^1.0.1", + "@ng-bootstrap/ng-bootstrap": "^2.2.2", "@ngx-loading-bar/core": "^2.0.0", "@ngx-loading-bar/http-client": "^2.0.0", "@ngx-loading-bar/router": "^2.0.0", @@ -61,7 +64,7 @@ "@types/webtorrent": "^0.98.4", "angular2-notifications": "^1.0.2", "awesome-typescript-loader": "5.2.0", - "bootstrap-sass": "^3.3.7", + "bootstrap": "^4.1.3", "buffer": "^5.1.0", "cache-chunk-store": "^2.0.0", "codelyzer": "^4.0.2", @@ -84,7 +87,6 @@ "linkifyjs": "^2.1.5", "lodash-es": "^4.17.4", "markdown-it": "^8.4.0", - "ngx-bootstrap": "3.0.1", "ngx-chips": "1.9.3", "ngx-clipboard": "11.1.1", "ngx-pipes": "^2.1.7",