-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
39 lines (39 loc) · 907 Bytes
/
Copy pathpackage.json
File metadata and controls
39 lines (39 loc) · 907 Bytes
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
{
"name": "web3sim",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"check": "biome check .",
"fix": "biome lint ."
},
"dependencies": {
"@ai-sdk/anthropic": "^0.0.30",
"@ai-sdk/openai": "^0.0.36",
"@dynamic-labs/ethereum": "^2.3.1",
"@dynamic-labs/sdk-react-core": "^2.3.1",
"@dynamic-labs/wagmi-connector": "^2.3.1",
"@lighthouse-web3/sdk": "^0.3.3",
"@tanstack/react-query": "^5.51.1",
"ai": "^3.2.22",
"fuse.js": "^7.0.0",
"next": "14.2.5",
"react": "^18",
"react-dom": "^18",
"viem": "^2.17.3",
"wagmi": "^2.10.10"
},
"devDependencies": {
"@biomejs/biome": "1.8.3",
"@types/bun": "^1.1.6",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"trustedDependencies": ["@biomejs/biome"]
}