Created
June 22, 2016 11:23
-
-
Save oreillyross/67239214d7994abd09da24da9397870b to your computer and use it in GitHub Desktop.
This file contains hidden or 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-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