diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 15 |
1 files changed, 10 insertions, 5 deletions
diff --git a/package.json b/package.json index a766f8d81..0a5484d2a 100644 --- a/package.json +++ b/package.json | |||
@@ -63,7 +63,7 @@ | |||
63 | "ng": "ng", | 63 | "ng": "ng", |
64 | "nodemon": "nodemon", | 64 | "nodemon": "nodemon", |
65 | "ts-node": "ts-node", | 65 | "ts-node": "ts-node", |
66 | "tslint": "tslint", | 66 | "eslint": "eslint", |
67 | "concurrently": "concurrently", | 67 | "concurrently": "concurrently", |
68 | "mocha-parallel-tests": "mocha-parallel-tests", | 68 | "mocha-parallel-tests": "mocha-parallel-tests", |
69 | "sasslint": "sass-lint --verbose --no-exit", | 69 | "sasslint": "sass-lint --verbose --no-exit", |
@@ -96,7 +96,7 @@ | |||
96 | "express": "^4.12.4", | 96 | "express": "^4.12.4", |
97 | "express-oauth-server": "^2.0.0", | 97 | "express-oauth-server": "^2.0.0", |
98 | "express-rate-limit": "^4.0.4", | 98 | "express-rate-limit": "^4.0.4", |
99 | "express-validator": "^6.1.1", | 99 | "express-validator": "^6.4.0", |
100 | "flat": "^5.0.0", | 100 | "flat": "^5.0.0", |
101 | "fluent-ffmpeg": "^2.1.0", | 101 | "fluent-ffmpeg": "^2.1.0", |
102 | "fs-extra": "^8.0.1", | 102 | "fs-extra": "^8.0.1", |
@@ -139,7 +139,7 @@ | |||
139 | "webtorrent": "^0.107.16", | 139 | "webtorrent": "^0.107.16", |
140 | "winston": "3.2.1", | 140 | "winston": "3.2.1", |
141 | "ws": "^7.0.0", | 141 | "ws": "^7.0.0", |
142 | "youtube-dl": "^3.0.1" | 142 | "youtube-dl": "^3.0.2" |
143 | }, | 143 | }, |
144 | "devDependencies": { | 144 | "devDependencies": { |
145 | "@types/apicache": "^1.2.0", | 145 | "@types/apicache": "^1.2.0", |
@@ -180,10 +180,17 @@ | |||
180 | "@types/validator": "^12.0.1", | 180 | "@types/validator": "^12.0.1", |
181 | "@types/webtorrent": "^0.107.0", | 181 | "@types/webtorrent": "^0.107.0", |
182 | "@types/ws": "^7.2.1", | 182 | "@types/ws": "^7.2.1", |
183 | "@typescript-eslint/eslint-plugin": "^2.18.0", | ||
183 | "chai": "^4.1.1", | 184 | "chai": "^4.1.1", |
184 | "chai-json-schema": "^1.5.0", | 185 | "chai-json-schema": "^1.5.0", |
185 | "chai-xml": "^0.3.2", | 186 | "chai-xml": "^0.3.2", |
186 | "concurrently": "^5.0.0", | 187 | "concurrently": "^5.0.0", |
188 | "eslint": "^6.8.0", | ||
189 | "eslint-config-standard-with-typescript": "^12.0.1", | ||
190 | "eslint-plugin-import": "^2.20.1", | ||
191 | "eslint-plugin-node": "^11.0.0", | ||
192 | "eslint-plugin-promise": "^4.2.1", | ||
193 | "eslint-plugin-standard": "^4.0.1", | ||
187 | "libxmljs": "0.19.7", | 194 | "libxmljs": "0.19.7", |
188 | "maildev": "^1.0.0-rc3", | 195 | "maildev": "^1.0.0-rc3", |
189 | "marked": "^0.8.0", | 196 | "marked": "^0.8.0", |
@@ -195,8 +202,6 @@ | |||
195 | "supertest": "^4.0.2", | 202 | "supertest": "^4.0.2", |
196 | "swagger-cli": "^3.0.1", | 203 | "swagger-cli": "^3.0.1", |
197 | "ts-node": "8.6.2", | 204 | "ts-node": "8.6.2", |
198 | "tslint": "^6.0.0", | ||
199 | "tslint-config-standard": "^9.0.0", | ||
200 | "typescript": "^3.7.2" | 205 | "typescript": "^3.7.2" |
201 | }, | 206 | }, |
202 | "scripty": { | 207 | "scripty": { |