-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
134 lines (134 loc) · 4.12 KB
/
Copy pathpackage.json
File metadata and controls
134 lines (134 loc) · 4.12 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
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
{
"name": "agentic-search",
"private": true,
"type": "module",
"scripts": {
"dev": "node ./scripts/run-vite-dev.mjs --port 3000",
"dev:instrumented": "node --import ./instrument.server.mjs ./scripts/run-vite-dev.mjs --port 3000",
"build": "vite build",
"build:cloudflare": "vite build",
"serve": "vite preview",
"test": "vitest run",
"test:unit": "vitest run tests/unit",
"test:integration": "vitest run tests/integration",
"test:e2e": "playwright test",
"test:all": "vitest run && playwright test",
"test:coverage": "vitest run --coverage",
"typecheck": "tsc --noEmit",
"format": "biome format",
"lint": "biome lint",
"check": "biome check",
"start": "node .output/server/index.mjs",
"convex:dev": "convex dev",
"convex:deploy": "convex deploy",
"deploy": "pnpm run build && wrangler deploy",
"preview": "pnpm run build && vite preview",
"cf-typegen": "wrangler types"
},
"dependencies": {
"@ai-sdk/anthropic": "^2.0.1",
"@ai-sdk/azure": "^2.0.66",
"@ai-sdk/google": "^2.0.29",
"@ai-sdk/openai": "^2.0.64",
"@ai-sdk/openai-compatible": "^1.0.27",
"@ai-sdk/react": "^2.0.8",
"@auth/core": "^0.37.4",
"@aws-sdk/client-s3": "^3.1006.0",
"@aws-sdk/s3-request-presigner": "^3.1006.0",
"@cloudflare/vite-plugin": "^1.29.0",
"@convex-dev/auth": "^0.0.90",
"@convex-dev/react-query": "0.0.0-alpha.11",
"@modelcontextprotocol/sdk": "^1.25.2",
"@orpc/client": "^1.13.7",
"@orpc/json-schema": "^1.13.7",
"@orpc/openapi": "^1.13.7",
"@orpc/server": "^1.13.7",
"@orpc/tanstack-query": "^1.13.7",
"@orpc/zod": "^1.13.7",
"@sentry/react": "^10.26.0",
"@sentry/tanstackstart-react": "^10.26.0",
"@sentry/vite-plugin": "^4.6.0",
"@t3-oss/env-core": "^0.13.8",
"@tailwindcss/vite": "^4.0.6",
"@tanstack/react-devtools": "^0.7.0",
"@tanstack/react-query": "^5.66.5",
"@tanstack/react-query-devtools": "^5.84.2",
"@tanstack/react-router": "^1.132.0",
"@tanstack/react-router-devtools": "^1.132.0",
"@tanstack/react-router-ssr-query": "^1.131.7",
"@tanstack/react-start": "^1.132.0",
"@tanstack/react-store": "^0.7.0",
"@tanstack/router-plugin": "^1.132.0",
"@tanstack/store": "^0.7.0",
"@workos-inc/authkit-react": "^0.13.0",
"ai": "^5.0.8",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"convex": "^1.27.3",
"dotenv": "^17.2.3",
"he": "^1.2.0",
"highlight.js": "^11.11.1",
"lucide-react": "^0.544.0",
"ollama": "^0.6.2",
"ollama-ai-provider": "^1.2.0",
"pdf-parse": "^2.4.5",
"react": "^19.2.0",
"react-dom": "^19.2.0",
"react-markdown": "^10.1.0",
"rehype-highlight": "^7.0.0",
"rehype-raw": "^7.0.0",
"rehype-sanitize": "^6.0.0",
"remark-gfm": "^4.0.1",
"tailwind-merge": "^3.0.2",
"tailwindcss": "^4.0.6",
"tw-animate-css": "^1.3.6",
"vectordb": "^0.21.2",
"vite-tsconfig-paths": "^5.1.4",
"xss": "^1.0.15",
"zod": "^4.1.11"
},
"devDependencies": {
"@biomejs/biome": "2.2.4",
"@playwright/test": "^1.58.2",
"@tanstack/devtools-event-client": "^0.3.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.2.0",
"@types/he": "^1.2.3",
"@types/node": "^22.10.2",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^5.0.4",
"@vitest/coverage-v8": "^3.2.4",
"baseline-browser-mapping": "^2.10.0",
"jsdom": "^27.0.0",
"shx": "^0.4.0",
"typescript": "^5.7.2",
"vite": "^7.1.7",
"vitest": "^3.0.5",
"web-vitals": "^5.1.0",
"wrangler": "^4.74.0"
},
"pnpm": {
"onlyBuiltDependencies": [
"workerd",
"esbuild",
"@esbuild/*",
"sharp",
"@sentry/cli"
],
"overrides": {
"seroval": "1.5.1",
"seroval-plugins": "1.5.1",
"hono": ">=4.12.8",
"minimatch": ">=9.0.7",
"rollup": ">=4.59.0",
"undici": ">=7.24.4",
"body-parser": ">=2.2.1",
"ajv": ">=8.18.0",
"qs": ">=6.14.1",
"js-yaml": ">=4.1.0",
"diff": ">=8.0.3",
"mdast-util-to-hast": ">=13.2.1"
}
}
}