Add Babel rimraf nodemon
Showing
This source diff could not be displayed because it is too large. You can view the blob instead.
| ... | @@ -12,7 +12,14 @@ | ... | @@ -12,7 +12,14 @@ |
| "debug": "~2.6.9", | "debug": "~2.6.9", | ||
| "express": "~4.16.1", | "express": "~4.16.1", | ||
| "morgan": "~1.9.1", | "morgan": "~1.9.1", | ||
| "npm-run-all": "^4.1.5" | "nodemon": "^2.0.2", | ||
| "npm-run-all": "^4.1.5", | |||
| "rimraf": "^3.0.1" | |||
| }, | |||
| "devDependencies": { | |||
| "@babel/cli": "^7.8.4", | |||
| "@babel/core": "^7.8.4", | |||
| "@babel/preset-env": "^7.8.4" | |||
| }, | }, | ||
| "scripts": { | "scripts": { | ||
| "start": "npm run prod", | "start": "npm run prod", | ||
| ... | ... |
Please register or sign in to comment