Skip to content

Commit

Permalink
Merge branch 'main' into feat/productpage
Browse files Browse the repository at this point in the history
  • Loading branch information
eun-hak authored Aug 19, 2024
2 parents 7b9ae5a + 9272c0c commit c49086a
Show file tree
Hide file tree
Showing 94 changed files with 16,444 additions and 837 deletions.
12,597 changes: 12,597 additions & 0 deletions package-lock.json

Large diffs are not rendered by default.

18 changes: 14 additions & 4 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,30 @@
},
"dependencies": {
"@tanstack/react-query": "^5.51.11",
"@tanstack/react-query-devtools": "4",
"axios": "^1.7.2",

"chart.js": "^4.4.3",
"chartjs-plugin-datalabels": "^2.2.0",
"next": "14.2.3",
"react": "^18.3.1",
"react-chartjs-2": "^5.2.0",
"react-dom": "^18.3.1",
"swiper": "^11.1.8",
"react-chartjs-2": "^5.2.0",
"date-fns": "^3.6.0",
"next": "14.2.3",
"ps": "^1.0.0",
"qs": "^6.13.0",
"react": "^18",
"react-dom": "^18",
"react-virtuoso": "^4.10.1",
"scroll-lock": "^2.1.5",
"react-query": "^3.39.3",
"zustand": "^4.5.4"
},
"devDependencies": {
"@types/node": "^20",
"@types/qs": "^6.9.15",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/scroll-lock": "^2.1.3",
"@typescript-eslint/eslint-plugin": "^7.17.0",
"eslint": "^8",
"eslint-config-next": "14.2.3",
Expand Down
6 changes: 6 additions & 0 deletions public/images/mypage/bell.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/images/mypage/bookmark.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions public/images/mypage/card.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions public/images/mypage/change_success.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
8 changes: 8 additions & 0 deletions public/images/mypage/chat.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/images/mypage/left.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/images/mypage/left_password.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions public/images/mypage/notice.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/images/mypage/right.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/images/mypage/right_gray.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/images/mypage/right_menu.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/images/mypage/right_white.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
5 changes: 5 additions & 0 deletions public/images/mypage/social.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions public/images/mypage/tag.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 6 additions & 0 deletions public/images/mypage/ticket.svg
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 c49086a

Please sign in to comment.