added nodemon

This commit is contained in:
notnull 2019-01-25 17:22:34 -08:00
parent 12e755d2fc
commit b370724294
2 changed files with 1119 additions and 5 deletions

1121
package-lock.json generated

File diff suppressed because it is too large Load Diff

View File

@ -6,9 +6,10 @@
"dependencies": {
"axios": "^0.18.0",
"concurrently": "^4.0.1",
"http-proxy-middleware": "^0.19.0",
"express": "^4.16.4",
"http-proxy-middleware": "^0.19.0",
"morgan": "^1.9.1",
"nodemon": "^1.18.9",
"pg": "^7.5.0",
"sequelize": "^4.39.1"
},