이승윤

dependencies: react-icons, react-jss 추가

...@@ -3,20 +3,22 @@ ...@@ -3,20 +3,22 @@
3 "version": "0.1.0", 3 "version": "0.1.0",
4 "private": true, 4 "private": true,
5 "dependencies": { 5 "dependencies": {
6 + "@mantine/core": "^1.0.6",
7 + "@mantine/hooks": "^1.0.6",
6 "@testing-library/jest-dom": "^5.11.4", 8 "@testing-library/jest-dom": "^5.11.4",
7 "@testing-library/react": "^11.1.0", 9 "@testing-library/react": "^11.1.0",
8 "@testing-library/user-event": "^12.1.10", 10 "@testing-library/user-event": "^12.1.10",
9 "axios": "^0.21.1", 11 "axios": "^0.21.1",
10 "react": "^17.0.2", 12 "react": "^17.0.2",
11 "react-dom": "^17.0.2", 13 "react-dom": "^17.0.2",
14 + "react-icons": "^4.2.0",
15 + "react-jss": "^10.6.0",
12 "react-redux": "^7.2.3", 16 "react-redux": "^7.2.3",
13 "react-router-dom": "^5.2.0", 17 "react-router-dom": "^5.2.0",
14 "react-scripts": "4.0.3", 18 "react-scripts": "4.0.3",
15 "redux": "^4.0.5", 19 "redux": "^4.0.5",
16 "styled-components": "^5.2.3", 20 "styled-components": "^5.2.3",
17 - "web-vitals": "^1.0.1", 21 + "web-vitals": "^1.0.1"
18 - "@mantine/core": "^1.0.6",
19 - "@mantine/hooks": "^1.0.6"
20 }, 22 },
21 "scripts": { 23 "scripts": {
22 "start": "react-scripts start", 24 "start": "react-scripts start",
......
This diff is collapsed. Click to expand it.