feat: add compression to l-s
This commit is contained in:
parent
e6e45ec509
commit
9ccdd7d6f9
3 changed files with 126 additions and 9 deletions
|
|
@ -19,6 +19,7 @@
|
|||
"bitgo": "4.47.0",
|
||||
"body-parser": "^1.15.1",
|
||||
"coinbase": "^2.0.6",
|
||||
"compression": "^1.7.4",
|
||||
"console-log-level": "^1.4.0",
|
||||
"cookie-parser": "^1.4.3",
|
||||
"cors": "^2.8.5",
|
||||
|
|
@ -26,8 +27,10 @@
|
|||
"ethereumjs-util": "^5.2.0",
|
||||
"ethereumjs-wallet": "^0.6.0",
|
||||
"express": "^4.15.4",
|
||||
"express-bandwidth": "0.0.1",
|
||||
"express-limiter": "^1.6.0",
|
||||
"express-rate-limit": "^2.9.0",
|
||||
"express-transform": "^1.0.1",
|
||||
"express-ws": "^3.0.0",
|
||||
"futoin-hkdf": "^1.0.2",
|
||||
"got": "^7.1.0",
|
||||
|
|
@ -60,6 +63,7 @@
|
|||
"socket.io": "^2.0.3",
|
||||
"socket.io-client": "^2.0.3",
|
||||
"talisman": "^0.20.0",
|
||||
"transfer-rate": "^2.2.0",
|
||||
"twilio": "^3.6.1",
|
||||
"uuid": "^3.1.0",
|
||||
"web3": "^0.20.6",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue