Skip to content

Instantly share code, notes, and snippets.

@jelorivera08
Created September 12, 2018 05:21
Show Gist options
  • Save jelorivera08/1771aea0e5c0d88beaf3ff365083d410 to your computer and use it in GitHub Desktop.
Save jelorivera08/1771aea0e5c0d88beaf3ff365083d410 to your computer and use it in GitHub Desktop.
{
"name": "client",
"version": "0.1.0",
"private": true,
"dependencies": {
"axios": "^0.18.0",
"react": "^16.5.0",
"react-dom": "^16.5.0",
"react-scripts": "1.1.5"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test --env=jsdom",
"eject": "react-scripts eject"
},
"proxy": "http://localhost:3001"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment