wulf-pulse/package.json
lorentz 0f4dc1fc20 chore(16-01): install mailparser + linkify-it for EML parsing
- mailparser 3.9.14 (RFC822/MIME parsing, sha256 attachment checksums)
- linkify-it 6.0.0 (URL extraction for phishing evidence)
- @types/mailparser devDependency (mailparser ships no bundled types)
- Verified: only these deps added (git diff package.json clean check)
2026-07-15 10:21:16 -04:00

83 lines
2.4 KiB
JSON

{
"name": "pulse",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "eslint",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@anthropic-ai/sdk": "^0.91.1",
"@better-auth/cli": "^1.4.10",
"@hookform/resolvers": "^5.2.2",
"@radix-ui/react-accordion": "^1.2.12",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@tailwindcss/typography": "^0.5.19",
"@tanstack/react-table": "^8.21.3",
"@types/node-cron": "^3.0.11",
"better-auth": "^1.4.10",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"dotenv": "^17.2.3",
"ioredis": "^5.9.0",
"linkify-it": "^6.0.0",
"lucide-react": "^0.562.0",
"mailparser": "^3.9.14",
"next": "16.1.1",
"next-themes": "^0.4.6",
"node-cron": "^4.2.1",
"nodemailer": "^7.0.12",
"pg": "^8.11.0",
"qrcode.react": "^4.2.0",
"radix-ui": "^1.4.3",
"react": "19.2.3",
"react-day-picker": "^9.13.0",
"react-dom": "19.2.3",
"react-hook-form": "^7.70.0",
"react-markdown": "^10.1.0",
"recharts": "^3.7.0",
"redis": "^5.10.0",
"remark-gfm": "^4.0.1",
"sonner": "^2.0.7",
"tailwind-merge": "^3.4.0",
"zod": "^4.3.5"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.18",
"@types/mailparser": "^3.4.6",
"@types/node": "^20.19.27",
"@types/nodemailer": "^7.0.4",
"@types/pg": "^8.16.0",
"@types/react": "^19.2.7",
"@types/react-dom": "^19.2.3",
"babel-plugin-react-compiler": "1.0.0",
"baseline-browser-mapping": "2.10.8",
"eslint": "^9.39.2",
"eslint-config-next": "16.1.1",
"shadcn": "^4.6.0",
"tailwindcss": "^4.1.18",
"tw-animate-css": "^1.4.0",
"typescript": "^5",
"vitest": "^4.1.5"
}
}