Created
December 14, 2017 16:07
-
-
Save gbozee/ca87aef21d047bd395c4e320d95ab9b3 to your computer and use it in GitHub Desktop.
Editing package.json with React app rewired and adding other
This file contains 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": "frontend", | |
"version": "0.1.0", | |
"private": true, | |
"dependencies": { | |
"react": "^16.2.0", | |
"react-dom": "^16.2.0", | |
"react-loadable": "^5.3.1", | |
"react-router-dom": "^4.2.2", | |
"react-scripts": "1.0.17", | |
"styled-components": "^2.2.4" | |
}, | |
"scripts": { | |
"start": "react-app-rewired start", | |
"build": "react-app-rewired build", | |
"test": "react-app-rewired test --env=jsdom", | |
"eject": "react-scripts eject", | |
}, | |
"devDependencies": { | |
"react-app-rewired": "^1.3.8", | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment