-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
70 lines (70 loc) · 2.08 KB
/
Copy pathpackage.json
File metadata and controls
70 lines (70 loc) · 2.08 KB
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
{
"name": "kiwi",
"private": true,
"workspaces": [
"apps/*",
"packages/*"
],
"scripts": {
"build": "dotenv -- turbo build",
"dev": "dotenv -- turbo dev",
"test": "dotenv -- turbo test",
"lint": "oxlint",
"format": "oxfmt",
"worker:dash": "dotenv -- bun run --filter @kiwi/worker dashboard",
"db:generate": "dotenv -- drizzle-kit generate",
"db:migrate": "dotenv -- drizzle-kit migrate",
"db:studio": "dotenv -- drizzle-kit studio"
},
"dependencies": {
"drizzle-orm": "catalog:"
},
"devDependencies": {
"@types/bun": "catalog:",
"dotenv-cli": "^11.0.0",
"drizzle-kit": "1.0.0-rc.3",
"oxfmt": "^0.54.0",
"oxlint": "^1.69.0",
"oxlint-tsgolint": "^0.23.0",
"turbo": "^2.9.16"
},
"overrides": {
"prosemirror-model": "1.25.7",
"zod": "4.4.3"
},
"packageManager": "bun@1.3.11",
"catalog": {
"drizzle-orm": "1.0.0-rc.3",
"@t3-oss/env-core": "^0.13.11",
"openworkflow": "^0.9.0",
"postgres": "^3.4.9",
"better-result": "^2.9.2",
"@types/bun": "1.3.14",
"typescript": "^6.0.3",
"better-auth": "1.6.14",
"@better-auth/api-key": "1.6.14",
"better-auth-credentials-plugin": "0.5.2",
"pg": "^8.21.0",
"@types/pg": "^8.18.0",
"bun-types": "latest",
"zod": "4.4.3",
"next": "^16.2.7",
"next-themes": "^0.4.6",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"@types/node": "^25.9.2",
"@types/react": "^19.2.17",
"@types/react-dom": "^19",
"@ai-sdk/anthropic": "^3.0.81",
"@ai-sdk/azure": "^3.0.70",
"@ai-sdk/openai": "^3.0.68",
"@ai-sdk/openai-compatible": "^2.0.48",
"@ai-sdk/provider": "^3.0.10",
"@ai-sdk/react": "^3.0.199",
"@modelcontextprotocol/sdk": "^1.29.0",
"ai": "^6.0.197"
},
"patchedDependencies": {
"openworkflow@0.9.0": "patches/openworkflow@0.9.0.patch"
}
}