-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
99 lines (99 loc) · 2.83 KB
/
package.json
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
{
"name": "devscribeai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "prisma generate"
},
"dependencies": {
"@clerk/nextjs": "^4.29.5",
"@clerk/themes": "^1.7.9",
"@google-ai/generativelanguage": "^0.2.1",
"@langchain/community": "^0.0.27",
"@langchain/google-genai": "^0.0.10",
"@langchain/openai": "^0.0.14",
"@mdx-js/loader": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/mdx": "^14.1.0",
"@prisma/client": "^5.8.1",
"@qdrant/js-client-rest": "^1.7.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-switch": "^1.0.3",
"@tanstack/react-query": "^4.36.1",
"@trpc/client": "^10.45.1",
"@trpc/next": "^10.45.1",
"@trpc/react-query": "^10.45.1",
"@trpc/server": "^10.45.1",
"@types/mdx": "^2.0.11",
"@vercel/analytics": "^1.2.2",
"@vercel/speed-insights": "^1.0.10",
"canvas": "^2.11.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"date-fns": "^3.3.1",
"framer-motion": "^11.0.2",
"google-auth-library": "^8.9.0",
"gray-matter": "^4.0.3",
"html2canvas": "^1.4.1",
"js-tiktoken": "^1.0.10",
"jspdf": "^2.5.1",
"langchain": "^0.1.17",
"lodash": "^4.17.21",
"lucide-react": "^0.314.0",
"markdown-to-txt": "^2.0.1",
"next": "^14.1.1",
"next-themes": "^0.2.1",
"node-html-parser": "^6.1.13",
"prisma": "^5.10.2",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.50.0",
"react-player": "^2.14.1",
"react-share": "^5.1.0",
"react-spinners": "^0.13.8",
"react-textarea-autosize": "^8.5.3",
"rehype": "^13.0.1",
"rehype-sanitize": "^6.0.0",
"rehype-stringify": "^10.0.0",
"remark": "^15.0.1",
"remark-html": "^16.0.1",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.0",
"request": "^2.88.2",
"server-only": "^0.0.1",
"sonner": "^1.4.0",
"superjson": "^2.2.1",
"svix": "^1.20.0",
"tailwind-merge": "^2.2.1",
"tailwindcss-animate": "^1.0.7",
"unified": "^11.0.4",
"vaul": "^0.8.9",
"youtube-transcript": "^1.0.6",
"youtubei.js": "^5.8.0",
"ytdl-core": "^4.11.5",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/lodash": "^4.14.202",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"autoprefixer": "^10.0.1",
"eslint": "^8",
"eslint-config-next": "14.1.0",
"postcss": "^8",
"tailwind-scrollbar": "^3.0.5",
"tailwindcss": "^3.3.0",
"typescript": "^5"
}
}