Created
October 30, 2016 17:50
-
-
Save ArjunHariharan/8c071b880912bf4d6a97e953bb0075e7 to your computer and use it in GitHub Desktop.
This file contains 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": "hello-react", | |
"version": "1.0.0", | |
"description": "hello react", | |
"main": "index.js", | |
"scripts": { | |
"test": "echo \"Error: no test specified\" && exit 1" | |
}, | |
"author": "Arjun Hariharan", | |
"license": "ISC", | |
"dependencies": { | |
"react": "^15.3.2", | |
"react-dom": "^15.3.2" | |
}, | |
"devDependencies": { | |
"babel-core": "^6.18.0", | |
"babel-loader": "^6.2.7", | |
"babel-preset-es2015": "^6.18.0", | |
"babel-preset-react": "^6.16.0", | |
"webpack": "^1.13.3", | |
"webpack-dev-server": "^1.16.2" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment