Created
February 11, 2016 19:29
-
-
Save codemilli/d98dc9e3fab517802741 to your computer and use it in GitHub Desktop.
초간단 개발환경
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": "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