Skip to content

Instantly share code, notes, and snippets.

@alancasagrande
Created November 16, 2020 00:48
Show Gist options
  • Select an option

  • Save alancasagrande/f1c77429b8ff4530f9950cd4562d3668 to your computer and use it in GitHub Desktop.

Select an option

Save alancasagrande/f1c77429b8ff4530f9950cd4562d3668 to your computer and use it in GitHub Desktop.
{
"name": "mfa-demo-node",
"version": "1.0.0",
"private": true,
"scripts": {
"build:dev": "webpack --watch",
"server:dev": "nodemon build/server.js --watch build/server.js"
},
"devDependencies": {
"@babel/core": "^7.12.3",
"@babel/preset-env": "^7.12.1",
"@babel/preset-react": "^7.12.5",
"babel-loader": "^8.2.1",
"html-webpack-plugin": "^4.5.0",
"nodemon": "^2.0.6",
"webpack": "^5.4.0",
"webpack-cli": "^4.2.0"
},
"dependencies": {
"body-parser": "^1.19.0",
"cookie-session": "^1.4.0",
"express": "^4.17.1",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment