aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json42
1 files changed, 19 insertions, 23 deletions
diff --git a/package.json b/package.json
index 3846b45fa..ee12718c7 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",
@@ -56,6 +57,7 @@
56 "postinstall": "test -n \"$NOCLIENT\" || (cd client && yarn install --pure-lockfile)", 57 "postinstall": "test -n \"$NOCLIENT\" || (cd client && yarn install --pure-lockfile)",
57 "tsc": "tsc", 58 "tsc": "tsc",
58 "commander": "commander", 59 "commander": "commander",
60 "lint": "npm run travis -- lint",
59 "ng": "ng", 61 "ng": "ng",
60 "nodemon": "nodemon", 62 "nodemon": "nodemon",
61 "ts-node": "ts-node", 63 "ts-node": "ts-node",
@@ -92,18 +94,15 @@
92 }, 94 },
93 "dependencies": { 95 "dependencies": {
94 "apicache": "^1.4.0", 96 "apicache": "^1.4.0",
95 "application-config": "^1.0.1", 97 "async": "^3.0.1",
96 "async": "^2.0.0",
97 "async-lru": "^1.1.1", 98 "async-lru": "^1.1.1",
98 "bcrypt": "3.0.5", 99 "bcrypt": "3.0.6",
99 "bittorrent-tracker": "^9.0.0", 100 "bittorrent-tracker": "^9.0.0",
100 "bluebird": "^3.5.0", 101 "bluebird": "^3.5.0",
101 "body-parser": "^1.12.4", 102 "body-parser": "^1.12.4",
102 "bull": "^3.4.2", 103 "bull": "^3.4.2",
103 "bytes": "^3.0.0", 104 "bytes": "^3.0.0",
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",
@@ -130,7 +129,6 @@
130 "memoizee": "^0.4.14", 129 "memoizee": "^0.4.14",
131 "morgan": "^1.5.3", 130 "morgan": "^1.5.3",
132 "multer": "^1.1.0", 131 "multer": "^1.1.0",
133 "netrc-parser": "^3.1.6",
134 "nodemailer": "^6.0.0", 132 "nodemailer": "^6.0.0",
135 "parse-torrent": "^6.0.0", 133 "parse-torrent": "^6.0.0",
136 "password-generator": "^2.0.2", 134 "password-generator": "^2.0.2",
@@ -142,25 +140,24 @@
142 "reflect-metadata": "^0.1.12", 140 "reflect-metadata": "^0.1.12",
143 "request": "^2.81.0", 141 "request": "^2.81.0",
144 "scripty": "^1.5.0", 142 "scripty": "^1.5.0",
145 "sequelize": "5.7.4", 143 "sequelize": "5.8.7",
146 "sequelize-typescript": "1.0.0-beta.2", 144 "sequelize-typescript": "1.0.0-beta.2",
147 "sharp": "^0.22.0", 145 "sharp": "^0.22.0",
148 "sitemap": "^2.1.0", 146 "sitemap": "^2.1.0",
149 "socket.io": "^2.2.0", 147 "socket.io": "^2.2.0",
150 "srt-to-vtt": "^1.1.2", 148 "srt-to-vtt": "^1.1.2",
151 "summon-install": "^0.4.3",
152 "useragent": "^2.3.0", 149 "useragent": "^2.3.0",
153 "uuid": "^3.1.0", 150 "uuid": "^3.1.0",
154 "validator": "^10.2.0", 151 "validator": "^11.0.0",
155 "webfinger.js": "^2.6.6", 152 "webfinger.js": "^2.6.6",
156 "webtorrent": "^0.103.0", 153 "webtorrent": "^0.103.0",
157 "winston": "3.2.1", 154 "winston": "3.2.1",
158 "ws": "^6.0.0", 155 "ws": "^7.0.0",
159 "youtube-dl": "^1.12.2" 156 "youtube-dl": "^2.0.0"
160 }, 157 },
161 "devDependencies": { 158 "devDependencies": {
162 "@types/apicache": "^1.2.0", 159 "@types/apicache": "^1.2.0",
163 "@types/async": "^2.0.40", 160 "@types/async": "^3.0.0",
164 "@types/async-lock": "^1.1.0", 161 "@types/async-lock": "^1.1.0",
165 "@types/bcrypt": "^3.0.0", 162 "@types/bcrypt": "^3.0.0",
166 "@types/bluebird": "3.5.21", 163 "@types/bluebird": "3.5.21",
@@ -174,7 +171,7 @@
174 "@types/express": "^4.0.35", 171 "@types/express": "^4.0.35",
175 "@types/express-rate-limit": "^3.3.0", 172 "@types/express-rate-limit": "^3.3.0",
176 "@types/fluent-ffmpeg": "^2.1.8", 173 "@types/fluent-ffmpeg": "^2.1.8",
177 "@types/fs-extra": "^5.0.4", 174 "@types/fs-extra": "^7.0.0",
178 "@types/libxmljs": "^0.18.0", 175 "@types/libxmljs": "^0.18.0",
179 "@types/lodash": "^4.14.64", 176 "@types/lodash": "^4.14.64",
180 "@types/magnet-uri": "^5.1.1", 177 "@types/magnet-uri": "^5.1.1",
@@ -185,7 +182,7 @@
185 "@types/morgan": "^1.7.32", 182 "@types/morgan": "^1.7.32",
186 "@types/multer": "^1.3.3", 183 "@types/multer": "^1.3.3",
187 "@types/node": "^10.0.8", 184 "@types/node": "^10.0.8",
188 "@types/nodemailer": "^4.3.1", 185 "@types/nodemailer": "^6.2.0",
189 "@types/oauth2-server": "^3.0.8", 186 "@types/oauth2-server": "^3.0.8",
190 "@types/pem": "^1.9.3", 187 "@types/pem": "^1.9.3",
191 "@types/redis": "^2.8.5", 188 "@types/redis": "^2.8.5",
@@ -199,18 +196,20 @@
199 "chai": "^4.1.1", 196 "chai": "^4.1.1",
200 "chai-json-schema": "^1.5.0", 197 "chai-json-schema": "^1.5.0",
201 "chai-xml": "^0.3.2", 198 "chai-xml": "^0.3.2",
202 "husky": "^1.0.0-rc.4", 199 "concurrently": "^4.1.0",
200 "husky": "^2.4.0",
203 "libxmljs": "0.19.5", 201 "libxmljs": "0.19.5",
204 "lint-staged": "^8.0.4", 202 "lint-staged": "^8.0.4",
205 "maildev": "^1.0.0-rc3", 203 "maildev": "^1.0.0-rc3",
206 "marked-man": "^0.4.2", 204 "marked-man": "^0.6.0",
207 "mocha": "^6.0.0", 205 "mocha": "^6.0.0",
206 "mocha-parallel-tests": "^2.1.0",
208 "nodemon": "^1.18.6", 207 "nodemon": "^1.18.6",
209 "sass-lint": "^1.12.1", 208 "sass-lint": "^1.12.1",
210 "source-map-support": "^0.5.0", 209 "source-map-support": "^0.5.0",
211 "supertest": "^4.0.2", 210 "supertest": "^4.0.2",
212 "swagger-cli": "^2.2.0", 211 "swagger-cli": "^2.2.0",
213 "ts-node": "8.0.3", 212 "ts-node": "8.2.0",
214 "tslint": "^5.7.0", 213 "tslint": "^5.7.0",
215 "tslint-config-standard": "^8.0.1", 214 "tslint-config-standard": "^8.0.1",
216 "typescript": "^3.4.3", 215 "typescript": "^3.4.3",
@@ -219,8 +218,5 @@
219 "scripty": { 218 "scripty": {
220 "silent": true 219 "silent": true
221 }, 220 },
222 "summon": {
223 "silent": true
224 },
225 "sasslintConfig": "client/.sass-lint.yml" 221 "sasslintConfig": "client/.sass-lint.yml"
226} 222}