-
-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathpackage.json
96 lines (96 loc) · 2.98 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
{
"name": "manage-prompt",
"version": "0.2.0",
"private": true,
"scripts": {
"dev": "next dev",
"generate": "DATABASE_URL=$PUBLIC_DATABASE_URL prisma generate",
"prebuild": "DATABASE_URL=$PUBLIC_DATABASE_URL prisma migrate deploy && prisma generate",
"build": "next build",
"start": "next start",
"lint": "biome check ."
},
"dependencies": {
"@ai-sdk/anthropic": "^1.1.6",
"@ai-sdk/azure": "^1.1.9",
"@ai-sdk/openai": "^1.1.9",
"@ai-sdk/xai": "^1.1.8",
"@headlessui/react": "^1.7.18",
"@headlessui/tailwindcss": "^0.2.0",
"@mozilla/readability": "^0.5.0",
"@paralleldrive/cuid2": "^2.2.2",
"@prisma/adapter-pg": "^5.17.0",
"@prisma/client": "^6.3.1",
"@radix-ui/react-avatar": "^1.0.3",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-separator": "^1.0.3",
"@radix-ui/react-slider": "^1.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.0.3",
"@radix-ui/react-tabs": "^1.0.4",
"@radix-ui/react-tooltip": "^1.1.2",
"@remixicon/react": "^4.1.1",
"@sentry/nextjs": "^8.55.0",
"@uidotdev/usehooks": "^2.4.1",
"@upstash/rag-chat": "^2.0.3",
"@upstash/ratelimit": "^1.0.1",
"@upstash/redis": "^1.34.3",
"@upstash/vector": "^1.1.5",
"ai": "^4.1.16",
"autoprefixer": "10.4.14",
"better-auth": "1.1.17",
"bufferutil": "^4.0.8",
"capture-node": "^2.1.0",
"class-variance-authority": "^0.6.1",
"classnames": "^2.3.2",
"clsx": "^1.2.1",
"eslint-config-next": "^15.1.7",
"jsdom": "^25.0.1",
"lucide-react": "^0.244.0",
"next": "15.1.7",
"next-themes": "^0.4.4",
"pg": "^8.12.0",
"postcss": "8.4.23",
"postmark": "^4.0.5",
"prismjs": "^1.29.0",
"react": "19.0.0",
"react-apiembed": "^0.1.9",
"react-cookie": "^6.1.1",
"react-dom": "19.0.0",
"react-dropzone": "^14.2.3",
"react-markdown": "^9.0.1",
"react-syntax-highlighter": "^15.5.0",
"recharts": "^2.12.7",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.0",
"sharp": "^0.32.0",
"slugify": "^1.6.6",
"sonner": "^1.7.4",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.4.1",
"tailwindcss-animate": "^1.0.7",
"vaul": "^0.9.0",
"zod": "^3.22.4",
"zod-validation-error": "^3.0.2"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@tailwindcss/forms": "^0.5.7",
"@tailwindcss/typography": "^0.5.9",
"@types/node": "20.1.0",
"@types/pg": "^8.11.6",
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3",
"prisma": "^6.3.1",
"typescript": "5.0.4"
},
"overrides": {
"@types/react": "19.0.8",
"@types/react-dom": "19.0.3"
},
"packageManager": "pnpm@9.15.4+sha512.b2dc20e2fc72b3e18848459b37359a32064663e5627a51e4c74b2c29dd8e8e0491483c3abb40789cfd578bf362fb6ba8261b05f0387d76792ed6e23ea3b1b6a0"
}