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

34 lines
843 B
JSON
Raw Normal View History

2022-02-02 12:13:49 +00:00
{
"name": "react-wallet-v2",
"private": true,
"scripts": {
2022-02-03 10:39:36 +00:00
"dev": "next dev -p 3100",
2022-02-02 12:13:49 +00:00
"build": "next build",
"start": "next start",
"lint": "next lint"
},
"dependencies": {
2022-02-03 12:15:54 +00:00
"@walletconnect/client": "2.0.0-beta.22",
"@walletconnect/utils": "2.0.0-beta.22",
"@walletconnect/jsonrpc-utils": "1.0.0",
2022-02-03 10:39:36 +00:00
"@nextui-org/react": "1.0.2-beta.3",
2022-02-02 12:13:49 +00:00
"next": "12.0.10",
"next-themes": "0.0.15",
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",
"react-iconly": "2.2.5",
2022-02-03 12:15:54 +00:00
"ethers": "5.5.4",
"valtio": "1.2.11"
2022-02-02 12:13:49 +00:00
},
"devDependencies": {
2022-02-03 12:15:54 +00:00
"@walletconnect/types": "2.0.0-beta.22",
2022-02-07 11:02:26 +00:00
"@types/node": "17.0.15",
"@types/react": "17.0.39",
2022-02-02 12:13:49 +00:00
"eslint": "8.8.0",
"eslint-config-next": "12.0.10",
2022-02-03 09:24:35 +00:00
"eslint-config-prettier": "8.3.0",
2022-02-03 10:39:36 +00:00
"prettier": "2.5.1",
2022-02-03 09:24:35 +00:00
"typescript": "4.5.5"
2022-02-02 12:13:49 +00:00
}
}