-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
125 lines (125 loc) · 3.93 KB
/
package.json
File metadata and controls
125 lines (125 loc) · 3.93 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
{
"name": "ai-chatbot",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build --turbopack",
"start": "next start",
"lint": "next lint",
"db:reset": "npx prisma migrate reset && npx prisma migrate dev",
"db:seed": "npx tsx --env-file=.env ./prisma/seed.ts"
},
"dependencies": {
"@ai-sdk/anthropic": "^2.0.15",
"@ai-sdk/deepseek": "^1.0.15",
"@ai-sdk/gateway": "^1.0.20",
"@ai-sdk/google": "^2.0.13",
"@ai-sdk/provider": "^2.0.0",
"@ai-sdk/provider-utils": "^3.0.8",
"@ai-sdk/react": "^2.0.39",
"@better-auth/stripe": "^1.3.9",
"@blocknote/core": "^0.37.0",
"@blocknote/react": "^0.37.0",
"@blocknote/shadcn": "^0.37.0",
"@google-apps/meet": "^0.7.0",
"@googleapis/calendar": "^11.0.1",
"@googleapis/docs": "^5.0.1",
"@googleapis/drive": "^14.2.0",
"@googleapis/gmail": "^14.0.1",
"@googleapis/sheets": "^11.1.0",
"@hookform/resolvers": "^5.2.1",
"@modelcontextprotocol/sdk": "^1.17.5",
"@openrouter/ai-sdk-provider": "^0.7.5",
"@paralleldrive/cuid2": "^2.2.2",
"@prisma/client": "^6.15.0",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-context-menu": "^2.2.16",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-hover-card": "^1.1.15",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-progress": "^1.1.7",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.8",
"@radix-ui/react-use-controllable-state": "^1.2.2",
"@radix-ui/react-visually-hidden": "^1.2.3",
"@uploadthing/react": "^7.3.3",
"@xyflow/react": "^12.8.4",
"add": "^2.0.6",
"ai": "^5.0.39",
"better-auth": "^1.3.9",
"class-variance-authority": "^0.7.1",
"classnames": "^2.5.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"dexie": "^4.2.0",
"dexie-react-hooks": "^4.2.0",
"dlx": "^0.2.1",
"embla-carousel-react": "^8.6.0",
"endent": "^2.1.0",
"fast-deep-equal": "^3.1.3",
"google-auth-library": "^10.3.0",
"harden-react-markdown": "^1.0.5",
"ioredis": "^5.7.0",
"lucide-react": "^0.536.0",
"motion": "^12.23.12",
"next": "15.4.5",
"next-themes": "^0.4.6",
"node-fetch": "^3.3.2",
"pnpm": "^10.15.1",
"react": "19.1.0",
"react-dom": "19.1.0",
"react-dropzone": "^14.3.8",
"react-hook-form": "^7.62.0",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^3.0.5",
"react-syntax-highlighter": "^15.6.6",
"react-textarea-autosize": "^8.5.9",
"redis": "^5.8.2",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"resizable": "^2.0.0",
"resumable-stream": "^2.2.3",
"shadcn": "^2.10.0",
"sonner": "^2.0.7",
"streamdown": "^1.2.0",
"strict-url-sanitise": "^0.0.1",
"stripe": "^18.5.0",
"superjson": "^2.2.2",
"swr": "^2.3.6",
"tailwind-merge": "^3.3.1",
"ua-parser-js": "^2.0.5",
"uploadthing": "^7.7.4",
"use-stick-to-bottom": "^1.1.1",
"usehooks-ts": "^3.1.1",
"zod": "^4.1.5",
"zustand": "^5.0.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3.3.1",
"@tailwindcss/postcss": "^4.1.13",
"@types/node": "^20.19.13",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"@types/react-syntax-highlighter": "^15.5.13",
"eslint": "^9.35.0",
"eslint-config-next": "15.4.5",
"prisma": "^6.15.0",
"tailwindcss": "^4.1.13",
"tsx": "^4.20.5",
"tw-animate-css": "^1.3.8",
"typescript": "^5.9.2"
}
}