{
  "name": "tagneticai-email-client",
  "version": "1.0.0",
  "description": "Self-hosted email client for TagneticAI",
  "scripts": {
    "dev": "next dev",
    "build": "next build",
    "start": "next start",
    "lint": "next lint",
    "type-check": "tsc --noEmit"
  },
  "dependencies": {
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "next": "^14.0.0",
    "typescript": "^5.3.0",
    "@types/react": "^18.2.0",
    "@types/react-dom": "^18.2.0",
    "@types/node": "^20.0.0",
    "tailwindcss": "^3.3.0",
    "postcss": "^8.4.0",
    "autoprefixer": "^10.4.0",
    "lucide-react": "^0.294.0",
    "class-variance-authority": "^0.7.0",
    "clsx": "^2.0.0",
    "imapflow": "^1.0.165",
    "nodemailer": "^6.9.0",
    "mailparser": "^3.6.0",
    "axios": "^1.6.0"
  },
  "devDependencies": {
    "eslint": "^8.53.0",
    "eslint-config-next": "^14.0.0",
    "@types/nodemailer": "^6.4.0",
    "prettier": "^3.1.0"
  }
}
