3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-05-22 09:15:03 +00:00

fix(deps): move backend deps

I had accidentally installed the deps in the root directory.
This commit is contained in:
Hiroyuki 2021-07-26 21:51:51 -04:00
parent 88f0e0e558
commit 1ba12c59ee
No known key found for this signature in database
GPG key ID: C15AC26538975A24
4 changed files with 85 additions and 147 deletions

View file

@ -35,6 +35,7 @@
"erlpack": "github:discord/erlpack",
"escape-string-regexp": "^1.0.5",
"express": "^4.17.0",
"file-type": "^16.5.2",
"fp-ts": "^2.0.1",
"humanize-duration": "^3.15.0",
"io-ts": "^2.0.0",
@ -50,6 +51,7 @@
"lodash.pick": "^4.4.0",
"moment-timezone": "^0.5.21",
"mysql": "^2.16.0",
"node-fetch": "^2.6.1",
"parse-color": "^1.0.0",
"passport": "^0.4.0",
"passport-custom": "^1.0.5",
@ -79,6 +81,7 @@
"@types/lodash.at": "^4.6.3",
"@types/moment-timezone": "^0.5.6",
"@types/node": "^14.0.14",
"@types/node-fetch": "^2.5.12",
"@types/passport": "^1.0.0",
"@types/passport-oauth2": "^1.4.8",
"@types/passport-strategy": "^0.2.35",