Skip to content

Instantly share code, notes, and snippets.

@mycolaos
Last active March 2, 2023 15:06
Show Gist options
  • Save mycolaos/26819a5bd554aad3e11a6eb8bd6ab611 to your computer and use it in GitHub Desktop.
Save mycolaos/26819a5bd554aad3e11a6eb8bd6ab611 to your computer and use it in GitHub Desktop.
The simplest React-Redux project package.json
{
"name": "Mycolaos",
"version": "1.0.0",
"scripts": {
"build": "webpack src/index.js static/bundle.js"
},
"dependencies": {
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-redux": "^5.0.5",
"redux": "^3.7.2"
},
"devDependencies": {
"webpack": "^3.3.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment