Skip to content

Instantly share code, notes, and snippets.

@ArjunHariharan
Created October 30, 2016 17:50
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 ArjunHariharan/8c071b880912bf4d6a97e953bb0075e7 to your computer and use it in GitHub Desktop.
Save ArjunHariharan/8c071b880912bf4d6a97e953bb0075e7 to your computer and use it in GitHub Desktop.
{
"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