Skip to content

Instantly share code, notes, and snippets.

Created October 9, 2017 23:23
Show Gist options
  • Save anonymous/396478849378a7a31c2dfc3fe8290ed4 to your computer and use it in GitHub Desktop.
Save anonymous/396478849378a7a31c2dfc3fe8290ed4 to your computer and use it in GitHub Desktop.
{
"name": "001-bootstrapping-react",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "",
"start": "webpack-dev-server"
},
"author": "Sunil <sunil@sunil.co.nz> ",
"license": "ISC",
"devDependencies": {
"babel-core": "^6.26.0",
"babel-loader": "^7.1.2",
"babel-polyfill": "^6.26.0",
"babel-preset-es2015": "^6.24.1",
"babel-preset-react": "^6.24.1",
"webpack": "^3.5.6",
"webpack-dev-server": "^2.8.2"
},
"babel": {
"presets": [
"es2015",
"react"
]
},
"dependencies": {
"react": "^16.0.0",
"react-dom": "^16.0.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment