aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authormadelinegr <laura_wilson@brown.edu>2019-02-14 00:22:11 -0500
committermadelinegr <laura_wilson@brown.edu>2019-02-14 00:22:11 -0500
commitff25c29c6801b1858ce6cd15a5735dba1fc67e8c (patch)
tree12f31374536e4bb79351341191abff6e8a49082b /package.json
parentbb3ebfa2e3176fdfb648cb7da052e07989fee050 (diff)
initial signup / login implementation
Diffstat (limited to 'package.json')
-rw-r--r--package.json26
1 files changed, 24 insertions, 2 deletions
diff --git a/package.json b/package.json
index e6fc8a7f6..1342fe62e 100644
--- a/package.json
+++ b/package.json
@@ -33,10 +33,20 @@
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.14",
+ "@types/bcrypt-nodejs": "0.0.30",
+ "@types/body-parser": "^1.17.0",
"@types/express": "^4.16.1",
+ "@types/express-flash": "0.0.0",
+ "@types/express-session": "^1.15.12",
+ "@types/express-validator": "^3.0.0",
"@types/jquery": "^3.3.29",
- "@types/node": "^10.12.24",
+ "@types/jsonwebtoken": "^8.3.0",
+ "@types/lodash": "^4.14.121",
"@types/mongodb": "^3.1.19",
+ "@types/mongoose": "^5.3.16",
+ "@types/node": "^10.12.24",
+ "@types/passport": "^1.0.0",
+ "@types/passport-local": "^1.0.33",
"@types/prosemirror-commands": "^1.0.1",
"@types/prosemirror-history": "^1.0.1",
"@types/prosemirror-keymap": "^1.0.1",
@@ -45,24 +55,35 @@
"@types/prosemirror-state": "^1.2.1",
"@types/prosemirror-transform": "^1.1.0",
"@types/prosemirror-view": "^1.3.0",
+ "@types/pug": "^2.0.4",
"@types/react-table": "^6.7.21",
"@types/socket.io": "^2.1.2",
"@types/socket.io-client": "^1.4.32",
"@types/typescript": "^2.0.0",
"@types/uuid": "^3.4.4",
+ "@types/webpack": "^4.4.24",
+ "bcrypt-nodejs": "0.0.3",
+ "body-parser": "^1.18.3",
"express": "^4.16.4",
+ "express-flash": "0.0.2",
+ "express-session": "^1.15.6",
+ "express-validator": "^5.3.1",
"expressjs": "^1.0.1",
- "@types/webpack": "^4.4.24",
"flexlayout-react": "^0.3.3",
"golden-layout": "^1.5.9",
+ "jsonwebtoken": "^8.4.0",
+ "lodash": "^4.17.11",
"mobx": "^5.9.0",
"mobx-react": "^5.3.5",
"mobx-react-devtools": "^6.0.3",
"mongodb": "^3.1.13",
+ "mongoose": "^5.4.12",
"node-sass": "^4.11.0",
"nodemon": "^1.18.10",
"normalize.css": "^8.0.1",
"npm": "^6.7.0",
+ "passport": "^0.4.0",
+ "passport-local": "^1.0.0",
"prosemirror-commands": "^1.0.7",
"prosemirror-history": "^1.0.3",
"prosemirror-keymap": "^1.0.1",
@@ -71,6 +92,7 @@
"prosemirror-state": "^1.2.2",
"prosemirror-transform": "^1.1.3",
"prosemirror-view": "^1.7.1",
+ "pug": "^2.0.3",
"react": "^16.5.2",
"react-dom": "^16.7.0",
"react-golden-layout": "^1.0.6",