-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
75 lines (75 loc) Β· 2.06 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
{
"name": "genius-ai",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"postinstall": "npx prisma generate --no-engine"
},
"dependencies": {
"@ai-sdk/openai": "^1.0.4",
"@cloudinary/url-gen": "^1.19.0",
"@hookform/resolvers": "^3.3.4",
"@next-auth/prisma-adapter": "^1.0.7",
"@nextui-org/button": "^2.0.32",
"@nextui-org/react": "^2.4.0",
"@prisma/client": "^6.1.0",
"@prisma/extension-accelerate": "^1.0.0",
"@radix-ui/react-alert-dialog": "^1.0.5",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-dialog": "^1.0.5",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-progress": "^1.1.1",
"@radix-ui/react-slot": "^1.0.2",
"@radix-ui/react-toast": "^1.1.5",
"@vercel/analytics": "^1.4.1",
"ai": "^4.0.3",
"class-variance-authority": "^0.7.0",
"cloudinary": "^2.0.3",
"clsx": "^2.1.1",
"embla-carousel-autoplay": "8.0.0-rc22",
"embla-carousel-react": "8.0.0-rc22",
"framer-motion": "^11.11.17",
"highlight.js": "^11.10.0",
"lucide-react": "^0.330.0",
"nanoid": "^5.0.7",
"next": "14.1.0",
"next-auth": "^4.24.6",
"razorpay": "^2.9.4",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-hook-form": "^7.51.0",
"react-hot-toast": "^2.4.1",
"react-icons": "^5.4.0",
"react-images-uploading": "^3.1.7",
"react-markdown": "^9.0.1",
"rehype-highlight": "^7.0.1",
"rehype-katex": "^7.0.1",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"replicate": "^0.27.1",
"sharp": "^0.33.3",
"tailwind-merge": "^2.5.4",
"tailwindcss-animate": "^1.0.7",
"typewriter-effect": "^2.21.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@types/node": "^20.11.24",
"@types/react": "^18.2.61",
"@types/react-dom": "^18.2.19",
"@xpd/tailwind-3dtransforms": "^1.0.3",
"autoprefixer": "^10.4.18",
"eslint": "^8.57.0",
"eslint-config-next": "14.1.0",
"postcss": "^8.4.35",
"prettier": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.8",
"prisma": "^6.1.0",
"tailwindcss": "^3.4.1",
"typescript": "^5.3.3"
}
}