-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathpackage.json
87 lines (87 loc) · 2.49 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
{
"name": "my-app",
"version": "0.1.0",
"private": true,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:push": "drizzle-kit push",
"db:studio": "npx drizzle-kit studio"
},
"dependencies": {
"@clerk/nextjs": "^5.5.2",
"@clerk/themes": "^2.1.35",
"@google-cloud/text-to-speech": "^5.5.0",
"@google/generative-ai": "^0.17.2",
"@hookform/error-message": "^2.0.1",
"@mdxeditor/editor": "^3.14.0",
"@neondatabase/serverless": "^0.9.5",
"@prisma/client": "^5.21.1",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-context-menu": "^2.2.2",
"@radix-ui/react-hover-card": "^1.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-menubar": "^1.1.2",
"@radix-ui/react-navigation-menu": "^1.2.1",
"@radix-ui/react-radio-group": "^1.2.1",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@remotion/player": "^4.0.223",
"@stripe/react-stripe-js": "^2.8.1",
"@stripe/stripe-js": "^4.4.0",
"@types/nodemailer": "^6.4.16",
"@uploadcare/upload-client": "^6.14.2",
"@uploadthing/react": "^7.1.0",
"assemblyai": "^4.7.1",
"aws-sdk": "^2.1691.0",
"bull": "^4.16.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"drizzle-orm": "^0.33.0",
"firebase": "^11.0.1",
"framer-motion": "^11.11.9",
"fs": "^0.0.1-security",
"install": "^0.13.0",
"ioredis": "^5.4.1",
"lucide-react": "^0.439.0",
"mailtrap": "^3.4.0",
"marked": "^14.1.3",
"micro": "^10.0.1",
"next": "14.2.9",
"next-themes": "^0.3.0",
"nodemailer": "^6.9.15",
"openai": "^4.68.4",
"p-limit": "^6.1.0",
"playht": "^0.11.2-alpha.3",
"prisma": "^5.21.1",
"pusher": "^5.2.0",
"pusher-js": "^8.4.0-rc2",
"react": "18.2.0",
"react-day-picker": "^9.2.0",
"react-dom": "18.2.0",
"react-markdown": "^9.0.1",
"remotion": "^4.0.223",
"replicate": "^1.0.1",
"stripe": "^16.10.0",
"svix": "^1.33.0",
"tailwind-merge": "^2.5.2",
"tailwindcss-animate": "^1.0.7",
"uploadthing": "^7.2.0"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"drizzle-kit": "^0.24.2",
"eslint": "^8",
"eslint-config-next": "14.2.9",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}