wallet-connect-web-examples/wallets/react-wallet-chat/package.json
Celine Sarafa 907fecdd67
Add query param chat init (#84)
* Add query param chat init

* Add qrcode button

* Fix address retrieval

* Add prefix

* Push topic

* Update flow to close w3m on invite

* Fix accountIdx gen

* Use once instead of on
2022-12-05 14:01:26 +03:00

49 lines
1.4 KiB
JSON

{
"name": "react-wallet-v2",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"dev:peer": "NEXT_PUBLIC_CHAT_ENV=peer next dev -p 3002",
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
"@cosmjs/amino": "0.28.4",
"@cosmjs/encoding": "0.28.4",
"@cosmjs/proto-signing": "0.28.4",
"@json-rpc-tools/utils": "1.7.6",
"@nextui-org/react": "1.0.8-beta.5",
"@solana/web3.js": "1.43.0",
"@walletconnect/chat-client": "^0.1.6",
"@walletconnect/sign-client": "2.0.0-rc.4",
"@walletconnect/utils": "2.0.0-rc.4",
"@web3modal/core": "^2.0.0-beta.7",
"@web3modal/standalone": "^2.0.0-beta.7",
"@web3modal/ui": "^2.0.0-beta.7",
"bs58": "5.0.0",
"cosmos-wallet": "1.2.0",
"ethers": "5.6.6",
"framer-motion": "6.3.3",
"mnemonic-keyring": "1.4.0",
"next": "12.1.5",
"react": "17.0.2",
"react-code-blocks": "0.0.9-0",
"react-dom": "17.0.2",
"react-icons": "^4.4.0",
"react-qr-reader-es6": "2.2.1-2",
"solana-wallet": "1.0.1",
"valtio": "1.6.0"
},
"devDependencies": {
"@types/node": "17.0.35",
"@types/react": "18.0.9",
"@walletconnect/types": "2.0.0-rc.4",
"eslint": "8.15.0",
"eslint-config-next": "12.1.6",
"eslint-config-prettier": "8.5.0",
"prettier": "2.6.2",
"typescript": "4.6.4"
}
}