사주 기능 이식 & 로그인, 유저 페이지 Supabase 연동 & 토스 페이먼츠 결제 연동 & 사주 심층 분석을 위한 기능 분리

This commit is contained in:
2026-03-10 04:28:56 +09:00
parent e8076b2b7a
commit 83043a357b
45 changed files with 8058 additions and 32 deletions

View File

@@ -9,10 +9,17 @@
"lint": "eslint"
},
"dependencies": {
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.99.0",
"@tosspayments/tosspayments-sdk": "^2.6.0",
"next": "16.1.6",
"openai": "^6.21.0",
"react": "19.2.3",
"react-dom": "19.2.3",
"resend": "^6.9.1"
"react-markdown": "^9.0.1",
"remark-gfm": "^4.0.0",
"resend": "^6.9.1",
"solarlunar": "^2.0.7"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",