aboutsummaryrefslogtreecommitdiffhomepage
path: root/package.json
diff options
context:
space:
mode:
authorRigel Kent <sendmemail@rigelk.eu>2020-05-31 20:03:28 +0200
committerChocobozzz <chocobozzz@cpy.re>2020-06-10 14:01:49 +0200
commite6dfa58689e88633db8304a8541a75edd893c645 (patch)
treeb8a06bf38370328e753940a8c2ae85d6d03413a5 /package.json
parentb84d4c809f0b1c4b3f2029f56b81dbca37364f36 (diff)
downloadPeerTube-e6dfa58689e88633db8304a8541a75edd893c645.tar.gz
PeerTube-e6dfa58689e88633db8304a8541a75edd893c645.tar.zst
PeerTube-e6dfa58689e88633db8304a8541a75edd893c645.zip
space optimizations for `node_modules` and client stats removal
- replace sharp with lighter jimp alternative - remove stats in builds fixes #2807
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 f23462d46..a7be81f35 100644
--- a/package.json
+++ b/package.json
@@ -112,6 +112,7 @@
112 "ipaddr.js": "1.9.1", 112 "ipaddr.js": "1.9.1",
113 "is-cidr": "^3.0.0", 113 "is-cidr": "^3.0.0",
114 "iso-639-3": "^2.0.0", 114 "iso-639-3": "^2.0.0",
115 "jimp": "^0.12.1",
115 "js-yaml": "^3.5.4", 116 "js-yaml": "^3.5.4",
116 "jsonld": "~3.0.1", 117 "jsonld": "~3.0.1",
117 "lodash": "^4.17.10", 118 "lodash": "^4.17.10",
@@ -135,7 +136,6 @@
135 "scripty": "^2.0.0", 136 "scripty": "^2.0.0",
136 "sequelize": "5.21.5", 137 "sequelize": "5.21.5",
137 "sequelize-typescript": "^1.0.0-beta.4", 138 "sequelize-typescript": "^1.0.0-beta.4",
138 "sharp": "^0.25.2",
139 "sitemap": "^6.1.0", 139 "sitemap": "^6.1.0",
140 "socket.io": "^2.2.0", 140 "socket.io": "^2.2.0",
141 "srt-to-vtt": "^1.1.2", 141 "srt-to-vtt": "^1.1.2",
@@ -184,7 +184,6 @@
184 "@types/pem": "^1.9.3", 184 "@types/pem": "^1.9.3",
185 "@types/redis": "^2.8.5", 185 "@types/redis": "^2.8.5",
186 "@types/request": "^2.0.3", 186 "@types/request": "^2.0.3",
187 "@types/sharp": "^0.24.0",
188 "@types/socket.io": "^2.1.2", 187 "@types/socket.io": "^2.1.2",
189 "@types/supertest": "^2.0.3", 188 "@types/supertest": "^2.0.3",
190 "@types/validator": "^12.0.1", 189 "@types/validator": "^12.0.1",