-
Notifications
You must be signed in to change notification settings - Fork 45
/
package.json
95 lines (95 loc) · 2.8 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
{
"name": "truth-tunnel",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint:fix": "next lint --fix",
"lint": "next lint",
"prepare": "husky"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.29",
"@ai-sdk/react": "^0.0.2",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@hookform/resolvers": "^3.6.0",
"@next-auth/prisma-adapter": "^1.0.7",
"@prisma/client": "^5.20.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-avatar": "^1.1.1",
"@radix-ui/react-checkbox": "^1.1.2",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-label": "^2.1.0",
"@radix-ui/react-scroll-area": "^1.2.0",
"@radix-ui/react-separator": "^1.1.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-switch": "^1.1.0",
"@radix-ui/react-toast": "^1.2.1",
"@react-email/components": "^0.0.19",
"@tanstack/react-query": "^5.59.15",
"ai": "^3.1.36",
"axios": "^1.7.2",
"bcrypt": "^5.1.1",
"bcryptjs": "^2.4.3",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"comlink": "^4.4.1",
"dotenv": "^16.4.5",
"embla-carousel-autoplay": "^8.1.6",
"embla-carousel-react": "^8.1.6",
"font-awesome-icons": "^1.6.0",
"idb": "^8.0.0",
"input-otp": "^1.2.4",
"lucide-react": "^0.395.0",
"moment": "^2.30.1",
"mongoose": "^8.4.1",
"next": "14.2.4",
"next-auth": "^4.24.7",
"next-themes": "^0.3.0",
"nextjs-toploader": "^3.7.15",
"node-forge": "^1.3.1",
"nodemailer": "^6.9.14",
"openai": "^4.51.0",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.52.0",
"react-icons": "^5.3.0",
"resend": "^3.3.0",
"sonner": "^1.5.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"use-debounce": "^10.0.1",
"usehooks-ts": "^3.1.0",
"zod": "^3.23.8",
"zustand": "^5.0.0-rc.2"
},
"devDependencies": {
"@types/bcrypt": "^5.0.2",
"@types/bcryptjs": "^2.4.6",
"@types/diff-match-patch": "^1.0.36",
"@types/estree": "^1.0.6",
"@types/js-cookie": "^3.0.6",
"@types/json5": "^0.0.30",
"@types/node": "^20.16.11",
"@types/node-forge": "^1.3.11",
"@types/nodemailer": "^6.4.15",
"@types/prop-types": "^15.7.13",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/webidl-conversions": "^7.0.3",
"@types/whatwg-url": "^11.0.5",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"husky": "^9.1.6",
"postcss": "^8",
"prisma": "^5.20.0",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}