-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
105 lines (105 loc) · 3.02 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
{
"name": "threads",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"postinstall": "prisma generate",
"generate": "drizzle-kit generate",
"migrate": "drizzle-kit migrate"
},
"dependencies": {
"@ai-sdk/mistral": "^0.0.20",
"@anthropic-ai/sdk": "^0.24.1",
"@clerk/nextjs": "^4.21.15",
"@clerk/themes": "^1.7.5",
"@headlessui/react": "^2.1.2",
"@hookform/resolvers": "^3.1.1",
"@next-auth/upstash-redis-adapter": "^3.0.4",
"@nextui-org/autocomplete": "^2.1.2",
"@nextui-org/react": "^2.4.2",
"@nextui-org/system": "^2.2.2",
"@nextui-org/theme": "^2.2.6",
"@prisma/client": "^5.16.1",
"@prisma/extension-accelerate": "^1.1.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-menubar": "^1.0.3",
"@radix-ui/react-select": "^1.2.2",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.1.4",
"@sentry/nextjs": "^8.14.0",
"@starlo/typeify": "^1.0.0",
"@stripe/stripe-js": "^4.1.0",
"@supabase/supabase-js": "^2.44.3",
"@tailwindcss/forms": "^0.5.7",
"@types/node": "20.4.2",
"@types/react": "18.2.15",
"@types/react-dom": "18.2.7",
"@uploadthing/react": "^5.7.0",
"@upstash/redis": "^1.32.0",
"@vercel/analytics": "^1.3.1",
"@vercel/postgres": "^0.9.0",
"ai": "^3.2.15",
"autoprefixer": "10.4.14",
"axios": "^1.7.2",
"class-variance-authority": "^0.6.1",
"clsx": "^1.2.1",
"date-fns": "^3.6.0",
"drizzle-orm": "^0.31.2",
"encoding": "^0.1.13",
"eslint": "8.45.0",
"eslint-config-next": "13.4.10",
"eslint-config-prettier": "^8.8.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-tailwindcss": "^3.13.0",
"express": "^4.19.2",
"framer-motion": "^11.2.14",
"ioredis": "^5.4.1",
"lucide-react": "^0.260.0",
"micro": "^10.0.1",
"mongoose": "^7.3.4",
"nanoid": "^5.0.7",
"next": "13.4.10",
"next-auth": "^4.24.7",
"openai": "^4.52.3",
"pg": "^8.12.0",
"postcss": "^8.4.39",
"prettier": "^3.0.0",
"prisma": "^5.16.1",
"pusher": "^5.2.0",
"pusher-js": "^8.4.0-rc2",
"react": "18.3.1",
"react-day-picker": "^8.10.1",
"react-dom": "18.3.1",
"react-hook-form": "^7.45.1",
"react-hot-toast": "^2.4.1",
"react-toastify": "^10.0.5",
"recharts": "^2.12.7",
"redis": "^4.6.15",
"stripe": "^16.1.0",
"svix": "^1.7.0",
"tailwind-merge": "^1.14.0",
"tailwindcss": "^3.4.0",
"tailwindcss-animate": "^1.0.7",
"ts-node": "^10.9.2",
"typescript": "5.1.6",
"uploadthing": "^5.2.0",
"use-debounce": "^10.0.1",
"v0": "^1.1.1",
"zod": "^3.21.4"
},
"devDependencies": {
"@swc/cli": "^0.4.0",
"@swc/core": "^1.6.13",
"@testing-library/jest-dom": "^6.4.6",
"@testing-library/react": "^16.0.0",
"drizzle-kit": "^0.22.8",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0"
}
}