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

40 lines
1.0 KiB
JSON
Raw Normal View History

2022-02-02 12:13:49 +00:00
{
"name": "react-wallet-v2",
"private": true,
"scripts": {
"dev": "next dev",
2022-02-02 12:13:49 +00:00
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2022-03-10 14:30:12 +00:00
"@walletconnect/client": "experimental",
"@walletconnect/utils": "experimental",
"@json-rpc-tools/utils": "1.7.6",
"@solana/web3.js": "1.36.0",
"@nextui-org/react": "1.0.2-beta.4",
"mnemonic-keyring": "1.4.0",
"next": "12.1.0",
2022-02-02 12:13:49 +00:00
"react": "17.0.2",
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",
"framer-motion": "6.2.8",
"ethers": "5.6.0",
"valtio": "1.3.1",
"react-code-blocks": "0.0.9-0",
"@cosmjs/proto-signing": "0.27.1",
"@cosmjs/encoding": "0.27.1",
"@cosmjs/amino": "0.27.1"
2022-02-02 12:13:49 +00:00
},
"devDependencies": {
"@walletconnect/types": "experimental",
2022-02-25 13:19:39 +00:00
"@types/node": "17.0.21",
"@types/react": "17.0.40",
"eslint": "8.11.0",
"eslint-config-next": "12.1.0",
2022-03-04 10:24:15 +00:00
"eslint-config-prettier": "8.5.0",
2022-02-03 10:39:36 +00:00
"prettier": "2.5.1",
2022-03-01 12:43:09 +00:00
"typescript": "4.6.2"
2022-02-02 12:13:49 +00:00
}
}