Skip to content

Instantly share code, notes, and snippets.

@stinkymonkeyph
Created July 13, 2017 00:39
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 stinkymonkeyph/a743acae40a21ed8609b3803ab4bcf99 to your computer and use it in GitHub Desktop.
Save stinkymonkeyph/a743acae40a21ed8609b3803ab4bcf99 to your computer and use it in GitHub Desktop.
react-redux app template older version
// react-redux app template
// based on create-react-app cli
// change { name }
{
"name": "",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^15.6.1",
"react-dom": "^15.6.1",
"react-scripts": "1.0.10"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"devDependencies": {
"react-redux": "^4.4.5",
"react-router": "^4.0.0-alpha.5",
"redux": "^3.6.0",
"redux-thunk": "^2.1.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment