traeon/frontend/package.json
caadiq 458efe3e5d feat: 프론트엔드 API 연동 + 다이얼로그 + 무한스크롤
- 더미 데이터 → React Query + 실제 API 호출로 전환
- 상세 페이지 → 모달 다이얼로그로 변경
- 무한 스크롤 페이징 (useInfiniteQuery + react-virtual)
- 내부 스크롤 적용 (전체 페이지 스크롤 제거)
- 보내는 분/받는 분 정보 표시
- 삭제 확인 커스텀 다이얼로그
- DB 타임존 KST 설정 (dateStrings)
- 백엔드 페이징 API 추가

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-03-24 19:36:40 +09:00

29 lines
672 B
JSON

{
"name": "traeon-frontend",
"private": true,
"version": "1.0.0",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"dependencies": {
"@tanstack/react-query": "^5.90.16",
"@tanstack/react-virtual": "^3.13.18",
"dayjs": "^1.11.19",
"framer-motion": "^11.0.8",
"lucide-react": "^0.344.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-router-dom": "^6.22.3",
"zustand": "^5.0.9"
},
"devDependencies": {
"@vitejs/plugin-react": "^4.3.1",
"autoprefixer": "^10.4.22",
"postcss": "^8.5.6",
"tailwindcss": "^3.4.18",
"vite": "^5.4.1"
}
}