Skip to content

Instantly share code, notes, and snippets.

@Chryus
Created December 28, 2016 19: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 Chryus/5887135f7c910f40015002640a251324 to your computer and use it in GitHub Desktop.
Save Chryus/5887135f7c910f40015002640a251324 to your computer and use it in GitHub Desktop.
{
"name": "github-battle",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"production": "webpack -p",
"start": "webpack-dev-server"
},
"author": "",
"license": "ISC",
"dependencies": {
"react": "^15.4.1",
"react-dom": "^15.4.1"
},
"devDependencies": {
"babel-core": "^6.21.0",
"babel-loader": "^6.2.10",
"babel-preset-react": "^6.16.0",
"html-webpack-plugin": "^2.24.1",
"webpack": "^1.14.0",
"webpack-dev-server": "^1.16.2"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment