- 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>
27 lines
568 B
JSON
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"
|
|
}
|
|
}
|