Commit 29b5925d authored by jcunanan05's avatar jcunanan05

Add Babel rimraf nodemon

parent 9eccb223
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",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment