Created
May 16, 2016 20:41
-
-
Save j-hannes/1347e730f3b92e8ea92b8c93a6d752de to your computer and use it in GitHub Desktop.
for redux counter
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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