Skip to content

Instantly share code, notes, and snippets.

@pshubham95
Last active August 9, 2019 11:45
Show Gist options
  • Save pshubham95/7517d65173e5697f319aaf735e5e6567 to your computer and use it in GitHub Desktop.
Save pshubham95/7517d65173e5697f319aaf735e5e6567 to your computer and use it in GitHub Desktop.
reactproject/package.json
{
"name": "reactproject",
"version": "0.1.0",
"private": true,
"dependencies": {
"react": "^16.9.0",
"react-dom": "^16.9.0",
"react-scripts": "3.0.1"
},
"scripts": {
"start": "react-scripts start",
"build": "react-scripts build",
"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