added some dependencies to package.json
searched through the code with a `git grep` to try finding all non-relative requires in non-browser / non-test code
This commit is contained in:
parent
82e1f10d04
commit
5ae6a374fe
|
@ -47,6 +47,7 @@
|
|||
"connect-cors": "0.5.x",
|
||||
"connect-recase": "^1.0.2",
|
||||
"connect-send-error": "1.x",
|
||||
"cookie-parser": "^1.4.3",
|
||||
"escape-html": "^1.0.2",
|
||||
"escape-string-regexp": "1.x",
|
||||
"express": "4.x",
|
||||
|
@ -62,7 +63,9 @@
|
|||
"nodemailer": "^1.4.0",
|
||||
"nodemailer-mailgun-transport": "1.x",
|
||||
"oauth3.js": "git+https://git.daplie.com/OAuth3/oauth3.js.git",
|
||||
"recase": "^1.0.4",
|
||||
"request": "^2.81.0",
|
||||
"scmp": "^2.0.0",
|
||||
"serve-static": "1.x",
|
||||
"sqlite3-cluster": "git+https://git.daplie.com/coolaj86/sqlite3-cluster.git#v2",
|
||||
"stripe": "^4.22.0",
|
||||
|
|
Loading…
Reference in New Issue