Created
June 24, 2018 17:19
-
-
Save fdjones/24b84cdcad859e5c0ce178b29bcc4b98 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
"dependencies": { | |
"react": "^16.4.1", | |
"react-dom": "^16.4.1", | |
"webpack": "^4.12.1", | |
"webpack-cli": "^3.0.8", | |
"webpack-dev-server": "^3.1.4" | |
}, | |
"devDependencies": { | |
"@babel/preset-env": "^7.0.0-beta.51", | |
"@babel/core": "^7.0.0-beta.51", | |
"babel-loader": "^7.1.4", | |
"babel-preset-react": "^6.24.1", | |
"babel-preset-stage-2": "^6.24.1" | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment