2022-02-02 12:13:49 +00:00
|
|
|
{
|
|
|
|
"name": "react-wallet-v2",
|
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2022-04-04 11:49:32 +00:00
|
|
|
"dev": "next dev -p 3001",
|
2022-02-02 12:13:49 +00:00
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
2022-10-18 10:37:52 +00:00
|
|
|
"lint": "next lint",
|
|
|
|
"prettier:write": "prettier --write '**/*.{js,ts,jsx,tsx}'"
|
2022-02-02 12:13:49 +00:00
|
|
|
},
|
|
|
|
"dependencies": {
|
2023-11-23 13:51:23 +00:00
|
|
|
"@cosmjs/amino": "0.32.0",
|
|
|
|
"@cosmjs/encoding": "0.32.0",
|
|
|
|
"@cosmjs/proto-signing": "0.32.0",
|
2023-09-26 12:01:41 +00:00
|
|
|
"@emotion/react": "^11.11.1",
|
|
|
|
"@emotion/styled": "^11.11.0",
|
2023-07-04 08:14:32 +00:00
|
|
|
"@json-rpc-tools/utils": "1.7.6",
|
2023-12-01 09:29:17 +00:00
|
|
|
"@kadena/cryptography-utils": "^0.4.0",
|
2023-12-01 13:12:04 +00:00
|
|
|
"@kadena/types": "^0.5.0",
|
2023-09-26 12:01:41 +00:00
|
|
|
"@material-ui/core": "^4.12.4",
|
|
|
|
"@material-ui/icons": "^4.11.3",
|
|
|
|
"@mui/icons-material": "^5.14.9",
|
|
|
|
"@mui/material": "^5.14.10",
|
2023-12-01 09:30:51 +00:00
|
|
|
"@multiversx/sdk-core": "12.15.0",
|
2023-07-11 10:32:44 +00:00
|
|
|
"@multiversx/sdk-wallet": "4.2.0",
|
2022-10-18 10:31:08 +00:00
|
|
|
"@near-wallet-selector/wallet-utils": "^7.0.2",
|
2022-04-21 07:51:37 +00:00
|
|
|
"@nextui-org/react": "1.0.8-beta.5",
|
2022-08-11 09:43:12 +00:00
|
|
|
"@polkadot/keyring": "^10.1.2",
|
2022-11-21 10:24:01 +00:00
|
|
|
"@polkadot/types": "^9.3.3",
|
2023-08-22 16:46:45 +00:00
|
|
|
"@solana/web3.js": "1.78.4",
|
2023-03-31 08:35:53 +00:00
|
|
|
"@taquito/signer": "^15.1.0",
|
|
|
|
"@taquito/taquito": "^15.1.0",
|
2023-12-01 10:16:40 +00:00
|
|
|
"@walletconnect/web3wallet": "1.9.5",
|
2023-10-16 15:38:26 +00:00
|
|
|
"borsh": "^1.0.0",
|
2022-03-17 13:19:00 +00:00
|
|
|
"bs58": "5.0.0",
|
2022-04-21 07:51:37 +00:00
|
|
|
"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",
|
2022-02-28 13:36:47 +00:00
|
|
|
"mnemonic-keyring": "1.4.0",
|
2023-09-07 08:54:22 +00:00
|
|
|
"near-api-js": "^0.45.0",
|
2023-10-09 09:55:45 +00:00
|
|
|
"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",
|
2023-08-17 16:53:56 +00:00
|
|
|
"react-hot-toast": "^2.4.1",
|
2022-02-09 12:32:32 +00:00
|
|
|
"react-qr-reader-es6": "2.2.1-2",
|
2022-11-03 09:53:53 +00:00
|
|
|
"solana-wallet": "^1.0.2",
|
2022-12-21 12:32:39 +00:00
|
|
|
"tronweb": "^4.4.0",
|
2022-05-30 09:46:15 +00:00
|
|
|
"valtio": "1.6.0"
|
2022-02-02 12:13:49 +00:00
|
|
|
},
|
|
|
|
"devDependencies": {
|
2022-05-30 09:46:15 +00:00
|
|
|
"@types/node": "17.0.35",
|
|
|
|
"@types/react": "18.0.9",
|
|
|
|
"eslint": "8.15.0",
|
|
|
|
"eslint-config-next": "12.1.6",
|
2022-03-04 10:24:15 +00:00
|
|
|
"eslint-config-prettier": "8.5.0",
|
2022-04-21 07:51:37 +00:00
|
|
|
"prettier": "2.6.2",
|
2022-05-30 09:46:15 +00:00
|
|
|
"typescript": "4.6.4"
|
2022-02-02 12:13:49 +00:00
|
|
|
}
|
2022-06-16 14:22:34 +00:00
|
|
|
}
|