Skip to content

Commit

Permalink
술백과 selector 기능 구현 (#99)
Browse files Browse the repository at this point in the history
* New : Virtualization 기능 구현

* Minor : 스타일 변경

* New : Icon 추가

* New : 술조회 v2 변경

* Minor : 스타일 변경

* New : 술백과-selector 기능 실제 구현

* Minor : Lockfile 업데이트

* FIX : 인터페이스 변경에 따른 변경
  • Loading branch information
jobkaeHenry authored Jan 12, 2024
1 parent f681443 commit b065072
Show file tree
Hide file tree
Showing 19 changed files with 672 additions and 83 deletions.
56 changes: 56 additions & 0 deletions client/package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions client/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@
"@mui/material": "^5.14.15",
"@tanstack/react-query": "^5.8.1",
"@tanstack/react-query-devtools": "^5.8.1",
"@tanstack/react-virtual": "^3.0.1",
"axios": "^1.6.0",
"dayjs": "^1.11.10",
"framer-motion": "^10.16.4",
Expand All @@ -29,6 +30,7 @@
"react-dom": "^18",
"react-intersection-observer": "^9.5.3",
"react-quill": "^2.0.0",
"react-virtualized-auto-sizer": "^1.0.20",
"sharp": "^0.32.6",
"zustand": "^4.4.6"
},
Expand All @@ -49,6 +51,7 @@
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-window-infinite-loader": "^1.0.9",
"autoprefixer": "^10",
"eslint": "^8",
"eslint-config-next": "14.0.0",
Expand Down
Loading

0 comments on commit b065072

Please sign in to comment.