Skip to content

Instantly share code, notes, and snippets.

@Eth3rnit3
Created September 1, 2019 09:15
Show Gist options
  • Save Eth3rnit3/dd1d043185d99e308542152b038fca90 to your computer and use it in GitHub Desktop.
Save Eth3rnit3/dd1d043185d99e308542152b038fca90 to your computer and use it in GitHub Desktop.
{
"name": "client",
"version": "0.1.0",
"proxy": "http://127.0.0.1:3000",
"private": true,
"dependencies": {
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-scripts": "3.1.1"
},
"scripts": {
"start": "PORT=3001 react-scripts start",
"build": "react-scripts build && cp -r build/* ../public/",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": {
"production": [
">0.2%",
"not dead",
"not op_mini all"
],
"development": [
"last 1 chrome version",
"last 1 firefox version",
"last 1 safari version"
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment