Skip to content

Instantly share code, notes, and snippets.

@HabibulHH
Created August 16, 2018 02:19
Show Gist options
  • Save HabibulHH/f75770e7c1f6ae0ba2ec2e449f7aa73c to your computer and use it in GitHub Desktop.
Save HabibulHH/f75770e7c1f6ae0ba2ec2e449f7aa73c to your computer and use it in GitHub Desktop.
{
"name": "reatwebpacksetup",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"start": "webpack-dev-server --mode development --hot --open",
"build": "webpack --mode production"
},
"author": "hira hasan",
"license": "MIT",
"dependencies": {
"axios": "^0.18.0",
"react": "^16.4.2",
"react-dom": "^16.4.2",
"react-redux": "^5.0.7",
"redux": "^4.0.0",
"redux-promise": "^0.6.0"
},
"devDependencies": {
"babel-core": "^6.26.3",
"babel-loader": "^7.1.5",
"babel-preset-env": "^1.7.0",
"babel-preset-react": "^6.24.1",
"html-webpack-plugin": "^3.2.0",
"webpack": "^4.16.5",
"webpack-cli": "^3.1.0",
"webpack-dev-server": "^3.1.5"
},
"proxy": "http://localhost:5000/"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment