Skip to content

Instantly share code, notes, and snippets.

@codemilli
Created February 11, 2016 19:29
Show Gist options
  • Save codemilli/d98dc9e3fab517802741 to your computer and use it in GitHub Desktop.
Save codemilli/d98dc9e3fab517802741 to your computer and use it in GitHub Desktop.
초간단 개발환경
{
"name": "todo",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "hckrmoon <[email protected]> (http://blog.hckrmn.net/)",
"license": "ISC",
"dependencies": {
"react": "0.14.7",
"react-dom": "0.14.7",
"react-redux": "4.4.0",
"redux": "3.3.1"
},
"devDependencies": {
"babel-core": "6.5.1",
"babel-loader": "6.2.2",
"babel-preset-es2015": "6.5.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