이승윤

dependencies: mantine 설치

...@@ -14,7 +14,9 @@ ...@@ -14,7 +14,9 @@
14 "react-scripts": "4.0.3", 14 "react-scripts": "4.0.3",
15 "redux": "^4.0.5", 15 "redux": "^4.0.5",
16 "styled-components": "^5.2.3", 16 "styled-components": "^5.2.3",
17 - "web-vitals": "^1.0.1" 17 + "web-vitals": "^1.0.1",
18 + "@mantine/core": "^1.0.6",
19 + "@mantine/hooks": "^1.0.6"
18 }, 20 },
19 "scripts": { 21 "scripts": {
20 "start": "react-scripts start", 22 "start": "react-scripts start",
......