-
-
Notifications
You must be signed in to change notification settings - Fork 144
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.8 KB
/
package.json
File metadata and controls
57 lines (57 loc) · 1.8 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
{
"name": "@orpc/content",
"type": "module",
"private": true,
"scripts": {
"dev": "vitepress dev",
"build": "vitepress build",
"serve": "vitepress serve"
},
"devDependencies": {
"@ai-sdk/google": "^3.0.43",
"@ai-sdk/react": "^3.0.118",
"@opentelemetry/instrumentation": "^0.213.0",
"@opentelemetry/sdk-node": "^0.213.0",
"@opentelemetry/sdk-trace-web": "^2.6.0",
"@orpc/ai-sdk": "workspace:*",
"@orpc/arktype": "workspace:*",
"@orpc/client": "workspace:*",
"@orpc/contract": "workspace:*",
"@orpc/experimental-publisher": "workspace:*",
"@orpc/experimental-ratelimit": "workspace:*",
"@orpc/experimental-react-swr": "workspace:*",
"@orpc/openapi": "workspace:*",
"@orpc/openapi-client": "workspace:*",
"@orpc/otel": "workspace:*",
"@orpc/react": "workspace:*",
"@orpc/react-query": "workspace:*",
"@orpc/server": "workspace:*",
"@orpc/shared": "workspace:*",
"@orpc/valibot": "workspace:*",
"@orpc/vue-colada": "workspace:*",
"@orpc/vue-query": "workspace:*",
"@orpc/zod": "workspace:*",
"@pinia/colada": "^0.21.7",
"@sentry/node": "^10.42.0",
"@shikijs/vitepress-twoslash": "^3.22.0",
"@tanstack/react-query": "^5.90.21",
"@tanstack/solid-query": "^5.90.23",
"@tanstack/svelte-query": "^6.1.0",
"@tanstack/vue-query": "^5.92.9",
"@types/node": "^22.19.3",
"ai": "^6.0.116",
"markdown-it-task-lists": "^2.1.1",
"mermaid": "^11.12.3",
"openai": "^6.27.0",
"pinia": "^3.0.4",
"superjson": "^2.2.6",
"svelte": "^5.53.7",
"vitepress": "1.6.4",
"vitepress-plugin-group-icons": "^1.7.1",
"vitepress-plugin-llms": "^1.11.0",
"vitepress-plugin-mermaid": "^2.0.17",
"vitepress-plugin-shiki-twoslash": "^0.0.6",
"vue": "^3.5.29",
"zod": "^4.3.6"
}
}