Skip to content

Commit

Permalink
chore: add react
Browse files Browse the repository at this point in the history
  • Loading branch information
felipemarinhodev committed Oct 11, 2020
1 parent f907b63 commit b83483a
Show file tree
Hide file tree
Showing 2 changed files with 91 additions and 5 deletions.
90 changes: 86 additions & 4 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 5 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,8 @@
"@types/faker": "^5.1.2",
"@types/jest": "^26.0.14",
"@types/node": "^14.11.2",
"@types/react": "^16.9.51",
"@types/react-dom": "^16.9.8",
"@typescript-eslint/eslint-plugin": "^4.3.0",
"eslint": "^7.10.0",
"eslint-config-standard-with-typescript": "^19.0.1",
Expand All @@ -33,6 +35,8 @@
"typescript": "^4.0.3"
},
"dependencies": {
"axios": "^0.20.0"
"axios": "^0.20.0",
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
}

0 comments on commit b83483a

Please sign in to comment.