generated from vercel/chatbot
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
111 lines (111 loc) · 3.36 KB
/
package.json
File metadata and controls
111 lines (111 loc) · 3.36 KB
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
107
108
109
110
111
{
"name": "ai-chatbot",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"dev:mobile": "HOSTNAME=0.0.0.0 PORT=3000 next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"lint:fix": "next lint --fix",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"format:check": "prettier --check \"**/*.{js,jsx,ts,tsx,json,md}\""
},
"dependencies": {
"@ai-sdk/anthropic": "^1.2.10",
"@ai-sdk/google": "^1.2.14",
"@ai-sdk/openai": "^1.3.21",
"@ai-sdk/react": "^1.2.11",
"@ai-sdk/xai": "^1.2.15",
"@bigmi/react": "^0.1.1",
"@emotion/css": "^11.13.5",
"@emotion/react": "^11.14.0",
"@emotion/styled": "^11.14.0",
"@google/generative-ai": "^0.24.1",
"@hookform/resolvers": "^5.0.1",
"@lifi/sdk": "^3.6.11",
"@lifi/widget": "^3.19.2",
"@nktkas/hyperliquid": "^0.17.4",
"@radix-ui/react-alert-dialog": "^1.1.11",
"@radix-ui/react-avatar": "^1.1.7",
"@radix-ui/react-checkbox": "^1.2.3",
"@radix-ui/react-dialog": "^1.1.11",
"@radix-ui/react-dropdown-menu": "^2.1.12",
"@radix-ui/react-label": "^2.1.4",
"@radix-ui/react-popover": "^1.1.11",
"@radix-ui/react-progress": "^1.1.4",
"@radix-ui/react-scroll-area": "^1.2.6",
"@radix-ui/react-select": "^2.2.2",
"@radix-ui/react-separator": "^1.1.4",
"@radix-ui/react-slider": "^1.3.2",
"@radix-ui/react-slot": "^1.2.0",
"@radix-ui/react-switch": "^1.2.2",
"@radix-ui/react-tabs": "^1.1.9",
"@radix-ui/react-toast": "^1.2.11",
"@radix-ui/react-tooltip": "^1.2.4",
"@solana/wallet-adapter-react": "^0.15.38",
"@supabase/supabase-js": "^2.49.4",
"@tanstack/react-query": "^5.74.11",
"@vercel/analytics": "^1.5.0",
"ai": "^4.3.13",
"axios": "^1.9.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "1.1.1",
"connectkit": "^1.9.0",
"framer-motion": "^12.9.2",
"fuse.js": "^7.1.0",
"lottie-react": "^2.4.1",
"lucide-react": "^0.503.0",
"next": "^15.3.1",
"node-cache": "^5.1.2",
"npm-check-updates": "^18.0.1",
"pino": "^9.6.0",
"pino-pretty": "^13.0.0",
"react": "^19.1.0",
"react-dom": "^19.1.0",
"react-hook-form": "^7.56.1",
"react-markdown": "^10.1.0",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"sonner": "^2.0.3",
"stripe": "^18.1.0",
"tailwind-merge": "^3.2.0",
"tailwind-scrollbar": "4.0.2",
"tailwindcss-animate": "^1.0.7",
"twitter-api-v2": "^1.22.0",
"viem": "~2.28.1",
"wagmi": "^2.15.1",
"zod": "^3.24.3"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@next/eslint-plugin-next": "^15.3.1",
"@playwright/test": "^1.52.0",
"@tailwindcss/postcss": "^4.1.5",
"@tailwindcss/typography": "^0.5.16",
"@trivago/prettier-plugin-sort-imports": "^5.2.2",
"@types/node": "^22",
"@types/react": "^19.1.2",
"@types/react-dom": "^19.1.3",
"@wagmi/connectors": "^5.8.0",
"autoprefixer": "^10.4.21",
"eslint": "^9",
"eslint-config-next": "15.3.1",
"eslint-config-prettier": "^10.1.2",
"postcss": "^8.5.3",
"prettier": "^3.5.3",
"tailwindcss": "^4.1.5",
"ts-node": "^10.9.2",
"typescript": "^5",
"vitest": "^3.1.2"
},
"packageManager": "pnpm@10.10.0",
"pnpm": {
"onlyBuiltDependencies": [
"ccxt",
"secp256k1"
]
}
}