Skip to content

Commit

Permalink
feat: react-slick 사용하여 캐러샐 UI 추가
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-yn committed Feb 15, 2024
1 parent 269dcdf commit 550a208
Show file tree
Hide file tree
Showing 8 changed files with 214 additions and 66 deletions.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,9 @@
"next": "^13.5.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-markdown": "^9.0.1"
"react-markdown": "^9.0.1",
"react-slick": "^0.30.1",
"slick-carousel": "^1.8.1"
},
"devDependencies": {
"@babel/core": "^7.23.6",
Expand Down Expand Up @@ -62,6 +64,7 @@
"@types/node": "^20.5.0",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@types/react-slick": "^0.23.13",
"@types/react-test-renderer": "^18.0.0",
"@typescript-eslint/eslint-plugin": "^6.4.0",
"@typescript-eslint/parser": "^6.4.0",
Expand Down
Loading

0 comments on commit 550a208

Please sign in to comment.