Skip to content

Instantly share code, notes, and snippets.

@carlosdiaz
Created May 15, 2020 22:06
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 carlosdiaz/b7cf4de2568ef843af5cd45393f10676 to your computer and use it in GitHub Desktop.
Save carlosdiaz/b7cf4de2568ef843af5cd45393f10676 to your computer and use it in GitHub Desktop.
{
"name": "portal_axios_sample_submission",
"version": "0.1.0",
"private": true,
"engines": {
"node": "10.16.x",
"npm": "6.x"
},
"dependencies": {
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"axios": "^0.19.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-scripts": "3.4.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"
],
"proxy": "http://localhost:3001"
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment