aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json49
1 files changed, 25 insertions, 24 deletions
diff --git a/package.json b/package.json
index dee9840c7..3311f7add 100644
--- a/package.json
+++ b/package.json
@@ -5,7 +5,7 @@
5 "private": true, 5 "private": true,
6 "licence": "AGPL-3.0", 6 "licence": "AGPL-3.0",
7 "engines": { 7 "engines": {
8 "node": ">=8.x" 8 "node": ">=10.x"
9 }, 9 },
10 "bin": { 10 "bin": {
11 "peertube": "dist/server/tools/peertube.js" 11 "peertube": "dist/server/tools/peertube.js"
@@ -37,11 +37,10 @@
37 "i18n:generate": "scripty", 37 "i18n:generate": "scripty",
38 "plugin:install": "node ./dist/scripts/plugin/install.js", 38 "plugin:install": "node ./dist/scripts/plugin/install.js",
39 "plugin:uninstall": "node ./dist/scripts/plugin/uninstall.js", 39 "plugin:uninstall": "node ./dist/scripts/plugin/uninstall.js",
40 "i18n:xliff2json": "node ./dist/scripts/i18n/xliff2json.js",
41 "i18n:create-custom-files": "node ./dist/scripts/i18n/create-custom-files.js", 40 "i18n:create-custom-files": "node ./dist/scripts/i18n/create-custom-files.js",
42 "reset-password": "node ./dist/scripts/reset-password.js", 41 "reset-password": "node ./dist/scripts/reset-password.js",
43 "play": "scripty", 42 "play": "scripty",
44 "dev": "scripty", 43 "dev": "sh ./scripts/dev/index.sh",
45 "dev:server": "sh ./scripts/dev/server.sh", 44 "dev:server": "sh ./scripts/dev/server.sh",
46 "dev:embed": "scripty", 45 "dev:embed": "scripty",
47 "dev:client": "sh ./scripts/dev/client.sh", 46 "dev:client": "sh ./scripts/dev/client.sh",
@@ -64,7 +63,7 @@
64 "ng": "ng", 63 "ng": "ng",
65 "nodemon": "nodemon", 64 "nodemon": "nodemon",
66 "ts-node": "ts-node", 65 "ts-node": "ts-node",
67 "tslint": "tslint", 66 "eslint": "eslint",
68 "concurrently": "concurrently", 67 "concurrently": "concurrently",
69 "mocha-parallel-tests": "mocha-parallel-tests", 68 "mocha-parallel-tests": "mocha-parallel-tests",
70 "sasslint": "sass-lint --verbose --no-exit", 69 "sasslint": "sass-lint --verbose --no-exit",
@@ -74,13 +73,11 @@
74 "release": "scripty", 73 "release": "scripty",
75 "release-embed-api": "scripty", 74 "release-embed-api": "scripty",
76 "nightly": "scripty", 75 "nightly": "scripty",
76 "openapi-clients": "scripty",
77 "client-report": "scripty", 77 "client-report": "scripty",
78 "swagger-cli": "swagger-cli", 78 "swagger-cli": "swagger-cli",
79 "sass-lint": "sass-lint" 79 "sass-lint": "sass-lint"
80 }, 80 },
81 "resolutions": {
82 "@types/bluebird": "3.5.27"
83 },
84 "dependencies": { 81 "dependencies": {
85 "apicache": "^1.4.0", 82 "apicache": "^1.4.0",
86 "async": "^3.0.1", 83 "async": "^3.0.1",
@@ -99,8 +96,8 @@
99 "deep-object-diff": "^1.1.0", 96 "deep-object-diff": "^1.1.0",
100 "express": "^4.12.4", 97 "express": "^4.12.4",
101 "express-oauth-server": "^2.0.0", 98 "express-oauth-server": "^2.0.0",
102 "express-rate-limit": "^4.0.4", 99 "express-rate-limit": "^5.0.0",
103 "express-validator": "^6.1.1", 100 "express-validator": "^6.4.0",
104 "flat": "^5.0.0", 101 "flat": "^5.0.0",
105 "fluent-ffmpeg": "^2.1.0", 102 "fluent-ffmpeg": "^2.1.0",
106 "fs-extra": "^8.0.1", 103 "fs-extra": "^8.0.1",
@@ -109,7 +106,7 @@
109 "ip-anonymize": "^0.1.0", 106 "ip-anonymize": "^0.1.0",
110 "ipaddr.js": "1.9.1", 107 "ipaddr.js": "1.9.1",
111 "is-cidr": "^3.0.0", 108 "is-cidr": "^3.0.0",
112 "iso-639-3": "^1.0.1", 109 "iso-639-3": "^2.0.0",
113 "js-yaml": "^3.5.4", 110 "js-yaml": "^3.5.4",
114 "jsonld": "~2.0.1", 111 "jsonld": "~2.0.1",
115 "lodash": "^4.17.10", 112 "lodash": "^4.17.10",
@@ -131,7 +128,7 @@
131 "scripty": "^1.5.0", 128 "scripty": "^1.5.0",
132 "sequelize": "5.21.3", 129 "sequelize": "5.21.3",
133 "sequelize-typescript": "^1.0.0-beta.4", 130 "sequelize-typescript": "^1.0.0-beta.4",
134 "sharp": "^0.23.3", 131 "sharp": "^0.24.0",
135 "sitemap": "^5.0.0", 132 "sitemap": "^5.0.0",
136 "socket.io": "^2.2.0", 133 "socket.io": "^2.2.0",
137 "srt-to-vtt": "^1.1.2", 134 "srt-to-vtt": "^1.1.2",
@@ -143,16 +140,17 @@
143 "webtorrent": "^0.107.16", 140 "webtorrent": "^0.107.16",
144 "winston": "3.2.1", 141 "winston": "3.2.1",
145 "ws": "^7.0.0", 142 "ws": "^7.0.0",
146 "youtube-dl": "^2.0.0" 143 "youtube-dl": "^3.0.2"
147 }, 144 },
148 "devDependencies": { 145 "devDependencies": {
146 "@openapitools/openapi-generator-cli": "^1.0.10-4.2.3",
149 "@types/apicache": "^1.2.0", 147 "@types/apicache": "^1.2.0",
150 "@types/async": "^3.0.0", 148 "@types/async": "^3.0.0",
151 "@types/async-lock": "^1.1.0", 149 "@types/async-lock": "^1.1.0",
152 "@types/bcrypt": "^3.0.0", 150 "@types/bcrypt": "^3.0.0",
153 "@types/bluebird": "3.5.21", 151 "@types/bluebird": "3.5.29",
154 "@types/body-parser": "^1.16.3", 152 "@types/body-parser": "^1.16.3",
155 "@types/bull": "3.4.0", 153 "@types/bull": "3.12.0",
156 "@types/bytes": "^3.0.0", 154 "@types/bytes": "^3.0.0",
157 "@types/chai": "^4.0.4", 155 "@types/chai": "^4.0.4",
158 "@types/chai-json-schema": "^1.4.3", 156 "@types/chai-json-schema": "^1.4.3",
@@ -169,7 +167,7 @@
169 "@types/maildev": "^0.0.1", 167 "@types/maildev": "^0.0.1",
170 "@types/memoizee": "^0.4.2", 168 "@types/memoizee": "^0.4.2",
171 "@types/mkdirp": "^0.5.1", 169 "@types/mkdirp": "^0.5.1",
172 "@types/mocha": "^5.0.0", 170 "@types/mocha": "^7.0.1",
173 "@types/morgan": "^1.7.32", 171 "@types/morgan": "^1.7.32",
174 "@types/multer": "^1.3.3", 172 "@types/multer": "^1.3.3",
175 "@types/node": "^10.0.8", 173 "@types/node": "^10.0.8",
@@ -178,18 +176,24 @@
178 "@types/pem": "^1.9.3", 176 "@types/pem": "^1.9.3",
179 "@types/redis": "^2.8.5", 177 "@types/redis": "^2.8.5",
180 "@types/request": "^2.0.3", 178 "@types/request": "^2.0.3",
181 "@types/sharp": "^0.23.0", 179 "@types/sharp": "^0.24.0",
182 "@types/socket.io": "^2.1.2", 180 "@types/socket.io": "^2.1.2",
183 "@types/supertest": "^2.0.3", 181 "@types/supertest": "^2.0.3",
184 "@types/validator": "^12.0.1", 182 "@types/validator": "^12.0.1",
185 "@types/webtorrent": "^0.107.0", 183 "@types/webtorrent": "^0.107.0",
186 "@types/ws": "^6.0.0", 184 "@types/ws": "^7.2.1",
185 "@typescript-eslint/eslint-plugin": "^2.18.0",
187 "chai": "^4.1.1", 186 "chai": "^4.1.1",
188 "chai-json-schema": "^1.5.0", 187 "chai-json-schema": "^1.5.0",
189 "chai-xml": "^0.3.2", 188 "chai-xml": "^0.3.2",
190 "concurrently": "^5.0.0", 189 "concurrently": "^5.0.0",
190 "eslint": "^6.8.0",
191 "eslint-config-standard-with-typescript": "^12.0.1",
192 "eslint-plugin-import": "^2.20.1",
193 "eslint-plugin-node": "^11.0.0",
194 "eslint-plugin-promise": "^4.2.1",
195 "eslint-plugin-standard": "^4.0.1",
191 "libxmljs": "0.19.7", 196 "libxmljs": "0.19.7",
192 "lint-staged": "^9.2.0",
193 "maildev": "^1.0.0-rc3", 197 "maildev": "^1.0.0-rc3",
194 "marked": "^0.8.0", 198 "marked": "^0.8.0",
195 "marked-man": "^0.7.0", 199 "marked-man": "^0.7.0",
@@ -198,12 +202,9 @@
198 "nodemon": "^2.0.1", 202 "nodemon": "^2.0.1",
199 "source-map-support": "^0.5.0", 203 "source-map-support": "^0.5.0",
200 "supertest": "^4.0.2", 204 "supertest": "^4.0.2",
201 "swagger-cli": "^2.2.0", 205 "swagger-cli": "^3.0.1",
202 "ts-node": "8.5.4", 206 "ts-node": "8.6.2",
203 "tslint": "^5.7.0", 207 "typescript": "^3.7.2"
204 "tslint-config-standard": "^9.0.0",
205 "typescript": "^3.7.2",
206 "xliff": "^4.0.0"
207 }, 208 },
208 "scripty": { 209 "scripty": {
209 "silent": true 210 "silent": true