Skip to content

Instantly share code, notes, and snippets.

@JenniferFuBook
Last active February 23, 2020 01:40
Show Gist options
  • Select an option

  • Save JenniferFuBook/dc127d6fce54b85bbb98af16b87602d5 to your computer and use it in GitHub Desktop.

Select an option

Save JenniferFuBook/dc127d6fce54b85bbb98af16b87602d5 to your computer and use it in GitHub Desktop.
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.4.0",
"@testing-library/user-event": "^7.2.1",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "3.4.0",
"react-app-rewired": "2.1.5"
},
"scripts": {
"start": "PORT=4000 react-app-rewired start",
"build": "react-app-rewired build",
"test": "react-app-rewired 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