diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 39 |
1 files changed, 18 insertions, 21 deletions
diff --git a/package.json b/package.json index bea949796..6597b055e 100644 --- a/package.json +++ b/package.json | |||
@@ -23,6 +23,7 @@ | |||
23 | "scripts": { | 23 | "scripts": { |
24 | "e2e": "scripty", | 24 | "e2e": "scripty", |
25 | "e2e:local": "scripty", | 25 | "e2e:local": "scripty", |
26 | "setup:cli": "scripty", | ||
26 | "build": "SCRIPTY_PARALLEL=true scripty", | 27 | "build": "SCRIPTY_PARALLEL=true scripty", |
27 | "build:server": "scripty", | 28 | "build:server": "scripty", |
28 | "build:client": "scripty", | 29 | "build:client": "scripty", |
@@ -92,10 +93,9 @@ | |||
92 | }, | 93 | }, |
93 | "dependencies": { | 94 | "dependencies": { |
94 | "apicache": "^1.4.0", | 95 | "apicache": "^1.4.0", |
95 | "application-config": "^1.0.1", | 96 | "async": "^3.0.1", |
96 | "async": "^2.0.0", | ||
97 | "async-lru": "^1.1.1", | 97 | "async-lru": "^1.1.1", |
98 | "bcrypt": "3.0.5", | 98 | "bcrypt": "3.0.6", |
99 | "bittorrent-tracker": "^9.0.0", | 99 | "bittorrent-tracker": "^9.0.0", |
100 | "bluebird": "^3.5.0", | 100 | "bluebird": "^3.5.0", |
101 | "body-parser": "^1.12.4", | 101 | "body-parser": "^1.12.4", |
@@ -103,7 +103,6 @@ | |||
103 | "bytes": "^3.0.0", | 103 | "bytes": "^3.0.0", |
104 | "cli-table": "^0.3.1", | 104 | "cli-table": "^0.3.1", |
105 | "commander": "^2.13.0", | 105 | "commander": "^2.13.0", |
106 | "concurrently": "^4.0.1", | ||
107 | "config": "^3.0.0", | 106 | "config": "^3.0.0", |
108 | "cookie-parser": "^1.4.3", | 107 | "cookie-parser": "^1.4.3", |
109 | "cors": "^2.8.1", | 108 | "cors": "^2.8.1", |
@@ -111,14 +110,14 @@ | |||
111 | "deep-object-diff": "^1.1.0", | 110 | "deep-object-diff": "^1.1.0", |
112 | "express": "^4.12.4", | 111 | "express": "^4.12.4", |
113 | "express-oauth-server": "^2.0.0", | 112 | "express-oauth-server": "^2.0.0", |
114 | "express-rate-limit": "^3.1.0", | 113 | "express-rate-limit": "^4.0.4", |
115 | "express-validator": "^5.0.0", | 114 | "express-validator": "^5.0.0", |
116 | "flat": "^4.1.0", | 115 | "flat": "^4.1.0", |
117 | "fluent-ffmpeg": "^2.1.0", | 116 | "fluent-ffmpeg": "^2.1.0", |
118 | "fs-extra": "^7.0.0", | 117 | "fs-extra": "^8.0.1", |
119 | "helmet": "^3.12.1", | 118 | "helmet": "^3.12.1", |
120 | "http-signature": "^1.2.0", | 119 | "http-signature": "^1.2.0", |
121 | "ip-anonymize": "^0.0.6", | 120 | "ip-anonymize": "^0.1.0", |
122 | "ipaddr.js": "1.9.0", | 121 | "ipaddr.js": "1.9.0", |
123 | "is-cidr": "^3.0.0", | 122 | "is-cidr": "^3.0.0", |
124 | "iso-639-3": "^1.0.1", | 123 | "iso-639-3": "^1.0.1", |
@@ -142,25 +141,24 @@ | |||
142 | "reflect-metadata": "^0.1.12", | 141 | "reflect-metadata": "^0.1.12", |
143 | "request": "^2.81.0", | 142 | "request": "^2.81.0", |
144 | "scripty": "^1.5.0", | 143 | "scripty": "^1.5.0", |
145 | "sequelize": "5.7.4", | 144 | "sequelize": "5.8.7", |
146 | "sequelize-typescript": "1.0.0-beta.2", | 145 | "sequelize-typescript": "1.0.0-beta.2", |
147 | "sharp": "^0.22.0", | 146 | "sharp": "^0.22.0", |
148 | "sitemap": "^2.1.0", | 147 | "sitemap": "^2.1.0", |
149 | "socket.io": "^2.2.0", | 148 | "socket.io": "^2.2.0", |
150 | "srt-to-vtt": "^1.1.2", | 149 | "srt-to-vtt": "^1.1.2", |
151 | "summon-install": "^0.4.3", | ||
152 | "useragent": "^2.3.0", | 150 | "useragent": "^2.3.0", |
153 | "uuid": "^3.1.0", | 151 | "uuid": "^3.1.0", |
154 | "validator": "^10.2.0", | 152 | "validator": "^11.0.0", |
155 | "webfinger.js": "^2.6.6", | 153 | "webfinger.js": "^2.6.6", |
156 | "webtorrent": "^0.103.0", | 154 | "webtorrent": "^0.103.0", |
157 | "winston": "3.2.1", | 155 | "winston": "3.2.1", |
158 | "ws": "^6.0.0", | 156 | "ws": "^7.0.0", |
159 | "youtube-dl": "^1.12.2" | 157 | "youtube-dl": "^2.0.0" |
160 | }, | 158 | }, |
161 | "devDependencies": { | 159 | "devDependencies": { |
162 | "@types/apicache": "^1.2.0", | 160 | "@types/apicache": "^1.2.0", |
163 | "@types/async": "^2.0.40", | 161 | "@types/async": "^3.0.0", |
164 | "@types/async-lock": "^1.1.0", | 162 | "@types/async-lock": "^1.1.0", |
165 | "@types/bcrypt": "^3.0.0", | 163 | "@types/bcrypt": "^3.0.0", |
166 | "@types/bluebird": "3.5.21", | 164 | "@types/bluebird": "3.5.21", |
@@ -174,7 +172,7 @@ | |||
174 | "@types/express": "^4.0.35", | 172 | "@types/express": "^4.0.35", |
175 | "@types/express-rate-limit": "^3.3.0", | 173 | "@types/express-rate-limit": "^3.3.0", |
176 | "@types/fluent-ffmpeg": "^2.1.8", | 174 | "@types/fluent-ffmpeg": "^2.1.8", |
177 | "@types/fs-extra": "^5.0.4", | 175 | "@types/fs-extra": "^7.0.0", |
178 | "@types/libxmljs": "^0.18.0", | 176 | "@types/libxmljs": "^0.18.0", |
179 | "@types/lodash": "^4.14.64", | 177 | "@types/lodash": "^4.14.64", |
180 | "@types/magnet-uri": "^5.1.1", | 178 | "@types/magnet-uri": "^5.1.1", |
@@ -185,7 +183,7 @@ | |||
185 | "@types/morgan": "^1.7.32", | 183 | "@types/morgan": "^1.7.32", |
186 | "@types/multer": "^1.3.3", | 184 | "@types/multer": "^1.3.3", |
187 | "@types/node": "^10.0.8", | 185 | "@types/node": "^10.0.8", |
188 | "@types/nodemailer": "^4.3.1", | 186 | "@types/nodemailer": "^6.2.0", |
189 | "@types/oauth2-server": "^3.0.8", | 187 | "@types/oauth2-server": "^3.0.8", |
190 | "@types/pem": "^1.9.3", | 188 | "@types/pem": "^1.9.3", |
191 | "@types/redis": "^2.8.5", | 189 | "@types/redis": "^2.8.5", |
@@ -199,18 +197,20 @@ | |||
199 | "chai": "^4.1.1", | 197 | "chai": "^4.1.1", |
200 | "chai-json-schema": "^1.5.0", | 198 | "chai-json-schema": "^1.5.0", |
201 | "chai-xml": "^0.3.2", | 199 | "chai-xml": "^0.3.2", |
202 | "husky": "^1.0.0-rc.4", | 200 | "concurrently": "^4.1.0", |
201 | "husky": "^2.4.0", | ||
203 | "libxmljs": "0.19.5", | 202 | "libxmljs": "0.19.5", |
204 | "lint-staged": "^8.0.4", | 203 | "lint-staged": "^8.0.4", |
205 | "maildev": "^1.0.0-rc3", | 204 | "maildev": "^1.0.0-rc3", |
206 | "marked-man": "^0.4.2", | 205 | "marked-man": "^0.6.0", |
207 | "mocha": "^6.0.0", | 206 | "mocha": "^6.0.0", |
207 | "mocha-parallel-tests": "^2.1.0", | ||
208 | "nodemon": "^1.18.6", | 208 | "nodemon": "^1.18.6", |
209 | "sass-lint": "^1.12.1", | 209 | "sass-lint": "^1.12.1", |
210 | "source-map-support": "^0.5.0", | 210 | "source-map-support": "^0.5.0", |
211 | "supertest": "^4.0.2", | 211 | "supertest": "^4.0.2", |
212 | "swagger-cli": "^2.2.0", | 212 | "swagger-cli": "^2.2.0", |
213 | "ts-node": "8.0.3", | 213 | "ts-node": "8.2.0", |
214 | "tslint": "^5.7.0", | 214 | "tslint": "^5.7.0", |
215 | "tslint-config-standard": "^8.0.1", | 215 | "tslint-config-standard": "^8.0.1", |
216 | "typescript": "^3.4.3", | 216 | "typescript": "^3.4.3", |
@@ -219,8 +219,5 @@ | |||
219 | "scripty": { | 219 | "scripty": { |
220 | "silent": true | 220 | "silent": true |
221 | }, | 221 | }, |
222 | "summon": { | ||
223 | "silent": true | ||
224 | }, | ||
225 | "sasslintConfig": "client/.sass-lint.yml" | 222 | "sasslintConfig": "client/.sass-lint.yml" |
226 | } | 223 | } |