zioinfo-mail/workspace/zioinfo-mail/frontend/package.json
DESKTOP-TKLFCPR\ython d6a251e489 feat(zioinfo-mail): webmail system — FastAPI IMAP/SMTP backend + React 3-panel UI
- Backend: aioimaplib/aiosmtplib proxy, JWT+Fernet auth, 한글 파싱
- Frontend: React 18 + TypeScript, 3-panel layout, DOMPurify HTML 렌더링
- Deploy: nginx:8025, uvicorn:8026, systemd, Gitea repo
- E2E 검증: 로그인  폴더 5개  IMAP  API 

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-06-01 21:34:41 +09:00

27 lines
568 B
JSON

{
"name": "zioinfo-mail",
"version": "1.0.0",
"private": true,
"scripts": {
"dev": "vite",
"build": "tsc -b && vite build",
"preview": "vite preview"
},
"dependencies": {
"react": "^18.3.1",
"react-dom": "^18.3.1",
"axios": "^1.7.7",
"zustand": "^4.5.5",
"dompurify": "^3.1.6",
"date-fns": "^3.6.0"
},
"devDependencies": {
"@types/react": "^18.3.5",
"@types/react-dom": "^18.3.0",
"@types/dompurify": "^3.0.5",
"@vitejs/plugin-react": "^4.3.1",
"typescript": "^5.5.3",
"vite": "^5.4.2"
}
}