aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-10-26 15:08:58 +0200
committerChocobozzz <me@florianbigard.com>2021-10-26 15:08:58 +0200
commit5842a85424e9d1233c460a61ed03193ed0201638 (patch)
tree0ee3d8a2b10533b0c7d75d7398a7df18bb2a655c /package.json
parent950b3ce7f0f8356192b7db7bbe4d507b6d92bf96 (diff)
downloadPeerTube-5842a85424e9d1233c460a61ed03193ed0201638.tar.gz
PeerTube-5842a85424e9d1233c460a61ed03193ed0201638.tar.zst
PeerTube-5842a85424e9d1233c460a61ed03193ed0201638.zip
Remove unnecessary package
https://github.com/standard/standard/issues/1316
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 1 insertions, 2 deletions
diff --git a/package.json b/package.json
index 57f582e26..e62c256b6 100644
--- a/package.json
+++ b/package.json
@@ -73,6 +73,7 @@
73 }, 73 },
74 "dependencies": { 74 "dependencies": {
75 "@aws-sdk/client-s3": "^3.23.0", 75 "@aws-sdk/client-s3": "^3.23.0",
76 "@peertube/http-signature": "^1.4.0",
76 "@uploadx/core": "^4.4.0", 77 "@uploadx/core": "^4.4.0",
77 "async": "^3.0.1", 78 "async": "^3.0.1",
78 "async-lru": "^1.1.1", 79 "async-lru": "^1.1.1",
@@ -102,7 +103,6 @@
102 "helmet": "^4.1.0", 103 "helmet": "^4.1.0",
103 "hpagent": "^0.1.2", 104 "hpagent": "^0.1.2",
104 "http-problem-details": "^0.1.5", 105 "http-problem-details": "^0.1.5",
105 "http-signature": "1.3.5",
106 "ip-anonymize": "^0.1.0", 106 "ip-anonymize": "^0.1.0",
107 "ipaddr.js": "2.0.1", 107 "ipaddr.js": "2.0.1",
108 "is-cidr": "^4.0.0", 108 "is-cidr": "^4.0.0",
@@ -196,7 +196,6 @@
196 "eslint-plugin-import": "^2.20.1", 196 "eslint-plugin-import": "^2.20.1",
197 "eslint-plugin-node": "^11.0.0", 197 "eslint-plugin-node": "^11.0.0",
198 "eslint-plugin-promise": "^5.1.0", 198 "eslint-plugin-promise": "^5.1.0",
199 "eslint-plugin-standard": "^5.0.0",
200 "fast-xml-parser": "^3.19.0", 199 "fast-xml-parser": "^3.19.0",
201 "maildev": "^1.0.0-rc3", 200 "maildev": "^1.0.0-rc3",
202 "mocha": "^9.0.0", 201 "mocha": "^9.0.0",