-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
121 lines (121 loc) · 3.96 KB
/
package.json
File metadata and controls
121 lines (121 loc) · 3.96 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
{
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"db:generate": "drizzle-kit generate",
"db:push": "drizzle-kit push",
"db:studio": "drizzle-kit studio",
"db:drop": "drizzle-kit drop",
"db:check": "drizzle-kit check",
"db:migrate": "drizzle-kit migrate",
"ingest": "npx inngest-cli@latest dev --no-poll",
"be": "__NEXT_TEST_MODE=true pnpm build",
"pkit:add": "node ./add-prompt-kit-component.js",
"vi": "npx tsx ./verify-identity-script.ts",
"db:types": "npx supabase gen types typescript --project-id qwdgjawkvdmtyyzdozhf --schema public > database.types.ts",
"test": "vitest tests/unit",
"pretest:e2e:run": "pnpm run build",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:headed": "playwright test --headed",
"test:chrome": "playwright test --project=chromium",
"test:debug": "playwright test --debug",
"test:report": "playwright show-report"
},
"dependencies": {
"@ai-sdk/google": "^1.2.19",
"@ai-sdk/openai": "^1.3.16",
"@ai-sdk/openai-compatible": "^0.2.14",
"@ai-sdk/react": "^1.2.9",
"@faker-js/faker": "^9.9.0",
"@hookform/resolvers": "^5.0.1",
"@langchain/community": "^0.3.41",
"@langchain/core": "^0.3.45",
"@langchain/langgraph": "^0.2.64",
"@mendable/firecrawl-js": "^1.29.1",
"@mistralai/mistralai": "^1.7.4",
"@opentelemetry/api-logs": "^0.203.0",
"@opentelemetry/instrumentation": "^0.203.0",
"@opentelemetry/sdk-logs": "^0.203.0",
"@radix-ui/react-accordion": "^1.2.11",
"@radix-ui/react-avatar": "^1.1.4",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-dialog": "^1.1.10",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-hover-card": "^1.1.14",
"@radix-ui/react-label": "^2.1.3",
"@radix-ui/react-popover": "^1.1.14",
"@radix-ui/react-progress": "^1.1.4",
"@radix-ui/react-radio-group": "^1.3.2",
"@radix-ui/react-select": "^2.1.7",
"@radix-ui/react-separator": "^1.1.3",
"@radix-ui/react-slider": "^1.2.4",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-switch": "^1.1.4",
"@radix-ui/react-tabs": "^1.1.7",
"@radix-ui/react-toast": "^1.2.7",
"@radix-ui/react-tooltip": "^1.2.0",
"@supabase/ssr": "^0.6.1",
"@supabase/supabase-js": "^2.49.4",
"@tanstack/react-query": "^5.74.4",
"@trpc/client": "^11.1.0",
"@trpc/react-query": "^11.1.0",
"@trpc/server": "^11.1.0",
"@vercel/otel": "^1.13.0",
"ai": "^4.3.16",
"autoprefixer": "10.4.20",
"class-variance-authority": "^0.7.0",
"client-only": "^0.0.1",
"clsx": "^2.1.1",
"dotenv": "^16.4.5",
"drizzle-orm": "^0.42.0",
"drizzle-zod": "^0.7.1",
"framer-motion": "^12.7.4",
"inngest": "^3.35.0",
"langchain": "^0.3.22",
"langfuse": "^3.38.4",
"langfuse-vercel": "^3.38.4",
"lucide-react": "^0.468.0",
"marked": "^16.0.0",
"nanoid": "^5.1.5",
"next": "latest",
"next-safe-action": "^7.10.5",
"next-themes": "^0.4.3",
"officeparser": "^5.2.0",
"pdf-parse": "^1.1.1",
"postgres": "^3.4.5",
"prettier": "^3.3.3",
"react": "19.0.0",
"react-dom": "19.0.0",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.55.0",
"react-markdown": "^10.1.0",
"remark-breaks": "^4.0.0",
"remark-gfm": "^4.0.1",
"server-only": "^0.0.1",
"shiki": "^3.8.0",
"sonner": "^2.0.3",
"superjson": "^2.2.2",
"unpdf": "^1.0.6",
"use-stick-to-bottom": "^1.1.1",
"zod": "^3.24.3",
"zustand": "^5.0.3"
},
"devDependencies": {
"@playwright/test": "^1.54.1",
"@types/node": "22.10.2",
"@types/react": "^19.0.2",
"@types/react-dom": "19.0.2",
"depcheck": "^1.4.7",
"drizzle-kit": "^0.31.0",
"postcss": "8.4.49",
"supabase": "^2.31.4",
"tailwind-merge": "^2.5.2",
"tailwindcss": "3.4.17",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.7.2",
"vitest": "^3.2.4"
}
}