2022-09-02 09:34:03 +00:00
|
|
|
{
|
|
|
|
"name": "react-wallet-v2",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
|
|
|
"dev": "next dev -p 3001",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint"
|
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-12-31 23:20:03 +00:00
|
|
|
"@cosmjs/amino": "0.32.2",
|
|
|
|
"@cosmjs/encoding": "0.32.2",
|
|
|
|
"@cosmjs/proto-signing": "0.32.2",
|
2022-09-02 09:34:03 +00:00
|
|
|
"@json-rpc-tools/utils": "1.7.6",
|
|
|
|
"@nextui-org/react": "1.0.8-beta.5",
|
2024-01-01 21:18:58 +00:00
|
|
|
"@polkadot/keyring": "^10.1.2",
|
2024-01-06 16:11:35 +00:00
|
|
|
"@solana/web3.js": "1.88.0",
|
2023-05-31 12:13:42 +00:00
|
|
|
"@walletconnect/auth-client": "^2.1.0",
|
|
|
|
"@walletconnect/core": "^2.7.6",
|
2023-06-22 08:00:10 +00:00
|
|
|
"@walletconnect/push-client": "0.10.4",
|
2023-05-31 12:13:42 +00:00
|
|
|
"@walletconnect/utils": "^2.7.6",
|
2022-09-02 09:34:03 +00:00
|
|
|
"bs58": "5.0.0",
|
|
|
|
"cosmos-wallet": "1.2.0",
|
2023-08-28 13:43:27 +00:00
|
|
|
"ethers": "5.7.2",
|
2023-10-06 13:37:31 +00:00
|
|
|
"framer-motion": "6.5.1",
|
2023-05-31 12:13:42 +00:00
|
|
|
"lokijs": "^1.5.12",
|
2022-09-02 09:34:03 +00:00
|
|
|
"mnemonic-keyring": "1.4.0",
|
2023-10-09 09:55:45 +00:00
|
|
|
"next": "12.1.5",
|
2022-09-02 09:34:03 +00:00
|
|
|
"react": "17.0.2",
|
2024-01-04 11:04:59 +00:00
|
|
|
"react-code-blocks": "0.1.5",
|
2022-09-02 09:34:03 +00:00
|
|
|
"react-dom": "17.0.2",
|
|
|
|
"react-qr-reader-es6": "2.2.1-2",
|
2023-06-19 08:46:36 +00:00
|
|
|
"solana-wallet": "1.0.2",
|
2024-01-06 16:10:45 +00:00
|
|
|
"valtio": "1.13.0"
|
2022-09-02 09:34:03 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
|
|
|
"@types/node": "17.0.35",
|
|
|
|
"@types/react": "18.0.9",
|
2023-05-31 12:13:42 +00:00
|
|
|
"@walletconnect/types": "^2.7.6",
|
2022-09-02 09:34:03 +00:00
|
|
|
"eslint": "8.15.0",
|
|
|
|
"eslint-config-next": "12.1.6",
|
|
|
|
"eslint-config-prettier": "8.5.0",
|
|
|
|
"prettier": "2.6.2",
|
|
|
|
"typescript": "4.6.4"
|
|
|
|
}
|
|
|
|
}
|