konobangu/packages/ai/package.json

24 lines
590 B
JSON

{
"name": "@konobangu/ai",
"version": "0.0.0",
"private": true,
"scripts": {
"clean": "git clean -xdf .cache .turbo dist node_modules",
"typecheck": "tsc --noEmit --emitDeclarationOnly false"
},
"dependencies": {
"@ai-sdk/openai": "^1.0.19",
"@konobangu/env": "workspace:*",
"ai": "^4.0.36",
"react": "^19.0.0",
"react-markdown": "^9.0.3",
"tailwind-merge": "^2.6.0"
},
"devDependencies": {
"@konobangu/typescript-config": "workspace:*",
"@types/node": "22.10.1",
"@types/react": "19.0.1",
"@types/react-dom": "^19.0.3"
}
}