aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
Diffstat (limited to 'package.json')
-rw-r--r--package.json41
1 files changed, 21 insertions, 20 deletions
diff --git a/package.json b/package.json
index ed99157c4..1dbf33a0a 100644
--- a/package.json
+++ b/package.json
@@ -1,7 +1,7 @@
1{ 1{
2 "name": "peertube", 2 "name": "peertube",
3 "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.", 3 "description": "Federated (ActivityPub) video streaming platform using P2P (BitTorrent) directly in the web browser with WebTorrent and Angular.",
4 "version": "1.2.1", 4 "version": "1.3.0-rc.1",
5 "private": true, 5 "private": true,
6 "licence": "AGPLv3", 6 "licence": "AGPLv3",
7 "engines": { 7 "engines": {
@@ -53,7 +53,7 @@
53 "parse-log": "node ./dist/scripts/parse-log.js", 53 "parse-log": "node ./dist/scripts/parse-log.js",
54 "prune-storage": "node ./dist/scripts/prune-storage.js", 54 "prune-storage": "node ./dist/scripts/prune-storage.js",
55 "optimize-old-videos": "node ./dist/scripts/optimize-old-videos.js", 55 "optimize-old-videos": "node ./dist/scripts/optimize-old-videos.js",
56 "postinstall": "cd client && yarn install --pure-lockfile", 56 "postinstall": "test -n \"$NOCLIENT\" || (cd client && yarn install --pure-lockfile)",
57 "tsc": "tsc", 57 "tsc": "tsc",
58 "commander": "commander", 58 "commander": "commander",
59 "ng": "ng", 59 "ng": "ng",
@@ -91,11 +91,11 @@
91 "@types/bluebird": "3.5.21" 91 "@types/bluebird": "3.5.21"
92 }, 92 },
93 "dependencies": { 93 "dependencies": {
94 "apicache": "^1.4.0",
94 "application-config": "^1.0.1", 95 "application-config": "^1.0.1",
95 "async": "^2.0.0", 96 "async": "^2.0.0",
96 "async-lock": "^1.1.2",
97 "async-lru": "^1.1.1", 97 "async-lru": "^1.1.1",
98 "bcrypt": "3.0.2", 98 "bcrypt": "3.0.5",
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",
@@ -119,11 +119,11 @@
119 "helmet": "^3.12.1", 119 "helmet": "^3.12.1",
120 "http-signature": "^1.2.0", 120 "http-signature": "^1.2.0",
121 "ip-anonymize": "^0.0.6", 121 "ip-anonymize": "^0.0.6",
122 "ipaddr.js": "1.8.1", 122 "ipaddr.js": "1.9.0",
123 "is-cidr": "^3.0.0", 123 "is-cidr": "^3.0.0",
124 "iso-639-3": "^1.0.1", 124 "iso-639-3": "^1.0.1",
125 "js-yaml": "^3.5.4", 125 "js-yaml": "^3.5.4",
126 "jsonld": "^1.0.1", 126 "jsonld": "~1.1.0",
127 "jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017", 127 "jsonld-signatures": "https://github.com/Chocobozzz/jsonld-signatures#rsa2017",
128 "lodash": "^4.17.10", 128 "lodash": "^4.17.10",
129 "magnet-uri": "^5.1.4", 129 "magnet-uri": "^5.1.4",
@@ -131,7 +131,7 @@
131 "morgan": "^1.5.3", 131 "morgan": "^1.5.3",
132 "multer": "^1.1.0", 132 "multer": "^1.1.0",
133 "netrc-parser": "^3.1.6", 133 "netrc-parser": "^3.1.6",
134 "nodemailer": "^4.4.2", 134 "nodemailer": "^6.0.0",
135 "parse-torrent": "^6.0.0", 135 "parse-torrent": "^6.0.0",
136 "password-generator": "^2.0.2", 136 "password-generator": "^2.0.2",
137 "pem": "^1.12.3", 137 "pem": "^1.12.3",
@@ -142,9 +142,9 @@
142 "reflect-metadata": "^0.1.12", 142 "reflect-metadata": "^0.1.12",
143 "request": "^2.81.0", 143 "request": "^2.81.0",
144 "scripty": "^1.5.0", 144 "scripty": "^1.5.0",
145 "sequelize": "4.41.2", 145 "sequelize": "5.7.4",
146 "sequelize-typescript": "0.6.6", 146 "sequelize-typescript": "1.0.0-beta.2",
147 "sharp": "^0.21.0", 147 "sharp": "^0.22.0",
148 "sitemap": "^2.1.0", 148 "sitemap": "^2.1.0",
149 "socket.io": "^2.2.0", 149 "socket.io": "^2.2.0",
150 "srt-to-vtt": "^1.1.2", 150 "srt-to-vtt": "^1.1.2",
@@ -153,12 +153,13 @@
153 "uuid": "^3.1.0", 153 "uuid": "^3.1.0",
154 "validator": "^10.2.0", 154 "validator": "^10.2.0",
155 "webfinger.js": "^2.6.6", 155 "webfinger.js": "^2.6.6",
156 "webtorrent": "^0.102.1", 156 "webtorrent": "^0.103.0",
157 "winston": "3.1.0", 157 "winston": "3.2.1",
158 "ws": "^6.0.0", 158 "ws": "^6.0.0",
159 "youtube-dl": "^1.12.2" 159 "youtube-dl": "^1.12.2"
160 }, 160 },
161 "devDependencies": { 161 "devDependencies": {
162 "@types/apicache": "^1.2.0",
162 "@types/async": "^2.0.40", 163 "@types/async": "^2.0.40",
163 "@types/async-lock": "^1.1.0", 164 "@types/async-lock": "^1.1.0",
164 "@types/bcrypt": "^3.0.0", 165 "@types/bcrypt": "^3.0.0",
@@ -171,7 +172,7 @@
171 "@types/chai-xml": "^0.3.1", 172 "@types/chai-xml": "^0.3.1",
172 "@types/config": "^0.0.34", 173 "@types/config": "^0.0.34",
173 "@types/express": "^4.0.35", 174 "@types/express": "^4.0.35",
174 "@types/express-rate-limit": "^2.9.3", 175 "@types/express-rate-limit": "^3.3.0",
175 "@types/fluent-ffmpeg": "^2.1.8", 176 "@types/fluent-ffmpeg": "^2.1.8",
176 "@types/fs-extra": "^5.0.4", 177 "@types/fs-extra": "^5.0.4",
177 "@types/libxmljs": "^0.18.0", 178 "@types/libxmljs": "^0.18.0",
@@ -189,10 +190,10 @@
189 "@types/pem": "^1.9.3", 190 "@types/pem": "^1.9.3",
190 "@types/redis": "^2.8.5", 191 "@types/redis": "^2.8.5",
191 "@types/request": "^2.0.3", 192 "@types/request": "^2.0.3",
192 "@types/sharp": "^0.21.0", 193 "@types/sharp": "^0.22.1",
193 "@types/socket.io": "^2.1.2", 194 "@types/socket.io": "^2.1.2",
194 "@types/supertest": "^2.0.3", 195 "@types/supertest": "^2.0.3",
195 "@types/validator": "^9.4.0", 196 "@types/validator": "^10.9.0",
196 "@types/webtorrent": "^0.98.4", 197 "@types/webtorrent": "^0.98.4",
197 "@types/ws": "^6.0.0", 198 "@types/ws": "^6.0.0",
198 "chai": "^4.1.1", 199 "chai": "^4.1.1",
@@ -202,17 +203,17 @@
202 "libxmljs": "0.19.5", 203 "libxmljs": "0.19.5",
203 "lint-staged": "^8.0.4", 204 "lint-staged": "^8.0.4",
204 "maildev": "^1.0.0-rc3", 205 "maildev": "^1.0.0-rc3",
205 "marked-man": "^0.2.1", 206 "marked-man": "^0.4.2",
206 "mocha": "^5.0.0", 207 "mocha": "^6.0.0",
207 "nodemon": "^1.18.6", 208 "nodemon": "^1.18.6",
208 "sass-lint": "^1.12.1", 209 "sass-lint": "^1.12.1",
209 "source-map-support": "^0.5.0", 210 "source-map-support": "^0.5.0",
210 "supertest": "^3.0.0", 211 "supertest": "^4.0.2",
211 "swagger-cli": "^2.2.0", 212 "swagger-cli": "^2.2.0",
212 "ts-node": "7.0.1", 213 "ts-node": "8.0.3",
213 "tslint": "^5.7.0", 214 "tslint": "^5.7.0",
214 "tslint-config-standard": "^8.0.1", 215 "tslint-config-standard": "^8.0.1",
215 "typescript": "^3.1.6", 216 "typescript": "^3.4.3",
216 "xliff": "^4.0.0" 217 "xliff": "^4.0.0"
217 }, 218 },
218 "scripty": { 219 "scripty": {