45 lines
1.1 KiB
JSON
45 lines
1.1 KiB
JSON
{
|
|
"name": "mail-s3-admin",
|
|
"version": "0.1.0",
|
|
"private": true,
|
|
"type": "commonjs",
|
|
"scripts": {
|
|
"dev": "next dev",
|
|
"build": "next build --turbopack",
|
|
"start": "next start"
|
|
},
|
|
"dependencies": {
|
|
"@aws-sdk/client-s3": "^3.888.0",
|
|
"@smithy/node-http-handler": "^4.2.1",
|
|
"dotenv": "^17.2.2",
|
|
"drizzle-orm": "^0.44.5",
|
|
"email-addresses": "^5.0.0",
|
|
"emailjs": "^4.0.3",
|
|
"mailparser": "^3.7.4",
|
|
"marked": "^16.3.0",
|
|
"next": "15.5.3",
|
|
"node-cron": "^4.2.1",
|
|
"nodemailer": "^7.0.6",
|
|
"p-limit": "^7.1.1",
|
|
"p-retry": "^7.0.0",
|
|
"pg": "^8.16.3",
|
|
"postgres": "^3.4.7",
|
|
"react": "19.1.0",
|
|
"react-dom": "19.1.0",
|
|
"react-markdown": "^10.1.0"
|
|
},
|
|
"devDependencies": {
|
|
"@tailwindcss/postcss": "^4",
|
|
"@types/node": "^20",
|
|
"@types/nodemailer": "^7.0.1",
|
|
"@types/react": "^19",
|
|
"@types/react-dom": "^19",
|
|
"autoprefixer": "^10.4.21",
|
|
"drizzle-kit": "^0.31.4",
|
|
"postcss": "^8.5.6",
|
|
"tailwindcss": "^4.1.13",
|
|
"ts-node": "^10.9.2",
|
|
"typescript": "^5"
|
|
}
|
|
}
|