/
githubmirror
/
tldraw
Обзор
Документация
Войти
/
githubmirror
/
tldraw
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
main
templates/chat/package.json
45 строк
1 KB
Max Drake
chore(templates): update agent starter models and provider config (#9083)
17 июл 2026, 16:26
Не верифицирован
17 июл 2026, 16:26
00f14de
Код
Авторство
О чём код?
{ "name": "tldraw-chat-app-example", "version": "0.1.0", "private": true, "author": { "name": "tldraw GB Ltd.", "email": "hello@tldraw.com" }, "homepage": "https://tldraw.dev", "license": "MIT", "tldraw_template": { "repo": "tldraw/chat-template", "cli": { "name": "Chat", "description": "Create an AI chat that uses tldraw for sketches and annotations.", "shortDescription": "A chat UI with sketches and images as context for AI.", "order": 5 }, "scripts": { "lint": null } }, "scripts": { "dev": "next dev -H 0.0.0.0", "build": "next build", "start": "next start", "lint": "yarn run -T tsx ../../internal/scripts/lint.ts" }, "dependencies": { "@ai-sdk/google": "^2.0.74", "@ai-sdk/react": "^2.0.15", "@google/genai": "^1.17.0", "@types/node": "^22.15.31", "@types/react": "^19.2.7", "@types/react-dom": "^19.2.3", "ai": "^5.0.194", "next": "^15.5.16", "react": "^19.2.1", "react-dom": "^19.2.1", "react-markdown": "^10.1.0", "tldraw": "workspace:*", "typescript": "^5.8.3", "zod": "^4.1.8" } }