-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 760 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 760 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"name": "@diff0/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/amazon-bedrock": "^3.0.29",
"@ai-sdk/google": "^2.0.17",
"@ai-sdk/openai": "^2.0.42",
"@ai-sdk/react": "^2.0.59",
"@mendable/firecrawl-js": "^4.3.7",
"@t3-oss/env-core": "^0.13.8",
"ai": "^5.0.59",
"react": "19.2.0",
"react-markdown": "^10.1.0",
"scorecard-ai": "^2.1.1",
"tailwind-merge": "^3.3.0",
"zod": "^4.1.12"
},
"devDependencies": {
"@types/node": "^24.3.0",
"@types/react": "^19.2.2",
"@types/react-dom": "^19.2.2",
"typescript": "^5.9.2"
}
}