-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 1.78 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 1.78 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
71
72
73
74
75
76
{
"name": "eventrelay",
"version": "1.0.0",
"private": true,
"packageManager": "npm@10.8.0",
"scripts": {
"build": "turbo run build",
"dev": "turbo run dev",
"lint": "turbo run lint",
"test": "turbo run test",
"build:web": "cd apps/web && npm run build",
"dev:web": "cd apps/web && npm run dev",
"install:all": "npm install"
},
"workspaces": [
"apps/*"
],
"engines": {
"node": ">=22.0.0",
"npm": ">=10.0.0"
},
"devDependencies": {
"@modelcontextprotocol/sdk": "^1.30.0",
"brace-expansion": "^5.0.9",
"eslint": "^9.39.5",
"next": "^16.2.11",
"turbo": "^2.10.12",
"typescript": "6.0.3",
"vitest": "^4.1.10"
},
"overrides": {
"typescript": "6.0.3",
"react": "^19",
"react-dom": "^19",
"next": "^16.2.11",
"nth-check": "^2.0.1",
"postcss": "^8.5.18",
"undici": "^6.22.0",
"esbuild": "^0.28.1",
"uuid": "11.1.1",
"@temporalio/client": {
"uuid": "11.1.1"
},
"vite": "^8.1.4",
"vitest": "^4.1.10",
"picomatch": "^4.0.5",
"protobufjs": "^7.6.5",
"sharp": "^0.35.0",
"@hono/node-server": "^2.0.5",
"nanoid@^3.0.0": "3.3.18",
"@workflow/core": {
"nanoid": "5.1.16"
},
"minimatch@3.1.5": {
"brace-expansion": "^1.1.17"
},
"minimatch@9.0.9": {
"brace-expansion": "^2.1.3"
}
},
"dependencies": {
"@ai-sdk/gateway": "^4.0.55",
"@dataconnect/generated": "file:src/dataconnect-generated",
"@google-cloud/text-to-speech": "^7.0.0",
"@google/genai": "^2.21.0",
"@opentelemetry/core": "^2.11.0",
"@types/node": "^26.4.1",
"ai": "^7.0.91",
"chrome-devtools-mcp": "^1.8.0",
"dotenv": "^17.4.2",
"openai": "^7.9.0",
"react": "^19",
"react-dom": "^19",
"tsx": "^4.23.13"
}
}