Skip to content

Instantly share code, notes, and snippets.

@gbozee
Created December 14, 2017 16:07
Show Gist options
  • Save gbozee/ca87aef21d047bd395c4e320d95ab9b3 to your computer and use it in GitHub Desktop.
Save gbozee/ca87aef21d047bd395c4e320d95ab9b3 to your computer and use it in GitHub Desktop.
Editing package.json with React app rewired and adding other
{
"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