Created
October 11, 2018 06:20
-
-
Save suhailgupta03/7c333b98c240f70554b06712b0bb947e to your computer and use it in GitHub Desktop.
This file contains hidden or 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": "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