Skip to content

Commit 524e0f7

Browse files
ahk0413EunbinJungmtm-git1018
authored
[feat] 배포 test (#137)
* [fix] 챗봇 추천 페이지 수정 및 기능추가 (#130) * [fix] 논알콜일 시 payload 값 수정 * [fix] options 기본으로 수정 * [feat] 다시 시작하기 추가 * [feat] 채팅 캡처기능 추가 * [fix] currentStep 제거 * [fix] 파비콘 추가 및 헤더 메뉴 네이밍 수정 * [style] layout 모바일 대응 추가 * Design/main#11 (#131) * [style] 배경 * [design] 랜딩페이지 3d모델 * 3d 렌더링 * Style/main page 2#122 (#132) * [style]마이페이지 슬라이드 퍼블리싱 * [style] 메인페이지 슬라이드 * [docs]provider문서 정리 * [style] 메인페이지 스타일 간격조정 * [feat]알림 설정처리 * [stype]메인페이지 반응형 * [feat] 나만의 바 삭제 동기화 * [feat] 마이페이지 전체삭제 * [style] 메인페이지 반응형 * [feat] 마이페이지 푸시 오류 수정 * [docs]미 사용 파일 삭제 * [style] 메인3d이미지 스크롤 실험div제거 * Style/메인페이지 슬라이드영역 (#135) * [style]마이페이지 슬라이드 퍼블리싱 * [style] 메인페이지 슬라이드 * [docs]provider문서 정리 * [style] 메인페이지 스타일 간격조정 * [feat]알림 설정처리 * [stype]메인페이지 반응형 * [feat] 나만의 바 삭제 동기화 * [feat] 마이페이지 전체삭제 * [style] 메인페이지 반응형 * [feat] 마이페이지 푸시 오류 수정 * [docs]미 사용 파일 삭제 * [style] 메인3d이미지 스크롤 실험div제거 * [style] 메인페이지 슬라이드 반응형 * [style]메인페이지 이미지교체 * [style] 시맨틱구조 * [style] 모바일 메인배경 위치조정 * [fix] 화면 리사이징시 슬라이드 고정 버그 해결 * [fix] 브라우저 리사이징 버그 수정 * [chore]포매팅 * [fix] 로그아웃 시 auth/me api 자동호출로 401 에러 (#136) * [fix] 로그아웃 시 auth/me 자동호출로 401 에러 해결 * [fix] 로그인 새로고침 시 오류 로직 수정 * [fix] 리다이렉트 setTimeout 추가 --------- Co-authored-by: EunbinJ <[email protected]> Co-authored-by: mtm-git1018 <[email protected]>
1 parent 934faeb commit 524e0f7

File tree

78 files changed

+7598
-378
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

78 files changed

+7598
-378
lines changed

next.config.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
import type { NextConfig } from 'next';
22

33
const nextConfig: NextConfig = {
4-
54
images: {
65
domains: ['team2-app-s3-bucket.s3.ap-northeast-2.amazonaws.com'],
76
remotePatterns: [

package-lock.json

Lines changed: 3357 additions & 188 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,18 +18,24 @@
1818
]
1919
},
2020
"dependencies": {
21+
"@react-three/drei": "^10.7.6",
22+
"@react-three/fiber": "^9.3.0",
23+
"@react-three/gltfjsx": "^4.3.4",
24+
"@react-three/postprocessing": "^3.0.4",
2125
"@tanstack/react-query": "^5.90.2",
2226
"@tanstack/react-virtual": "^3.13.12",
2327
"class-variance-authority": "^0.7.1",
2428
"gsap": "^3.13.0",
29+
"html-to-image": "^1.11.13",
2530
"lottie-react": "^2.4.1",
2631
"next": "15.5.3",
2732
"react": "19.1.0",
2833
"react-dom": "19.1.0",
2934
"react-hot-toast": "^2.6.0",
35+
"react-intersection-observer": "^9.16.0",
3036
"react-use": "^17.6.0",
3137
"swiper": "^12.0.2",
32-
"react-intersection-observer": "^9.16.0"
38+
"three": "^0.180.0"
3339
},
3440
"devDependencies": {
3541
"@eslint/eslintrc": "^3",

public/1Stars.png

28.5 KB
Loading

public/2Stars.png

30.8 KB
Loading

public/3d/model/scene.bin

6.98 MB
Binary file not shown.

0 commit comments

Comments
 (0)