Created
August 7, 2018 00:10
-
-
Save tail-call/6d84085c8d1ee9ab2f05513fc855c422 to your computer and use it in GitHub Desktop.
React/babel/browserify minimal project
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": "tail-call-ru", | |
| "version": "0.0.1", | |
| "description": "My personal site", | |
| "main": " ", | |
| "dependencies": {}, | |
| "devDependencies": { | |
| "babel-cli": "^6.26.0", | |
| "babel-preset-es2015": "^6.24.1", | |
| "babel-preset-react": "^6.24.1", | |
| "babelify": "^8.0.0", | |
| "browserify": "^16.2.2", | |
| "react": "^16.4.2", | |
| "react-dom": "^16.4.2" | |
| }, | |
| "scripts": { | |
| "build": "browserify -t [ babelify --presets [ react es2015 ] ] src/index.js -o build/bundle.js", | |
| "test": "echo \"Error: no test specified\" && exit 1" | |
| }, | |
| "author": "Random J. Hacker", | |
| "license": "GPL-3.0-or-later" | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment