Skip to content

Instantly share code, notes, and snippets.

@Porter97
Created March 25, 2020 21:37
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Porter97/49e44ae2091fd98b217ebe8ac3deea0e to your computer and use it in GitHub Desktop.
Save Porter97/49e44ae2091fd98b217ebe8ac3deea0e to your computer and use it in GitHub Desktop.
{
"name": "offbrand-react-tutorial",
"version": "1.0.0",
"description": "A Tutorial to build a web app using Flask, React/Redux, and Stream",
"main": "index.js",
"scripts": {
"build": "webpack -p --progress --config webpack.config.js",
"dev-build": "webpack --progress -d --config webpack.config.js",
"test": "echo \"Error: no test specified\" && exit 1",
"watch": "webpack --progress -d --config webpack.config.js --watch"
},
"author": "Spencer Porter",
"license": "ISC",
"devDependencies": {
"@babel/preset-env": "^7.9.0",
"@babel/preset-react": "^7.9.1",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"webpack": "^4.42.0",
"webpack-cli": "^3.3.11"
},
"dependencies": {
"@babel/core": "^7.9.0",
"babel": "^6.23.0",
"babel-loader": "^8.1.0"
},
"proxy": "http://localhost:5000"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment