aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2018-12-06 11:50:40 +0100
committerChocobozzz <me@florianbigard.com>2018-12-06 13:35:27 +0100
commita4255d8efcdde1819ae5377c19c28a1c87744510 (patch)
tree5c50185485eea4d4864f83090da66f8360d9ac70 /package.json
parentbe9727bd327e8dfb15d440ba8418de7da301a74e (diff)
downloadPeerTube-a4255d8efcdde1819ae5377c19c28a1c87744510.tar.gz
PeerTube-a4255d8efcdde1819ae5377c19c28a1c87744510.tar.zst
PeerTube-a4255d8efcdde1819ae5377c19c28a1c87744510.zip
Remove unused dependencies
Diffstat (limited to 'package.json')
-rw-r--r--package.json6
1 files changed, 2 insertions, 4 deletions
diff --git a/package.json b/package.json
index aa4f447aa..3983f5f2c 100644
--- a/package.json
+++ b/package.json
@@ -127,7 +127,6 @@
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",
130 "marked-man": "^0.2.1",
131 "memoizee": "^0.4.14", 130 "memoizee": "^0.4.14",
132 "morgan": "^1.5.3", 131 "morgan": "^1.5.3",
133 "multer": "^1.1.0", 132 "multer": "^1.1.0",
@@ -138,12 +137,10 @@
138 "pem": "^1.12.3", 137 "pem": "^1.12.3",
139 "pfeed": "^1.1.6", 138 "pfeed": "^1.1.6",
140 "pg": "^7.4.1", 139 "pg": "^7.4.1",
141 "pg-hstore": "^2.3.2",
142 "prompt": "^1.0.0", 140 "prompt": "^1.0.0",
143 "redis": "^2.8.0", 141 "redis": "^2.8.0",
144 "reflect-metadata": "^0.1.10", 142 "reflect-metadata": "^0.1.12",
145 "request": "^2.81.0", 143 "request": "^2.81.0",
146 "safe-buffer": "^5.0.1",
147 "scripty": "^1.5.0", 144 "scripty": "^1.5.0",
148 "sequelize": "4.41.2", 145 "sequelize": "4.41.2",
149 "sequelize-typescript": "0.6.6", 146 "sequelize-typescript": "0.6.6",
@@ -203,6 +200,7 @@
203 "libxmljs": "0.19.5", 200 "libxmljs": "0.19.5",
204 "lint-staged": "^8.0.4", 201 "lint-staged": "^8.0.4",
205 "maildev": "^1.0.0-rc3", 202 "maildev": "^1.0.0-rc3",
203 "marked-man": "^0.2.1",
206 "mocha": "^5.0.0", 204 "mocha": "^5.0.0",
207 "nodemon": "^1.18.6", 205 "nodemon": "^1.18.6",
208 "sass-lint": "^1.12.1", 206 "sass-lint": "^1.12.1",