aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-12-26 10:36:24 +0100
committerChocobozzz <chocobozzz@cpy.re>2019-01-09 11:15:15 +0100
commitcef534ed53e4518fe0acf581bfe880788d42fc36 (patch)
tree115b51ea5136849a2336d44915c7780649f25dc2 /package.json
parent1de1d05f4c61fe059fa5e24e79c92582f0e7e4b3 (diff)
downloadPeerTube-cef534ed53e4518fe0acf581bfe880788d42fc36.tar.gz
PeerTube-cef534ed53e4518fe0acf581bfe880788d42fc36.tar.zst
PeerTube-cef534ed53e4518fe0acf581bfe880788d42fc36.zip
Add user notification base code
Diffstat (limited to 'package.json')
-rw-r--r--package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json
index 3983f5f2c..ea3f88e24 100644
--- a/package.json
+++ b/package.json
@@ -146,6 +146,7 @@
146 "sequelize-typescript": "0.6.6", 146 "sequelize-typescript": "0.6.6",
147 "sharp": "^0.21.0", 147 "sharp": "^0.21.0",
148 "sitemap": "^2.1.0", 148 "sitemap": "^2.1.0",
149 "socket.io": "^2.2.0",
149 "srt-to-vtt": "^1.1.2", 150 "srt-to-vtt": "^1.1.2",
150 "summon-install": "^0.4.3", 151 "summon-install": "^0.4.3",
151 "useragent": "^2.3.0", 152 "useragent": "^2.3.0",
@@ -189,6 +190,7 @@
189 "@types/redis": "^2.8.5", 190 "@types/redis": "^2.8.5",
190 "@types/request": "^2.0.3", 191 "@types/request": "^2.0.3",
191 "@types/sharp": "^0.21.0", 192 "@types/sharp": "^0.21.0",
193 "@types/socket.io": "^2.1.2",
192 "@types/supertest": "^2.0.3", 194 "@types/supertest": "^2.0.3",
193 "@types/validator": "^9.4.0", 195 "@types/validator": "^9.4.0",
194 "@types/webtorrent": "^0.98.4", 196 "@types/webtorrent": "^0.98.4",