-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
49 lines (49 loc) · 1.21 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
{
"name": "shlper",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@clerk/nextjs": "^4.29.11",
"@nextui-org/react": "^2.2.9",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-scroll-area": "^1.0.5",
"@stripe/stripe-js": "^3.2.0",
"ai": "^3.0.18",
"axios": "^1.6.8",
"bootstrap": "^5.3.3",
"class-variance-authority": "^0.7.0",
"framer-motion": "^11.0.6",
"lucide-react": "^0.364.0",
"next": "^14.2.3",
"next-auth": "^4.24.6",
"next-themes": "^0.2.1",
"node-fetch": "^3.3.2",
"openai": "^4.32.2",
"public-ip": "^6.0.1",
"react": "^18",
"react-bootstrap": "^2.10.1",
"react-dom": "^18",
"react-youtube": "^10.1.0",
"sonner": "^1.4.41",
"srt-parser-2": "^1.2.3",
"stripe": "^14.23.0",
"vaul": "^0.9.0",
"zod": "^3.22.4"
},
"devDependencies": {
"@tailwindcss/aspect-ratio": "^0.4.2",
"@types/node": "^20.11.20",
"@types/react": "^18.2.58",
"autoprefixer": "^10.4.19",
"daisyui": "^4.7.2",
"postcss": "^8.4.38",
"tailwindcss": "^3.4.3",
"typescript": "^5.3.3"
}
}