Skip to content

Instantly share code, notes, and snippets.

@neroze
Created December 15, 2016 06:39
Show Gist options
  • Save neroze/af4bb5057d0505c8b896473415bfc19d to your computer and use it in GitHub Desktop.
Save neroze/af4bb5057d0505c8b896473415bfc19d to your computer and use it in GitHub Desktop.
{
"name": "react-hello-world",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"dependencies": {
"babel-loader": "^6.2.8",
"babel-preset-es2015": "^6.18.0",
"babel-preset-react": "^6.16.0",
"react": "^15.4.1",
"react-dom": "^15.4.1",
"webpack": "^1.13.3"
},
"devDependencies": {
"gulp-minify": "0.0.14",
"gulp-uglify": "^2.0.0",
"gulp-util": "^3.0.7",
"uglify-js": "^2.7.5",
"unminified-webpack-plugin": "^1.1.1",
"webpack-dev-server": "^1.16.2",
"webpack-stream": "^3.2.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment