Skip to content

Instantly share code, notes, and snippets.

@59naga
Last active March 16, 2016 19:00
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 59naga/0ea9d13b9d7597dc617e to your computer and use it in GitHub Desktop.
Save 59naga/0ea9d13b9d7597dc617e to your computer and use it in GitHub Desktop.
{
"devDependencies": {
"babel-preset-es2015": "^6.6.0",
"babel-preset-react": "^6.5.0",
"babel-preset-stage-1": "^6.5.0",
"express": "^4.13.4",
"react": "^0.14.7",
"react-dom": "^0.14.7",
"react-redux": "^4.4.1",
"react-router": "^2.0.1",
"redux": "^3.3.1",
"redux-promise": "^0.5.3"
},
"babel": {
"presets": [
"es2015",
"stage-1",
"react"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment