X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;ds=sidebyside;f=package.json;h=0b944cce985420574a9f53025f378a21cb178e68;hb=0f7e752f34a28492feb4dbfcf52f9b2b7c590f6f;hp=a766f8d81d8a2f6335354976309434830d59f010;hpb=a22046d166805222ca76060e471b6cb3d419a32d;p=github%2FChocobozzz%2FPeerTube.git diff --git a/package.json b/package.json index a766f8d81..0b944cce9 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": "2.1.0-rc.1", + "version": "2.1.1", "private": true, "licence": "AGPL-3.0", "engines": { @@ -63,7 +63,7 @@ "ng": "ng", "nodemon": "nodemon", "ts-node": "ts-node", - "tslint": "tslint", + "eslint": "eslint", "concurrently": "concurrently", "mocha-parallel-tests": "mocha-parallel-tests", "sasslint": "sass-lint --verbose --no-exit", @@ -73,6 +73,7 @@ "release": "scripty", "release-embed-api": "scripty", "nightly": "scripty", + "openapi-clients": "scripty", "client-report": "scripty", "swagger-cli": "swagger-cli", "sass-lint": "sass-lint" @@ -95,8 +96,8 @@ "deep-object-diff": "^1.1.0", "express": "^4.12.4", "express-oauth-server": "^2.0.0", - "express-rate-limit": "^4.0.4", - "express-validator": "^6.1.1", + "express-rate-limit": "^5.0.0", + "express-validator": "^6.4.0", "flat": "^5.0.0", "fluent-ffmpeg": "^2.1.0", "fs-extra": "^8.0.1", @@ -139,9 +140,10 @@ "webtorrent": "^0.107.16", "winston": "3.2.1", "ws": "^7.0.0", - "youtube-dl": "^3.0.1" + "youtube-dl": "^3.0.2" }, "devDependencies": { + "@openapitools/openapi-generator-cli": "^1.0.10-4.2.3", "@types/apicache": "^1.2.0", "@types/async": "^3.0.0", "@types/async-lock": "^1.1.0", @@ -180,10 +182,17 @@ "@types/validator": "^12.0.1", "@types/webtorrent": "^0.107.0", "@types/ws": "^7.2.1", + "@typescript-eslint/eslint-plugin": "^2.18.0", "chai": "^4.1.1", "chai-json-schema": "^1.5.0", "chai-xml": "^0.3.2", "concurrently": "^5.0.0", + "eslint": "^6.8.0", + "eslint-config-standard-with-typescript": "^12.0.1", + "eslint-plugin-import": "^2.20.1", + "eslint-plugin-node": "^11.0.0", + "eslint-plugin-promise": "^4.2.1", + "eslint-plugin-standard": "^4.0.1", "libxmljs": "0.19.7", "maildev": "^1.0.0-rc3", "marked": "^0.8.0", @@ -195,8 +204,6 @@ "supertest": "^4.0.2", "swagger-cli": "^3.0.1", "ts-node": "8.6.2", - "tslint": "^6.0.0", - "tslint-config-standard": "^9.0.0", "typescript": "^3.7.2" }, "scripty": {