Last active
August 23, 2016 12:05
-
-
Save sky4git/9dbca345aa1b42aa59af0e40e1c603ef to your computer and use it in GitHub Desktop.
ReactJS Environment setup
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"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