chore: dependencies

This commit is contained in:
bartosz-lipinski 2021-03-01 19:09:06 -06:00
parent 72a4da83f0
commit 2c04bb5c46
4 changed files with 914 additions and 44 deletions

View File

@ -43,6 +43,7 @@
]
},
"dependencies": {
"@walletconnect/web3-provider": "^1.3.6",
"react": "16.13.1",
"react-dom": "16.13.1"
},

View File

View File

@ -5,22 +5,29 @@
"@ant-design/icons": "^4.4.0",
"@babel/preset-typescript": "^7.12.13",
"@craco/craco": "^5.7.0",
"@react-three/drei": "^3.8.0",
"@oyster/common": "0.0.1",
"@project-serum/serum": "^0.13.11",
"@project-serum/sol-wallet-adapter": "^0.1.4",
"@react-three/drei": "^3.8.0",
"@solana/spl-token": "0.0.13",
"@solana/spl-token-registry": "^0.1.10",
"@solana/spl-token-swap": "0.1.0",
"@solana/web3.js": "^0.86.2",
"@testing-library/jest-dom": "^4.2.4",
"@testing-library/react": "^9.5.0",
"@testing-library/user-event": "^7.2.1",
"@toruslabs/torus-embed": "^1.9.10",
"@types/chart.js": "^2.9.29",
"@types/echarts": "^4.9.0",
"@types/react-router-dom": "^5.1.6",
"@types/testing-library__react": "^10.2.0",
"@walletconnect/client": "^1.3.6",
"@walletconnect/qrcode-modal": "^1.3.6",
"@walletconnect/web3-provider": "^1.3.6",
"@welldone-software/why-did-you-render": "^6.0.5",
"antd": "^4.6.6",
"authereum": "^0.1.14",
"bitski": "^0.10.9",
"bn.js": "^5.1.3",
"bs58": "^4.0.1",
"buffer-layout": "^1.2.0",
@ -32,6 +39,7 @@
"eth-hooks": "^1.1.2",
"ethers": "^4.0.48",
"eventemitter3": "^4.0.7",
"fortmatic": "^2.2.1",
"identicon.js": "^2.3.3",
"jazzicon": "^1.5.0",
"lodash": "^4.17.20",
@ -44,7 +52,8 @@
"react-three-fiber": "^5.3.18",
"three": "^0.125.2",
"typescript": "^4.1.3",
"web3": "^1.3.0"
"web3": "^1.3.4",
"web3modal": "^1.9.3"
},
"scripts": {
"prestart": "npm-link-shared ../common/node_modules/ . react",
@ -86,8 +95,8 @@
"@types/node": "^12.12.62",
"arweave-deploy": "^1.9.1",
"gh-pages": "^3.1.0",
"prettier": "^2.1.2",
"npm-link-shared": "0.5.6"
"npm-link-shared": "0.5.6",
"prettier": "^2.1.2"
},
"peerDependencies": {
"react": "*",

940
yarn.lock

File diff suppressed because it is too large Load Diff