Skip to content

Commit c94f847

Browse files
authored
Merge pull request #6 from MoondaDev/feature-3
패키지 추가
2 parents b2ebdae + 268d7bd commit c94f847

File tree

2 files changed

+235
-5
lines changed

2 files changed

+235
-5
lines changed

package.json

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,16 @@
66
"@testing-library/jest-dom": "^4.2.4",
77
"@testing-library/react": "^9.3.2",
88
"@testing-library/user-event": "^7.1.2",
9+
"axios": "^0.19.2",
10+
"immer": "^7.0.7",
911
"react": "^16.13.1",
1012
"react-dom": "^16.13.1",
11-
"react-scripts": "3.4.1"
13+
"react-redux": "^7.2.1",
14+
"react-scripts": "3.4.1",
15+
"redux": "^4.0.5",
16+
"redux-devtools-extension": "^2.13.8",
17+
"redux-saga": "^1.1.3",
18+
"styled-components": "^5.1.1"
1219
},
1320
"scripts": {
1421
"start": "react-scripts start",

0 commit comments

Comments
 (0)