-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
60 lines (60 loc) · 1.54 KB
/
package.json
File metadata and controls
60 lines (60 loc) · 1.54 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
{
"name": "toad-ui",
"version": "0.1.0",
"private": true,
"engines": {
"node": ">=20.11.1"
},
"scripts": {
"dev": "next dev --turbopack",
"build": "next build",
"start": "next start",
"lint": "next lint",
"test": "jest",
"test:watch": "jest --watch",
"test:coverage": "jest --coverage"
},
"dependencies": {
"@ai-sdk/openai": "~1.0.4",
"@ai-sdk/openai-compatible": "^0.1.14",
"@ai-sdk/react": "^1.1.21",
"@goat-sdk/adapter-vercel-ai": "0.2.9",
"@goat-sdk/core": "0.4.8",
"@goat-sdk/wallet-viem": "0.2.11",
"@rainbow-me/rainbowkit": "^2.2.4",
"@tanstack/react-query": "^5.69.0",
"ai": "~4.0.22",
"dotenv": "^16.4.5",
"marked": "^15.0.7",
"pino-pretty": "^10.3.1",
"react": "^19.0.0",
"react-dom": "^19.0.0",
"react-hot-toast": "^2.5.2",
"react-markdown": "^10.1.0",
"tsup": "^8.4.0",
"viem": "2.23.4",
"wagmi": "^2.14.15",
"zod": "3.23.8"
},
"devDependencies": {
"@eslint/eslintrc": "^3",
"@tailwindcss/postcss": "^4",
"@testing-library/jest-dom": "^6.6.3",
"@testing-library/react": "^14.3.1",
"@testing-library/user-event": "^14.6.1",
"@types/jest": "^29.5.14",
"@types/node": "^20",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"eslint": "^9",
"eslint-config-next": "15.2.1",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"next": "15.2.1",
"tailwindcss": "^4",
"ts-jest": "^29.3.1",
"ts-node": "^10.9.2",
"typescript": "^5"
},
"type": "module"
}