wallet-connect-web-examples/wallets/react-wallet-eip155/package.json
renovate[bot] 40b772f142
fix(deps): update walletconnect monorepo deps to v2.8.6 (#210)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
2023-06-29 16:52:11 +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.13",
"@walletconnect/client": "1.8.0",
"@walletconnect/legacy-types": "2.0.0",
"@walletconnect/web3wallet": "1.8.5",
"@walletconnect/core": "^2.7.6",
"@walletconnect/utils": "2.8.6",
"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.7.6",
"eslint": "8.34.0",
"eslint-config-next": "13.1.6",
"eslint-config-prettier": "8.6.0",
"prettier": "2.8.4",
"typescript": "4.9.5"
}
}