Skip to content

Commit

Permalink
Merge pull request #150 from FinalDoubleTen/FE-82--feat/Tabs
Browse files Browse the repository at this point in the history
Tabs 컴포넌트 생성
  • Loading branch information
suehub authored Jan 12, 2024
2 parents 156cf1f + dfe2d68 commit 156dcd6
Show file tree
Hide file tree
Showing 16 changed files with 595 additions and 17 deletions.
9 changes: 8 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,9 @@
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-radio-group": "^1.1.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toggle-group": "^1.0.4",
"@stomp/stompjs": "^7.0.0",
"@svgr/rollup": "^8.1.0",
"@tanstack/react-query": "^5.14.6",
"@tanstack/react-query-devtools": "^5.14.6",
Expand All @@ -33,17 +35,22 @@
"react-router-dom": "^6.21.1",
"react-scroll": "^1.9.0",
"recoil": "^0.7.7",
"sockjs": "^0.3.24",
"sockjs-client": "^1.6.1",
"stompjs": "^2.3.3",
"styled-components": "^6.1.3",
"sweetalert2": "^11.10.2",
"swiper": "^11.0.5",
"uuid": "^9.0.1"
"uuid": "^9.0.1",
"websocket": "^1.0.34"
},
"devDependencies": {
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/react-infinite-scroller": "^1.2.5",
"@types/react-modal": "^3.16.3",
"@types/react-scroll": "^1.8.10",
"@types/sockjs-client": "^1.5.4",
"@types/uuid": "^9.0.7",
"@typescript-eslint/eslint-plugin": "^6.14.0",
"@typescript-eslint/parser": "^6.14.0",
Expand Down
Loading

0 comments on commit 156dcd6

Please sign in to comment.