Skip to content

Commit

Permalink
Merge pull request #12 from 4bujak-4bujak/feature/map
Browse files Browse the repository at this point in the history
feat: 지도 기능 구현
  • Loading branch information
jiohjung98 authored May 27, 2024
2 parents 91e7ccf + de68434 commit 5a249d3
Show file tree
Hide file tree
Showing 38 changed files with 973 additions and 2 deletions.
59 changes: 58 additions & 1 deletion 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 package.json
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,14 @@
"@tanstack/react-query-devtools": "^5.36.0",
"axios": "^1.6.8",
"framer-motion": "^11.1.9",
"haversine": "^1.1.1",
"next": "14.2.3",
"react": "^18",
"react-cookie": "^7.1.4",
"react-dom": "^18",
"react-hook-form": "^7.51.4",
"react-icons": "^5.2.1",
"react-id-swiper": "^4.0.0",
"react-markdown": "^9.0.1",
"react-query": "^3.39.3",
"react-toastify": "^10.0.5",
Expand All @@ -27,6 +29,7 @@
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/navermaps": "^3.7.5",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
Expand Down
13 changes: 13 additions & 0 deletions public/map/CoffeeImg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
38 changes: 38 additions & 0 deletions public/map/LoungeImg.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/map/MapLocation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/map/MapLocationActive.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added public/map/MyLocation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading

0 comments on commit 5a249d3

Please sign in to comment.