rowboat/apps/x/packages/core/package.json

42 lines
1.1 KiB
JSON
Raw Normal View History

2025-12-29 15:30:57 +05:30
{
"name": "@x/core",
"private": true,
"type": "module",
"main": "./dist/index.js",
"types": "./dist/index.d.ts",
"scripts": {
2026-01-21 21:58:35 +05:30
"build": "rm -rf dist && tsc",
2025-12-29 15:30:57 +05:30
"dev": "tsc -w"
},
"dependencies": {
"@ai-sdk/anthropic": "^2.0.44",
"@ai-sdk/google": "^2.0.25",
"@ai-sdk/openai": "^2.0.53",
"@ai-sdk/openai-compatible": "^1.0.27",
"@ai-sdk/provider": "^2.0.0",
"@composio/core": "^0.6.0",
2025-12-29 15:30:57 +05:30
"@google-cloud/local-auth": "^3.0.1",
"@modelcontextprotocol/sdk": "^1.25.1",
"@openrouter/ai-sdk-provider": "^1.2.6",
"@react-pdf/renderer": "^4.3.2",
"@types/react": "^19.2.7",
2025-12-29 15:30:57 +05:30
"@x/shared": "workspace:*",
"ai": "^5.0.102",
"awilix": "^12.0.5",
"chokidar": "^4.0.3",
"cron-parser": "^5.5.0",
2026-01-16 15:51:29 +05:30
"glob": "^13.0.0",
2025-12-29 15:30:57 +05:30
"google-auth-library": "^10.5.0",
"googleapis": "^169.0.0",
"node-html-markdown": "^2.0.0",
"ollama-ai-provider-v2": "^1.5.4",
2026-01-07 12:29:20 +05:30
"openid-client": "^6.8.1",
"react": "^19.2.3",
2025-12-29 15:30:57 +05:30
"yaml": "^2.8.2",
"zod": "^4.2.1"
},
"devDependencies": {
"@types/node": "^25.0.3"
}
}