dependencies: axios, react-redux, react-router-dom, redux, styled-components 설치
Showing
2 changed files
with
5 additions
and
0 deletions
| ... | @@ -6,9 +6,14 @@ | ... | @@ -6,9 +6,14 @@ |
| 6 | "@testing-library/jest-dom": "^5.11.4", | 6 | "@testing-library/jest-dom": "^5.11.4", |
| 7 | "@testing-library/react": "^11.1.0", | 7 | "@testing-library/react": "^11.1.0", |
| 8 | "@testing-library/user-event": "^12.1.10", | 8 | "@testing-library/user-event": "^12.1.10", |
| 9 | + "axios": "^0.21.1", | ||
| 9 | "react": "^17.0.2", | 10 | "react": "^17.0.2", |
| 10 | "react-dom": "^17.0.2", | 11 | "react-dom": "^17.0.2", |
| 12 | + "react-redux": "^7.2.3", | ||
| 13 | + "react-router-dom": "^5.2.0", | ||
| 11 | "react-scripts": "4.0.3", | 14 | "react-scripts": "4.0.3", |
| 15 | + "redux": "^4.0.5", | ||
| 16 | + "styled-components": "^5.2.3", | ||
| 12 | "web-vitals": "^1.0.1" | 17 | "web-vitals": "^1.0.1" |
| 13 | }, | 18 | }, |
| 14 | "scripts": { | 19 | "scripts": { | ... | ... |
This diff is collapsed. Click to expand it.
-
Please register or login to post a comment