-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
63 lines (63 loc) · 1.74 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
{
"name": "codehub",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@alan-ai/alan-sdk-web": "^1.8.54",
"@codemirror/lang-css": "^6.2.1",
"@codemirror/lang-html": "^6.4.8",
"@codemirror/lang-javascript": "^6.2.2",
"@hookform/resolvers": "^3.3.4",
"@material-tailwind/react": "^2.1.5",
"@nextui-org/avatar": "^2.0.26",
"@nextui-org/button": "^2.0.29",
"@nextui-org/react": "^2.2.10",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-slot": "^1.0.2",
"@react-spring/web": "^9.7.3",
"@supabase/auth-ui-react": "^0.4.7",
"@supabase/auth-ui-shared": "^0.1.8",
"@supabase/ssr": "^0.1.0",
"@supabase/supabase-js": "^2.42.3",
"@uiw/react-codemirror": "^4.21.25",
"ai": "^3.0.24",
"axios": "^1.6.8",
"axios-rate-limit": "^1.3.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.0",
"convex": "^1.11.0",
"framer-motion": "^10.18.0",
"gsap": "^3.12.2",
"lucide-react": "^0.372.0",
"next": "14.0.3",
"next-cloudinary": "^6.3.0",
"openai": "^3.3.0",
"openai-edge": "^1.2.2",
"react": "^18",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.51.3",
"react-hot-toast": "^2.4.1",
"react-icons": "^4.12.0",
"react-markdown": "^9.0.1",
"styled-components": "^6.1.1",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"uuid": "^9.0.1",
"zod": "^3.22.5"
},
"devDependencies": {
"@types/react": "18.2.79",
"autoprefixer": "^10.0.1",
"daisyui": "^4.10.1",
"postcss": "^8",
"tailwindcss": "^3.3.0",
"typescript": "5.4.5"
}
}