-
Notifications
You must be signed in to change notification settings - Fork 7
/
Copy pathpackage.json
106 lines (106 loc) · 3.14 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
106
{
"name": "brave",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"db:push": "bunx drizzle-kit push",
"db:studio": "bunx drizzle-kit studio",
"clean": "rm -rf .next"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.34",
"@ai-sdk/react": "^0.0.15",
"@clerk/nextjs": "^5.2.1",
"@google/generative-ai": "^0.14.1",
"@headlessui/react": "^2.1.1",
"@heroicons/react": "^2.1.4",
"@hookform/resolvers": "^3.9.0",
"@neondatabase/serverless": "^0.9.4",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-avatar": "^1.1.0",
"@radix-ui/react-checkbox": "^1.1.1",
"@radix-ui/react-collapsible": "^1.1.0",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.1",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-progress": "^1.1.0",
"@radix-ui/react-radio-group": "^1.2.0",
"@radix-ui/react-select": "^2.1.1",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@react-email/components": "^0.0.19",
"@react-three/drei": "^9.108.1",
"@react-three/fiber": "^8.16.8",
"@smastrom/react-rating": "^1.5.0",
"@toast-ui/react-editor": "^3.2.3",
"@types/canvas-confetti": "^1.6.4",
"@types/dom-to-image": "^2.6.7",
"@types/marked": "^6.0.0",
"@types/next-pwa": "^5.6.9",
"@types/nodemailer": "^6.4.15",
"@types/uuid": "^10.0.0",
"ai": "^3.2.16",
"autoprefixer": "10.4.19",
"canvas-confetti": "^1.9.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"dom-to-image": "^2.6.0",
"draft-js": "^0.11.7",
"drizzle-orm": "^0.31.2",
"eslint": "9.6.0",
"eslint-config-next": "14.2.4",
"file-saver": "^2.0.5",
"framer-motion": "^11.2.12",
"html2canvas-pro": "^1.5.7",
"jspdf": "^2.5.1",
"lucide-react": "^0.399.0",
"marked": "^13.0.1",
"moment": "^2.30.1",
"mongodb": "^6.8.0",
"mongoose": "^8.5.1",
"nanoid": "^5.0.7",
"next": "^14.2.5",
"next-nprogress-bar": "^2.3.13",
"next-pwa": "^5.6.0",
"next-themes": "^0.3.0",
"nodemailer": "^6.9.14",
"postcss": "^8.4.38",
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-hook-form": "^7.52.1",
"react-hook-speech-to-text": "^0.8.0",
"react-markdown": "^9.0.1",
"react-quill": "^2.0.0",
"react-slick": "^0.30.2",
"react-to-pdf": "^1.0.1",
"react-web-share": "^2.0.2",
"react-webcam": "^7.2.0",
"sharp": "^0.33.4",
"slick-carousel": "^1.8.1",
"sonner": "^1.5.0",
"tailwind-merge": "^2.3.0",
"tailwindcss": "3.4.4",
"tailwindcss-animate": "^1.0.7",
"three": "^0.166.1",
"three-globe": "^2.31.1",
"typescript": "5.5.2",
"use-pwa": "^2.2.0",
"uuid": "^10.0.0",
"xlsx": "^0.18.5",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20.14.8",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-slick": "^0.23.13",
"daisyui": "^4.12.10",
"drizzle-kit": "^0.22.8"
}
}