-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
126 lines (126 loc) · 3.8 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
123
124
125
126
{
"name": "plebresume",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"ts-lint": "tsc --noEmit --incremental --watch",
"postinstall": "prisma generate --no-engine"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.46",
"@hookform/error-message": "^2.0.1",
"@hookform/resolvers": "^3.3.4",
"@kinde-oss/kinde-auth-nextjs": "^2.0.13",
"@mdxeditor/editor": "2.20.7",
"@neondatabase/serverless": "^0.8.1",
"@onedoc/client": "^0.1.29",
"@onedoc/react-print": "^0.1.119",
"@pinecone-database/pinecone": "^1.1.2",
"@prisma/adapter-neon": "5.10.2",
"@prisma/client": "5.10.2",
"@prisma/extension-accelerate": "^0.6.3",
"@radix-ui/react-accordion": "^1.1.2",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-dropdown-menu": "^2.0.6",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.0.7",
"@radix-ui/react-progress": "^1.0.3",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-toast": "^1.1.5",
"@radix-ui/react-toolbar": "^1.0.4",
"@radix-ui/react-tooltip": "^1.0.7",
"@react-pdf/renderer": "^3.3.8",
"@sentry/nextjs": "^7.93.0",
"@sparticuz/chromium-min": "^121.0.0",
"@tanstack/react-query": "^4.0.0",
"@tanstack/react-table": "^8.12.0",
"@trpc/client": "^10.45.0",
"@trpc/next": "^10.45.0",
"@trpc/react-query": "^10.45.0",
"@trpc/server": "^10.45.0",
"@types/jspdf": "^2.0.0",
"@uiw/react-md-editor": "^4.0.4",
"@uploadthing/react": "^6.6.0",
"@vercel/og": "^0.6.2",
"@welldone-software/why-did-you-render": "^8.0.3",
"ace-builds": "^1.35.5",
"ai": "^3.3.7",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"cmdk": "^0.2.0",
"date-fns": "^3.3.1",
"dotenv": "^16.3.1",
"drizzle-orm": "^0.29.4",
"framer-motion": "^10.17.9",
"geist": "^1.2.0",
"generate-env-example": "^1.1.0",
"html-to-image": "^1.11.11",
"html2canvas": "^1.4.1",
"jspdf": "^2.5.1",
"langchain": "^0.1.2",
"lottie-react": "^2.4.0",
"lucide-react": "^0.304.0",
"markdown-to-jsx": "^7.4.1",
"marked": "^14.0.0",
"md-to-pdf": "^5.2.4",
"next": "14.0.4",
"next-remove-imports": "^1.0.12",
"next-themes": "^0.2.1",
"openai": "^4.24.3",
"pdf-parse": "^1.1.1",
"pg": "^8.11.3",
"prisma": "5.10.2",
"react": "^18",
"react-ace": "^12.0.0",
"react-day-picker": "^8.10.0",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.51.0",
"react-lite-youtube-embed": "^2.4.0",
"react-markdown": "^9.0.1",
"react-pdf": "^7.6.0",
"react-pdf-html": "^1.2.0",
"react-pdf-tailwind": "^2.2.1",
"react-resize-detector": "^9.1.1",
"react-simplemde-editor": "^5.2.0",
"react-textarea-autosize": "^8.5.3",
"simplebar-react": "^3.2.4",
"sonner": "^1.3.1",
"tailwind-merge": "^2.2.0",
"tailwindcss-animate": "^1.0.7",
"unified": "^11.0.4",
"uploadthing": "^6.12.0",
"uuid": "^9.0.1",
"vaul": "^0.8.0",
"ws": "^8.16.0",
"zod": "^3.23.8",
"zustand": "^4.5.2"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.10",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/ws": "^8.5.10",
"autoprefixer": "^10.0.1",
"drizzle-kit": "^0.20.14",
"eslint": "^8",
"eslint-config-next": "14.0.4",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "^5"
},
"optionalDependencies": {
"bufferutil": "^4.0.8"
}
}