2022-02-02 12:13:49 +00:00
|
|
|
{
|
|
|
|
"name": "react-wallet-v2",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2022-02-08 14:07:19 +00:00
|
|
|
"dev": "next dev",
|
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",
|
2022-02-18 11:30:50 +00:00
|
|
|
"@json-rpc-tools/utils": "1.7.6",
|
2022-02-11 11:48:04 +00:00
|
|
|
"@nextui-org/react": "1.0.2-beta.4",
|
2022-02-24 11:55:13 +00:00
|
|
|
"@cosmostation/cosmosjs": "0.11.1",
|
2022-02-18 11:22:26 +00:00
|
|
|
"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",
|
2022-02-22 11:50:08 +00:00
|
|
|
"framer-motion": "6.2.7",
|
2022-02-03 12:15:54 +00:00
|
|
|
"ethers": "5.5.4",
|
2022-02-14 13:38:09 +00:00
|
|
|
"valtio": "1.3.0",
|
2022-02-15 13:28:30 +00:00
|
|
|
"react-code-blocks": "0.0.9-0"
|
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-22 11:50:08 +00:00
|
|
|
"@types/node": "17.0.19",
|
2022-02-04 08:54:54 +00:00
|
|
|
"@types/react": "17.0.39",
|
2022-02-14 10:10:44 +00:00
|
|
|
"eslint": "8.9.0",
|
2022-02-18 11:22:26 +00:00
|
|
|
"eslint-config-next": "12.1.0",
|
2022-02-22 11:50:08 +00:00
|
|
|
"eslint-config-prettier": "8.4.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
|
|
|
}
|
|
|
|
}
|