-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
63 lines (63 loc) · 1.91 KB
/
package.json
File metadata and controls
63 lines (63 loc) · 1.91 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
{
"name": "noteble-ai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"db": "npx convex dev",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^6.10.2",
"@google/generative-ai": "^0.24.0",
"@langchain/community": "^0.3.35",
"@langchain/core": "^0.3.42",
"@langchain/google-genai": "^0.1.11",
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-avatar": "^1.1.11",
"@radix-ui/react-checkbox": "^1.3.3",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-dropdown-menu": "^2.1.6",
"@radix-ui/react-hover-card": "^1.1.5",
"@radix-ui/react-label": "^2.1.2",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-separator": "^1.1.8",
"@radix-ui/react-slot": "^1.2.4",
"@radix-ui/react-switch": "^1.2.6",
"@radix-ui/react-tabs": "^1.1.13",
"@radix-ui/react-tooltip": "^1.1.8",
"@tailwindcss/typography": "^0.5.16",
"@tiptap/extension-document": "^2.11.6",
"@tiptap/extension-image": "^2.11.6",
"@tiptap/extension-link": "^2.11.6",
"@tiptap/extension-paragraph": "^2.11.6",
"@tiptap/extension-placeholder": "^2.11.6",
"@tiptap/extension-text": "^2.11.6",
"@tiptap/react": "^2.11.6",
"@tiptap/starter-kit": "^2.11.6",
"axios": "^1.8.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"convex": "^1.18.2",
"date-fns": "^4.1.0",
"html-react-parser": "^5.2.2",
"lucide-react": "^0.469.0",
"next": "^15.2.3",
"next-themes": "^0.4.6",
"pdf-parse": "^1.1.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-icons": "^5.4.0",
"sonner": "^1.7.4",
"tailwind-merge": "^2.6.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^11.1.0"
},
"devDependencies": {
"postcss": "^8",
"tailwindcss": "^3.4.1"
}
}