chore: add Web3/wallet dependencies
Added wagmi, viem, and related packages for wallet integration: - wagmi: React hooks for Ethereum - viem: Low-level Ethereum interactions - @tanstack/react-query: Data fetching for wallet state - @web3modal/wagmi: WalletConnect modal - @noble/hashes, @noble/secp256k1: Cryptographic utilities 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
parent
f15b137686
commit
9410961486
File diff suppressed because it is too large
Load Diff
|
|
@ -48,8 +48,11 @@
|
|||
"@daily-co/daily-react": "^0.20.0",
|
||||
"@fal-ai/client": "^1.7.2",
|
||||
"@mdxeditor/editor": "^3.51.0",
|
||||
"@noble/hashes": "^2.0.1",
|
||||
"@noble/secp256k1": "^3.0.0",
|
||||
"@react-three/drei": "^9.114.3",
|
||||
"@react-three/fiber": "^8.17.10",
|
||||
"@tanstack/react-query": "^5.90.16",
|
||||
"@tldraw/assets": "^3.15.4",
|
||||
"@tldraw/tldraw": "^3.15.4",
|
||||
"@tldraw/tlschema": "^3.15.4",
|
||||
|
|
@ -57,6 +60,7 @@
|
|||
"@types/markdown-it": "^14.1.1",
|
||||
"@types/marked": "^5.0.2",
|
||||
"@uiw/react-md-editor": "^4.0.5",
|
||||
"@web3modal/wagmi": "^5.1.11",
|
||||
"@xenova/transformers": "^2.17.2",
|
||||
"@xterm/addon-fit": "^0.10.0",
|
||||
"@xterm/xterm": "^5.5.0",
|
||||
|
|
@ -89,6 +93,8 @@
|
|||
"three": "^0.168.0",
|
||||
"tldraw": "^3.15.4",
|
||||
"use-whisper": "^0.0.1",
|
||||
"viem": "^2.43.4",
|
||||
"wagmi": "^3.1.4",
|
||||
"webcola": "^3.4.0"
|
||||
},
|
||||
"devDependencies": {
|
||||
|
|
|
|||
Loading…
Reference in New Issue