wallet-connect-web-examples/wallets/react-wallet-v2/package.json

42 lines
1.1 KiB
JSON
Raw Normal View History

2022-02-02 12:13:49 +00:00
{
"name": "react-wallet-v2",
"private": true,
"scripts": {
"dev": "next dev -p 3001",
2022-02-02 12:13:49 +00:00
"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.39.1",
"@walletconnect/client": "2.0.0-beta.26",
"@walletconnect/utils": "2.0.0-beta.26",
2022-03-17 13:19:00 +00:00
"bs58": "5.0.0",
"cosmos-wallet": "1.2.0",
"ethers": "5.6.4",
"framer-motion": "6.3.0",
"mnemonic-keyring": "1.4.0",
"next": "12.1.5",
2022-02-02 12:13:49 +00:00
"react": "17.0.2",
2022-03-17 13:19:00 +00:00
"react-code-blocks": "0.0.9-0",
2022-02-03 12:15:54 +00:00
"react-dom": "17.0.2",
2022-02-09 12:32:32 +00:00
"react-qr-reader-es6": "2.2.1-2",
2022-03-17 13:19:00 +00:00
"solana-wallet": "1.0.1",
"valtio": "1.5.2"
2022-02-02 12:13:49 +00:00
},
"devDependencies": {
"@types/node": "17.0.25",
"@types/react": "17.0.40",
"@walletconnect/types": "2.0.0-beta.26",
"eslint": "8.13.0",
"eslint-config-next": "12.1.5",
2022-03-04 10:24:15 +00:00
"eslint-config-prettier": "8.5.0",
"prettier": "2.6.2",
"typescript": "4.6.3"
2022-02-02 12:13:49 +00:00
}
}