Skip to content

Instantly share code, notes, and snippets.

@j-hannes
Created May 16, 2016 20:41
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 j-hannes/1347e730f3b92e8ea92b8c93a6d752de to your computer and use it in GitHub Desktop.
Save j-hannes/1347e730f3b92e8ea92b8c93a6d752de to your computer and use it in GitHub Desktop.
for redux counter
{
"name": "react-redux-counter",
"version": "1.0.0",
"description": "A simple counter in react+redux",
"dependencies": {
"react": "^15.0.2",
"react-dom": "^15.0.2",
"redux": "^3.5.2"
},
"devDependencies": {
"babel-core": "^6.8.0",
"babel-loader": "^6.2.4",
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment