feat: Implement Telegram Bot and AI Settings

This commit is contained in:
renato97
2026-01-28 23:15:44 -03:00
parent 4ba5841839
commit f369bb70fe
115 changed files with 26873 additions and 26 deletions

View File

@@ -7,6 +7,7 @@
"build": "next build",
"start": "next start",
"lint": "next lint",
"bot": "node scripts/bot.js",
"type-check": "tsc --noEmit"
},
"keywords": [],
@@ -22,8 +23,10 @@
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"dotenv": "^17.2.3",
"lucide-react": "^0.563.0",
"next": "^14.2.35",
"node-telegram-bot-api": "^0.67.0",
"postcss": "^8.5.6",
"react": "^18.3.1",
"react-dom": "^18.3.1",
@@ -36,4 +39,4 @@
"devDependencies": {
"typescript": "^5.9.3"
}
}
}