-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
69 lines (69 loc) · 2.01 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
{
"name": "custom-cover-letter",
"version": "0.0.0",
"private": true,
"scripts": {
"dev": "next dev --turbo",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.71",
"@ai-sdk/react": "^0.0.70",
"@ai-sdk/ui-utils": "^1.0.5",
"@hookform/resolvers": "^3.9.1",
"@opentelemetry/api-logs": "^0.53.0",
"@opentelemetry/instrumentation": "^0.53.0",
"@opentelemetry/sdk-logs": "^0.53.0",
"@radix-ui/react-icons": "^1.3.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tooltip": "^1.1.2",
"@sparticuz/chromium": "^130.0.0",
"@tailwindcss/forms": "^0.5.9",
"@types/sbd": "^1.0.5",
"@vercel/analytics": "^1.3.1",
"@vercel/blob": "^0.24.1",
"@vercel/kv": "^3.0.0",
"@vercel/otel": "^1.10.0",
"ai": "^3.4.32",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"langfuse-vercel": "^3.27.0",
"lucide-react": "^0.446.0",
"next": "14.2.16",
"next-themes": "^0.3.0",
"openai": "^4.52.6",
"pino-logflare": "^0.4.2",
"playwright-core": "1.47.2",
"puppeteer-core": "^23.7.1",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.53.2",
"react-markdown": "^9.0.1",
"react-textarea-autosize": "^8.5.3",
"sbd": "^1.0.19",
"sonner": "^1.5.0",
"zod": "^3.23.8"
},
"devDependencies": {
"@tailwindcss/typography": "^0.5.13",
"@types/node": "^20.14.9",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"autoprefixer": "^10.4.19",
"eslint": "^8.57.0",
"eslint-config-next": "15.0.0-canary.202",
"eslint-config-prettier": "^9.1.0",
"eslint-import-resolver-typescript": "^3.6.3",
"eslint-plugin-import": "^2.31.0",
"eslint-plugin-tailwindcss": "^3.17.5",
"postcss": "^8.4.39",
"prettier": "^3.3.2",
"tailwind-merge": "^2.5.4",
"tailwindcss": "^3.4.13",
"tailwindcss-animate": "^1.0.7",
"typescript": "5.5.4"
}
}