Skip to content

Commit

Permalink
[#79] Feat: 채팅 기능 연결 (#96)
Browse files Browse the repository at this point in the history
  • Loading branch information
yjc2021 authored Mar 6, 2024
1 parent 48a201c commit b94a3c1
Show file tree
Hide file tree
Showing 13 changed files with 3,626 additions and 1,493 deletions.
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"*.{css,json,html}": "prettier --check"
},
"dependencies": {
"@stomp/stompjs": "^7.0.0",
"@tanstack/react-query": "^5.18.1",
"@tanstack/react-router": "^1.15.22",
"@tanstack/router-vite-plugin": "^1.15.22",
Expand All @@ -31,6 +32,7 @@
"react-masonry-css": "^1.0.16",
"react-error-boundary": "^4.0.12",
"react-toastify": "^10.0.4",
"sockjs-client": "^1.6.1",
"swiper": "^11.0.7",
"tailwind-merge": "^2.2.1"
},
Expand All @@ -41,6 +43,7 @@
"@tanstack/router-devtools": "^1.18.3",
"@types/react": "^18.2.43",
"@types/react-dom": "^18.2.17",
"@types/sockjs-client": "^1.5.4",
"@typescript-eslint/eslint-plugin": "^6.21.0",
"@typescript-eslint/parser": "^6.21.0",
"@vitejs/plugin-react": "^4.2.1",
Expand Down
Loading

0 comments on commit b94a3c1

Please sign in to comment.