-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
120 lines (120 loc) · 3.66 KB
/
Copy pathpackage.json
File metadata and controls
120 lines (120 loc) · 3.66 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
112
113
114
115
116
117
118
119
120
{
"name": "livechat",
"private": true,
"version": "0.1.0",
"scripts": {
"debug": "cross-env DEBUG='2settle:*' next dev -p 3000",
"dev": "next dev -p 3000",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "vitest",
"coverage": "vitest run --coverage"
},
"dependencies": {
"@emotion/react": "^11.13.5",
"@emotion/styled": "^11.13.5",
"@ethersproject/units": "^5.7.0",
"@langchain/classic": "^1.0.5",
"@langchain/core": "^1.1.13",
"@langchain/google-genai": "^2.1.8",
"@langchain/openai": "^1.2.2",
"@mui/icons-material": "^5.16.8",
"@mui/material": "^5.16.8",
"@radix-ui/react-dialog": "^1.1.2",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.2",
"@radix-ui/react-label": "^2.1.6",
"@radix-ui/react-popover": "^1.1.13",
"@radix-ui/react-select": "^2.1.2",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-toast": "^1.2.13",
"@rainbow-me/rainbowkit": "^2.2.0",
"@sentry/nextjs": "^9.2.0",
"@styled/react-element-to-jsx-string": "^14.4.4",
"@tanstack/query-persist-client-core": "^5.91.13",
"@tanstack/react-query": "^5.62.0",
"@tanstack/react-query-devtools": "^5.66.0",
"@twa-dev/sdk": "^7.10.1",
"@types/react-qr-reader": "^2.1.7",
"@vercel/analytics": "^2.0.1",
"@vercel/speed-insights": "^2.0.0",
"@xstate/react": "^6.0.0",
"axios": "^1.7.8",
"bitcoinjs-lib": "^6.1.7",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cors": "^2.8.6",
"cross-env": "^10.1.0",
"crypto": "^1.0.1",
"date-fns": "^3.6.0",
"debug": "^4.4.3",
"dotenv": "^16.4.7",
"ethers": "^6.13.4",
"geist": "^1.7.2",
"googleapis": "^140.0.1",
"html-react-parser": "^5.1.18",
"langchain": "^1.2.8",
"lodash": "^4.17.21",
"lucide-react": "^0.439.0",
"mysql2": "^3.11.5",
"next": "^15.5.16",
"next-auth": "^4.24.10",
"openai": "^5.8.2",
"prompts": "link:@langchain/core/prompts",
"qrcode.react": "^4.2.0",
"react": "^18.3.1",
"react-day-picker": "8.10.1",
"react-dom": "^18.3.1",
"react-element-to-jsx-string": "^15.0.0",
"react-icons": "^5.5.0",
"react-qr-barcode-scanner": "^1.0.6",
"react-virtualized-auto-sizer": "^1.0.24",
"react-window": "^1.8.10",
"sats-connect": "^3.4.0",
"simple-zustand-devtools": "^1.1.0",
"supertest": "^7.1.4",
"tailwind-merge": "^2.5.5",
"tailwindcss-animate": "^1.0.7",
"tronweb": "^6.0.1",
"twilio": "^5.3.6",
"viem": "2.9.31",
"wagmi": "^2.13.3",
"web3": "^4.16.0",
"xstate": "^5.24.0",
"zod": "^4.1.13",
"zustand": "^5.0.3"
},
"devDependencies": {
"@babel/preset-env": "^7.26.0",
"@babel/preset-react": "^7.25.9",
"@eslint/js": "^9.16.0",
"@playwright/test": "^1.58.2",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.0.1",
"@testing-library/user-event": "^14.5.2",
"@types/debug": "^4.1.12",
"@types/lodash": "^4.17.13",
"@types/mocha": "^10.0.10",
"@types/node": "^18.19.67",
"@types/react": "^18.3.12",
"@types/react-dom": "^18.3.7",
"@vitejs/plugin-react": "^4.3.4",
"@vitest/coverage-v8": "2.1.6",
"autoprefixer": "^10.4.20",
"axios-mock-adapter": "^2.1.0",
"eslint": "^9.16.0",
"eslint-plugin-react": "^7.37.2",
"eslint-plugin-testing-library": "^6.5.0",
"globals": "^15.13.0",
"jsdom": "^25.0.1",
"next-test-api-route-handler": "^5.0.3",
"postcss": "^8.4.49",
"tailwindcss": "^3.4.15",
"ts-node": "^10.9.2",
"typescript": "5.4.2",
"typescript-eslint": "^8.16.0",
"util": "^0.12.5",
"vitest": "^2.1.9"
}
}