Created
July 1, 2016 17:37
-
-
Save jongacnik/42ddc44d3885f0ae60059f190cad2318 to your computer and use it in GitHub Desktop.
budo react
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": "folder2k16", | |
"version": "1.0.0", | |
"description": "", | |
"main": "index.js", | |
"scripts": { | |
"start": "budo index.js --live --pushstate -- -t [ babelify --presets [ react es2015 ] ]" | |
}, | |
"author": "", | |
"license": "ISC", | |
"dependencies": { | |
"react": "^15.1.0", | |
"react-dom": "^15.1.0", | |
"react-router": "^2.5.1" | |
}, | |
"devDependencies": { | |
"babel-preset-es2015": "^6.9.0", | |
"babel-preset-react": "^6.11.1", | |
"babelify": "^7.3.0", | |
"budo": "^8.3.0" | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment