Replace standalone Telegram bot with full CodeAnywhere framework fork. BetterBot shares all framework code and customizes only: - instance.py: BetterBot identity, system prompt, feature flags - tools/site_editing/: list_files, read_file, write_file with auto git push - .env: model defaults and site directory paths - compose/: Docker setup with betterlifesg + memoraiz mounts - deploy script: RackNerd with Infisical secrets
25 lines
No EOL
623 B
JSON
25 lines
No EOL
623 B
JSON
{
|
|
"name": "code-anywhere-frontend",
|
|
"private": true,
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "tsc && vite build",
|
|
"preview": "vite preview"
|
|
},
|
|
"dependencies": {
|
|
"react": "^19.1.0",
|
|
"react-dom": "^19.1.0",
|
|
"@ai-sdk/react": "latest",
|
|
"ai": "latest",
|
|
"react-markdown": "^10.1.0",
|
|
"remark-gfm": "^4.0.0"
|
|
},
|
|
"devDependencies": {
|
|
"vite": "^6.3.0",
|
|
"@vitejs/plugin-react": "^4.5.0",
|
|
"typescript": "^5.8.0",
|
|
"@types/react": "^19.1.0",
|
|
"@types/react-dom": "^19.1.0"
|
|
}
|
|
} |