AI Newsletter Digest improvements: fixed QP soft line break decoding, URL extraction, and content cleaning
This commit is contained in:
37
archive/inactive-skills/agent-voice/package.json
Normal file
37
archive/inactive-skills/agent-voice/package.json
Normal file
@@ -0,0 +1,37 @@
|
||||
{
|
||||
"name": "ai-blogs-app",
|
||||
"version": "1.0.0",
|
||||
"description": "",
|
||||
"main": "index.js",
|
||||
"scripts": {
|
||||
"dev": "next dev",
|
||||
"build": "prisma generate && next build",
|
||||
"start": "next start",
|
||||
"lint": "next lint",
|
||||
"postinstall": "prisma generate"
|
||||
},
|
||||
"keywords": [],
|
||||
"author": "",
|
||||
"license": "ISC",
|
||||
"dependencies": {
|
||||
"@prisma/client": "^5.22.0",
|
||||
"@tailwindcss/postcss": "^4.1.18",
|
||||
"@tailwindcss/typography": "^0.5.19",
|
||||
"@types/node": "^25.2.0",
|
||||
"@types/nodemailer": "^7.0.9",
|
||||
"@types/react": "^19.2.10",
|
||||
"marked": "^17.0.1",
|
||||
"next": "^16.1.6",
|
||||
"nodemailer": "^7.0.13",
|
||||
"prisma": "^5.22.0",
|
||||
"react": "^19.2.4",
|
||||
"react-dom": "^19.2.4",
|
||||
"resend": "^6.9.1",
|
||||
"tailwindcss": "^3.4.19",
|
||||
"typescript": "^5.9.3"
|
||||
},
|
||||
"devDependencies": {
|
||||
"autoprefixer": "^10.4.24",
|
||||
"postcss": "^8.5.6"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user