-
Notifications
You must be signed in to change notification settings - Fork 17
/
package.json
122 lines (122 loc) · 3.66 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
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
{
"name": "uxie",
"version": "1.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev",
"postinstall": "prisma generate",
"lint": "next lint",
"start": "next start",
"typecheck": "tsc --noEmit",
"format": "prettier --write \"**/*.{ts,tsx,md}\"",
"scripts:db-dump": "tsc src/scripts/db-dump"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.60",
"@blocknote/core": "^0.17.1",
"@blocknote/mantine": "^0.17.1",
"@blocknote/react": "^0.17.1",
"@hookform/resolvers": "^3.3.1",
"@huggingface/inference": "1",
"@liveblocks/client": "^1.7.0",
"@liveblocks/react": "^1.7.0",
"@liveblocks/yjs": "^1.7.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@paralleldrive/cuid2": "^2.2.2",
"@pinecone-database/doc-splitter": "^0.0.1",
"@pinecone-database/pinecone": "^1.1.1",
"@prisma/client": "^5.11.0",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@supabase/supabase-js": "^2.45.3",
"@t3-oss/env-nextjs": "^0.6.0",
"@tanstack/react-query": "^4.29.25",
"@trpc/client": "^10.34.0",
"@trpc/next": "^10.34.0",
"@trpc/react-query": "^10.34.0",
"@trpc/server": "^10.34.0",
"@types/pdf-parse": "^1.1.4",
"@uploadthing/react": "^7.0.2",
"ai": "^3.3.41",
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"cmdk": "^1.0.0",
"file-saver": "^2.0.5",
"framer-motion": "^10.16.4",
"langchain": "^0.0.171",
"lucide-react": "^0.436.0",
"next": "^14.1.3",
"next-auth": "^4.24.5",
"next-global-css": "^1.3.1",
"next-seo": "^6.4.0",
"nuqs": "^1.17.8",
"openai": "^4.28.0",
"pdf-parse": "^1.1.1",
"pdfjs-dist": "^2.16.105",
"react": "18.2.0",
"react-dom": "18.2.0",
"react-hook-form": "^7.46.2",
"react-intersection-observer": "^9.5.3",
"react-markdown": "^9.0.0",
"react-pdf-highlighter": "^6.1.0",
"react-resizable-panels": "^2.0.10",
"react-textarea-autosize": "^8.5.3",
"react-wrap-balancer": "^1.1.0",
"react-youtube": "^10.1.0",
"scribe.js-ocr": "^0.2.6",
"sonner": "^1.4.41",
"superjson": "^1.13.1",
"tailwind-merge": "^1.14.0",
"tailwindcss-animate": "^1.0.7",
"tsx": "^4.9.3",
"uploadthing": "^7.0.2",
"use-debounce": "^9.0.4",
"vaul": "^1.0.0",
"yjs": "^13.6.8",
"zod": "^3.22.2",
"zustand": "^4.4.6"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/eslint": "^8.44.2",
"@types/file-saver": "^2.0.6",
"@types/node": "^18.16.0",
"@types/pdfjs-dist": "^2.10.378",
"@types/react": "^18.2.20",
"@types/react-dom": "^18.2.7",
"@typescript-eslint/eslint-plugin": "^6.3.0",
"@typescript-eslint/parser": "^6.3.0",
"autoprefixer": "^10.4.14",
"eslint": "^8.47.0",
"eslint-config-next": "^13.4.13",
"postcss": "^8.4.27",
"prettier": "^3.0.0",
"prettier-plugin-organize-imports": "^3.2.4",
"prettier-plugin-tailwindcss": "^0.5.1",
"prisma": "^5.11.0",
"tailwindcss": "^3.3.3",
"typescript": "^5.6.2"
},
"ct3aMetadata": {
"initVersion": "7.19.0"
},
"pnpm": {
"patchedDependencies": {
"[email protected]": "patches/[email protected]"
},
"overrides": {
"vue": "3.4.0"
}
},
"packageManager": "[email protected]"
}