mirror of
https://github.com/edumeet/edumeet.git
synced 2026-01-23 02:34:58 +00:00
add bundle dependencies
This commit is contained in:
parent
4b537cbafe
commit
7c977efcb4
1 changed files with 36 additions and 1 deletions
|
|
@ -81,5 +81,40 @@
|
|||
"eslint-plugin-import": "2.32.0",
|
||||
"ts-node": "10.9.2",
|
||||
"typescript": "5.7.3"
|
||||
}
|
||||
},
|
||||
"bundleDependencies": [
|
||||
"awaitqueue",
|
||||
"axios",
|
||||
"base-64",
|
||||
"bcrypt",
|
||||
"body-parser",
|
||||
"colors",
|
||||
"compression",
|
||||
"connect-redis",
|
||||
"convict",
|
||||
"convict-format-with-validator",
|
||||
"cookie-parser",
|
||||
"debug",
|
||||
"express",
|
||||
"express-session",
|
||||
"express-socket.io-session",
|
||||
"fast-stats",
|
||||
"helmet",
|
||||
"json5",
|
||||
"jsonwebtoken",
|
||||
"mediasoup",
|
||||
"openid-client",
|
||||
"os-utils",
|
||||
"passport",
|
||||
"passport-local",
|
||||
"@node-saml/passport-saml",
|
||||
"pidusage",
|
||||
"prom-client",
|
||||
"redis",
|
||||
"socket.io",
|
||||
"spdy",
|
||||
"toml",
|
||||
"uuid",
|
||||
"yaml"
|
||||
]
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue