24 lines
589 B
JSON
24 lines
589 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.8",
|
|
"@konobangu/env": "workspace:*",
|
|
"ai": "^4.0.14",
|
|
"react": "^19.0.0",
|
|
"react-markdown": "^9.0.1",
|
|
"tailwind-merge": "^2.5.5"
|
|
},
|
|
"devDependencies": {
|
|
"@konobangu/typescript-config": "workspace:*",
|
|
"@types/node": "22.10.1",
|
|
"@types/react": "19.0.1",
|
|
"@types/react-dom": "^19.0.2"
|
|
}
|
|
}
|