Add Navbar and Search component (#1)

This commit is contained in:
Minjee Son
2024-09-12 15:20:28 +01:00
committed by GitHub
parent 694c5c17ba
commit 3bc03dd7c8
21 changed files with 551 additions and 128 deletions

View File

@@ -28,10 +28,13 @@
"@types/node": "20.14.12",
"@types/react": "18.3.3",
"@types/react-dom": "18.3.0",
"@types/react-slick": "^0.23.13",
"autoprefixer": "^10.4.19",
"postcss": "^8.4.39",
"prettier": "3.3.3",
"prettier-plugin-tailwindcss": "^0.6.5",
"react-slick": "^0.30.2",
"swiper": "^11.1.12",
"tailwindcss": "^3.4.6",
"typescript": "5.5.4"
}