Skip to content

Instantly share code, notes, and snippets.

@suhailgupta03
Created October 11, 2018 06:20
Show Gist options
  • Save suhailgupta03/7c333b98c240f70554b06712b0bb947e to your computer and use it in GitHub Desktop.
Save suhailgupta03/7c333b98c240f70554b06712b0bb947e to your computer and use it in GitHub Desktop.
{
"name": "display",
"version": "0.1.0",
"private": true,
"homepage": "./",
"dependencies": {
"react": "^16.5.2",
"react-dom": "^16.5.2",
"react-scripts": "2.0.4"
},
"scripts": {
"start": "PORT=3007 react-scripts start",
"build": "react-scripts build",
"test": "react-scripts test",
"eject": "react-scripts eject"
},
"eslintConfig": {
"extends": "react-app"
},
"browserslist": [
">0.2%",
"not dead",
"not ie <= 11",
"not op_mini all"
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment