Skip to content

Instantly share code, notes, and snippets.

@sshyam-gupta
Last active December 24, 2019 12:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save sshyam-gupta/775c000dfb90be3a7dd68442605fa9f4 to your computer and use it in GitHub Desktop.
Save sshyam-gupta/775c000dfb90be3a7dd68442605fa9f4 to your computer and use it in GitHub Desktop.
{
"name": "deploy-with-github-actions",
"homepage": "https://sshyam-gupta.github.io/deploy-with-github-actions",
"version": "0.1.0",
"private": true,
"repository": {
"type": "git",
"url": "https://github.com/sshyam-gupta/deploy-with-github-actions.git"
},
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.3.2",
"@testing-library/user-event": "^7.1.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-scripts": "3.3.0"
},
"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