2022-02-02 13:00:33 +00:00
|
|
|
{
|
2022-08-08 09:32:24 +00:00
|
|
|
"name": "react-dapp-v2-next",
|
2023-02-02 13:03:56 +00:00
|
|
|
"version": "2.3.3",
|
2022-02-02 13:00:33 +00:00
|
|
|
"private": true,
|
|
|
|
"scripts": {
|
2022-08-08 09:32:24 +00:00
|
|
|
"dev": "next dev",
|
|
|
|
"build": "next build",
|
|
|
|
"start": "next start",
|
|
|
|
"lint": "next lint",
|
|
|
|
"prettier:write": "prettier --write '**/*.{js,ts,jsx,tsx}'"
|
2022-02-04 12:54:03 +00:00
|
|
|
},
|
2022-02-02 13:00:33 +00:00
|
|
|
"dependencies": {
|
2022-12-21 09:15:59 +00:00
|
|
|
"@celo/wallet-base": "^3.0.1",
|
2022-10-31 10:21:33 +00:00
|
|
|
"@elrondnetwork/erdjs": "11.1.1",
|
|
|
|
"@elrondnetwork/erdjs-walletcore": "2.1.0",
|
2022-03-21 11:40:54 +00:00
|
|
|
"@ethereumjs/tx": "^3.5.0",
|
2022-08-11 09:43:12 +00:00
|
|
|
"@polkadot/util-crypto": "^10.1.2",
|
2022-03-16 14:34:07 +00:00
|
|
|
"@solana/web3.js": "^1.36.0",
|
2022-07-12 08:03:48 +00:00
|
|
|
"@walletconnect/encoding": "^1.0.1",
|
2023-05-23 11:42:34 +00:00
|
|
|
"@walletconnect/sign-client": "2.7.6",
|
|
|
|
"@walletconnect/types": "2.7.6",
|
|
|
|
"@walletconnect/utils": "2.7.6",
|
2023-03-14 14:46:16 +00:00
|
|
|
"@web3modal/standalone": "2.2.0",
|
2022-02-02 13:00:33 +00:00
|
|
|
"axios": "^0.21.1",
|
|
|
|
"blockies-ts": "^1.0.0",
|
2022-03-16 17:00:20 +00:00
|
|
|
"bs58": "^5.0.0",
|
2022-04-04 14:03:28 +00:00
|
|
|
"cosmos-wallet": "^1.2.0",
|
2022-02-02 13:00:33 +00:00
|
|
|
"eth-sig-util": "^2.5.3",
|
|
|
|
"ethereumjs-util": "^7.0.6",
|
|
|
|
"ethers": "^5.3.0",
|
2022-12-21 09:15:59 +00:00
|
|
|
"fp-ts": "^2.13.1",
|
2022-08-08 09:32:24 +00:00
|
|
|
"next": "12.2.4",
|
2022-02-02 13:00:33 +00:00
|
|
|
"prop-types": "^15.7.2",
|
|
|
|
"qr-image": "^3.2.0",
|
|
|
|
"react": "^17.0.2",
|
|
|
|
"react-dom": "^17.0.2",
|
|
|
|
"react-scripts": "^4.0.3",
|
2022-03-16 17:00:20 +00:00
|
|
|
"solana-wallet": "^1.0.1",
|
2022-02-02 13:00:33 +00:00
|
|
|
"styled-components": "^5.2.0",
|
2022-12-21 12:32:39 +00:00
|
|
|
"tronweb": "^4.4.0",
|
2022-02-02 13:00:33 +00:00
|
|
|
"web-vitals": "^0.2.4"
|
|
|
|
},
|
2022-02-02 15:35:06 +00:00
|
|
|
"devDependencies": {
|
|
|
|
"@types/eth-sig-util": "^2.1.1",
|
|
|
|
"@types/jest": "^27.4.0",
|
|
|
|
"@types/node": "^17.0.14",
|
|
|
|
"@types/pino": "^7.0.5",
|
|
|
|
"@types/prop-types": "^15.7.4",
|
|
|
|
"@types/qr-image": "^3.2.5",
|
2022-08-08 09:32:24 +00:00
|
|
|
"@types/react": "18.0.15",
|
|
|
|
"@types/react-dom": "18.0.6",
|
|
|
|
"@types/styled-components": "^5.1.25",
|
|
|
|
"eslint": "8.21.0",
|
|
|
|
"eslint-config-next": "12.2.4",
|
|
|
|
"prettier": "^2.7.1",
|
|
|
|
"typescript": "^4.7.4"
|
2022-02-02 13:00:33 +00:00
|
|
|
}
|
|
|
|
}
|