Skip to content

Instantly share code, notes, and snippets.

@oreillyross
Created June 22, 2016 11:23
Show Gist options
  • Save oreillyross/67239214d7994abd09da24da9397870b to your computer and use it in GitHub Desktop.
Save oreillyross/67239214d7994abd09da24da9397870b to your computer and use it in GitHub Desktop.
{
"name": "react-app",
"version": "1.0.0",
"description": "react application",
"scripts": {
"build": "browserify ./src/app.jsx -o ./public/app.js -t babelify",
"watch": "watchify ./src/app.jsx -o ./public/app.js -t babelify -v"
},
"dependencies": {
"babel-preset-es2015": "6.9.0",
"babel-preset-react": "6.5.0",
"babelify": "7.3.0",
"browserify": "13.0.1",
"react": "15.1.0",
"react-dom": "15.1.0",
"watchify": "3.7.0"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment