wallet-connect-web-examples/wallets/react-wallet-eip155/package.json
0xAsimetriq 2379c795ce
eip155 example (#115)
* eip155 example

* temp fix for duplicate accs
2023-02-15 17:11:42 +02:00

39 lines
1.0 KiB
JSON

{
"name": "react-wallet-eip155",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
"build": "next build",
"start": "next start",
"lint": "next lint",
"prettier:write": "prettier --write '**/*.{js,ts,jsx,tsx}'"
},
"dependencies": {
"@json-rpc-tools/utils": "1.7.6",
"@nextui-org/react": "1.0.0-beta.12",
"@walletconnect/client": "1.8.0",
"@walletconnect/legacy-types": "2.0.0",
"@walletconnect/web3wallet": "1.2.0",
"@walletconnect/core": "2.4.3",
"@walletconnect/utils": "2.4.3",
"ethers": "5.7.2",
"framer-motion": "9.0.2",
"next": "13.1.6",
"react": "18.2.0",
"react-code-blocks": "0.0.9-0",
"react-dom": "18.2.0",
"react-qr-reader-es6": "2.2.1-2",
"valtio": "1.10.2"
},
"devDependencies": {
"@types/node": "18.13.0",
"@types/react": "18.0.28",
"@walletconnect/types": "2.4.3",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"eslint-config-prettier": "8.6.0",
"prettier": "2.8.4",
"typescript": "4.9.5"
}
}