Skip to content

Commit

Permalink
chore: 기본 라이브러리 설치
Browse files Browse the repository at this point in the history
  • Loading branch information
ShinjungOh committed Sep 23, 2024
1 parent e5381a3 commit f4ce921
Show file tree
Hide file tree
Showing 3 changed files with 1,432 additions and 16 deletions.
3 changes: 3 additions & 0 deletions apps/review-note/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,9 @@
},
"dependencies": {
"@review-note/ui": "workspace:^",
"@tanstack/react-query": "^5.40.0",
"@types/react-router-dom": "^5.3.3",
"axios": "^1.7.2",
"react": "^18.3.1",
"react-dom": "^18.3.1"
},
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@
"typescript": "5.0.2"
},
"dependencies": {
"@chakra-ui/icon": "^3.2.0",
"@chakra-ui/icons": "^2.1.1",
"@chakra-ui/react": "^2.8.2",
"@chakra-ui/system": "^2.6.2",
"@emotion/react": "^11.11.1",
"@emotion/styled": "^11.11.0",
Expand Down
Loading

0 comments on commit f4ce921

Please sign in to comment.