mirror of
https://github.com/usatiuk/ustk-todolist.git
synced 2025-10-28 15:47:48 +01:00
create, update, remove users
This commit is contained in:
@@ -15,9 +15,13 @@
|
||||
"cors": "^2.8.4",
|
||||
"dotenv": "^5.0.1",
|
||||
"express": "^4.16.3",
|
||||
"method-override": "^2.3.10",
|
||||
"express-jwt": "^5.3.1",
|
||||
"jsonwebtoken": "^8.2.1",
|
||||
"mongoose": "^5.1.1",
|
||||
"morgan": "^1.9.0"
|
||||
"morgan": "^1.9.0",
|
||||
"passport": "^0.4.0",
|
||||
"passport-local": "^1.0.0",
|
||||
"passport-local-mongoose": "^5.0.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
"eslint": "^4.19.1",
|
||||
|
||||
Reference in New Issue
Block a user