Skip to content

Commit a3ed122

Browse files
committed
feat: Login Page, Redux setup, sigu up page setup
1 parent 8176cbc commit a3ed122

File tree

13 files changed

+514
-20
lines changed

13 files changed

+514
-20
lines changed

package-lock.json

Lines changed: 238 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,14 +3,22 @@
33
"version": "0.0.1",
44
"private": false,
55
"dependencies": {
6+
"@fortawesome/fontawesome-free": "^5.13.0",
67
"@testing-library/jest-dom": "^4.2.4",
78
"@testing-library/react": "^9.5.0",
89
"@testing-library/user-event": "^7.2.1",
10+
"axios": "^0.19.2",
911
"eslint-config-airbnb-base": "^14.1.0",
12+
"formik": "^2.1.4",
1013
"node-sass": "4.14.1",
1114
"react": "^16.13.1",
1215
"react-dom": "^16.13.1",
13-
"react-scripts": "3.4.1"
16+
"react-redux": "^7.2.0",
17+
"react-router-dom": "^5.2.0",
18+
"react-scripts": "3.4.1",
19+
"redux": "^4.0.5",
20+
"redux-thunk": "^2.3.0",
21+
"yup": "^0.28.5"
1422
},
1523
"scripts": {
1624
"start": "react-scripts start",

0 commit comments

Comments
 (0)