-
-
Notifications
You must be signed in to change notification settings - Fork 63
Expand file tree
/
Copy pathpackage.json
More file actions
122 lines (122 loc) · 3.88 KB
/
package.json
File metadata and controls
122 lines (122 loc) · 3.88 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
{
"name": "devildev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"postinstall": "prisma generate",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^6.28.0",
"@e2b/code-interpreter": "^2.1.0",
"@floating-ui/react": "^0.27.16",
"@langchain/community": "^0.3.48",
"@langchain/core": "^0.3.62",
"@langchain/openai": "^0.5.18",
"@octokit/auth-app": "^8.1.0",
"@octokit/rest": "^22.0.0",
"@prisma/client": "^6.9.0",
"@radix-ui/react-avatar": "^1.1.10",
"@radix-ui/react-collapsible": "^1.1.11",
"@radix-ui/react-dialog": "^1.1.15",
"@radix-ui/react-dropdown-menu": "^2.1.16",
"@radix-ui/react-label": "^2.1.7",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-scroll-area": "^1.2.9",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@radix-ui/react-tabs": "^1.1.12",
"@radix-ui/react-tooltip": "^1.2.8",
"@react-three/fiber": "^9.3.0",
"@supabase/supabase-js": "^2.50.5",
"@tabler/icons-react": "^3.34.1",
"@tiptap/core": "^3.11.1",
"@tiptap/extension-collaboration": "^3.11.1",
"@tiptap/extension-color": "^3.11.1",
"@tiptap/extension-drag-handle": "^3.11.1",
"@tiptap/extension-drag-handle-react": "^3.11.1",
"@tiptap/extension-emoji": "^3.11.1",
"@tiptap/extension-highlight": "^3.11.1",
"@tiptap/extension-horizontal-rule": "^3.11.1",
"@tiptap/extension-image": "^3.11.1",
"@tiptap/extension-list": "^3.11.1",
"@tiptap/extension-mathematics": "^3.11.1",
"@tiptap/extension-mention": "^3.11.1",
"@tiptap/extension-node-range": "^3.11.1",
"@tiptap/extension-subscript": "^3.11.1",
"@tiptap/extension-superscript": "^3.11.1",
"@tiptap/extension-table": "^3.11.1",
"@tiptap/extension-text-align": "^3.11.1",
"@tiptap/extension-text-style": "^3.11.1",
"@tiptap/extension-typography": "^3.11.1",
"@tiptap/extension-unique-id": "^3.11.1",
"@tiptap/extensions": "^3.11.1",
"@tiptap/markdown": "^3.19.0",
"@tiptap/pm": "^3.11.1",
"@tiptap/react": "^3.11.1",
"@tiptap/suggestion": "^3.11.1",
"@tiptap/y-tiptap": "^3.0.1",
"@types/jszip": "^3.4.0",
"@vercel/analytics": "^1.5.0",
"ai": "^4.3.19",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cobe": "^0.6.4",
"color-bits": "^1.1.1",
"dodopayments": "^2.0.1",
"dotenv": "^17.2.3",
"fs": "^0.0.1-security",
"github-language-colors": "^1.0.0",
"gpt-tokenizer": "^3.0.1",
"inngest": "^3.44.3",
"is-hotkey": "^0.2.0",
"jszip": "^3.10.1",
"katex": "^0.16.4",
"langchain": "^0.3.37",
"lodash.throttle": "^4.1.1",
"lucide-react": "^0.511.0",
"motion": "^12.23.12",
"next": "15.3.8",
"openai": "^5.8.2",
"parallel-web": "^0.3.1",
"radix-ui": "^1.4.3",
"react": "^19.0.0",
"react-device-detect": "^2.2.3",
"react-dom": "^19.0.0",
"react-hotkeys-hook": "^5.2.1",
"react-icons": "^5.5.0",
"react-markdown": "^10.1.0",
"react-textarea-autosize": "^8.5.9",
"rehype-highlight": "^7.0.2",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"standardwebhooks": "^1.0.0",
"svix": "^1.69.0",
"swr": "^2.3.6",
"tailwind-merge": "^3.3.0",
"three": "^0.179.1",
"tiktoken": "^1.0.22",
"y-protocols": "^1.0.1",
"yjs": "^13.5.38",
"zod": "^3.25.54"
},
"devDependencies": {
"@ariakit/react": "^0.4.20",
"@tailwindcss/postcss": "^4",
"@tailwindcss/typography": "^0.5.19",
"@tiptap/starter-kit": "^3.11.1",
"@types/is-hotkey": "^0.1.10",
"@types/lodash.throttle": "^4.1.9",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"prisma": "^6.9.0",
"sass-embedded": "^1.93.3",
"tailwindcss": "^4",
"tw-animate-css": "^1.3.3",
"typescript": "^5"
}
}