traeon/frontend/package.json
caadiq edc3a2c3d7 feat: 자동갱신 cron + react-router 제거
- node-cron 30분 간격 배송 자동 조회 (DELIVERED 제외)
- 상태 변경 시 로그 기록
- react-router-dom 제거 (다이얼로그 전환으로 불필요)

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

29 lines
638 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",
"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"
}
}