Skip to content

Instantly share code, notes, and snippets.

@sky4git
Last active August 23, 2016 12:05
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 sky4git/9dbca345aa1b42aa59af0e40e1c603ef to your computer and use it in GitHub Desktop.
Save sky4git/9dbca345aa1b42aa59af0e40e1c603ef to your computer and use it in GitHub Desktop.
ReactJS Environment setup
{
"name": "react-setup",
"version": "1.0.0",
"description": "Setting up ReactJS Development Environment",
"main": "index.html",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [
"ReactJS"
],
"author": "Aakash Dodiya",
"license": "GPL-3.0",
"dependencies": {
"babelify": "^7.3.0",
"browserify": "^13.1.0",
"gulp": "^3.9.1",
"gulp-concat": "^2.6.0",
"gulp-minify": "0.0.14",
"gulp-notify": "^2.2.0",
"gulp-sourcemaps": "^1.6.0",
"gulp-watch": "^4.3.9",
"reactify": "^1.1.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",
"watchify": "^3.7.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment