X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=package.json;h=2c53d029b2c7dc4c109038c83be55f30f99e0e46;hb=93df58cc4865af9046d2b31e03fa37d3ae54e45b;hp=f7c12ec135fc89133c6136c60a36d7b5147bbd24;hpb=e79c65723b23f0994b01416382783f3f987cf4c7;p=github%2FChocobozzz%2FPeerTube.git diff --git a/package.json b/package.json index f7c12ec13..2c53d029b 100644 --- a/package.json +++ b/package.json @@ -1,7 +1,7 @@ { "name": "peertube", "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.", - "version": "0.0.24-alpha", + "version": "0.0.26-alpha", "private": true, "licence": "GPLv3", "engines": { @@ -91,8 +91,6 @@ "sequelize": "4.33.4", "sequelize-typescript": "^0.6.1", "sharp": "^0.19.0", - "ts-node": "4.1.0", - "typescript": "^2.5.2", "uuid": "^3.1.0", "validator": "^9.0.0", "webfinger.js": "^2.6.6", @@ -131,10 +129,11 @@ "nodemon": "^1.11.0", "source-map-support": "^0.5.0", "spectacle-docs": "^0.9.13", - "standard": "^10.0.0", "supertest": "^3.0.0", + "ts-node": "5.0.0", "tslint": "^5.7.0", "tslint-config-standard": "^7.0.0", + "typescript": "^2.5.2", "webtorrent": "^0.98.0", "youtube-dl": "^1.12.2" },