-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
59 lines (59 loc) · 1.54 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
{
"name": "chatbot",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"format": "prettier --write app components providers types hooks lib && yarn lint"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.28",
"@hookform/resolvers": "^3.9.1",
"@privy-io/react-auth": "^1.88.4",
"@stackso/js-core": "^0.4.16",
"@supabase/ssr": "^0.5.1",
"@supabase/supabase-js": "^2.45.1",
"@tanstack/react-query": "^5.56.2",
"@types/uuid": "^10.0.0",
"ai": "^3.3.17",
"apify-client": "^2.9.7",
"framer-motion": "^11.11.9",
"geist": "^1.3.1",
"gpt-tokenizer": "^2.2.1",
"html2pdf.js": "^0.10.2",
"joi": "^17.13.3",
"loops": "^3.4.0",
"lucide-react": "^0.446.0",
"next": "14.2.13",
"next-themes": "^0.3.0",
"openai": "^4.67.3",
"react": "^18",
"react-dom": "^18",
"react-hook-form": "^7.53.1",
"react-scroll-to": "^3.0.0-beta.6",
"react-toastify": "^10.0.6",
"react-tooltip": "^5.28.0",
"socket.io-client": "^4.8.1",
"stripe": "^17.4.0",
"swiper": "^11.1.15",
"typewriter-effect": "^2.21.0",
"usehooks-ts": "^3.1.0",
"uuid": "^10.0.0",
"viem": "^2.21.18",
"zod": "^3.23.8"
},
"devDependencies": {
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"eslint": "^8",
"eslint-config-next": "14.2.13",
"postcss": "^8",
"prettier": "3.3.3",
"tailwindcss": "^3.4.1",
"typescript": "^5"
}
}