-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
36 lines (36 loc) · 1.07 KB
/
package.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
{
"devDependencies": {
"@ethersproject/abi": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
"@nomicfoundation/hardhat-network-helpers": "^1.0.8",
"@nomicfoundation/hardhat-toolbox": "^1.0.2",
"@nomiclabs/hardhat-ethers": "^2.2.2",
"@nomiclabs/hardhat-etherscan": "^3.1.7",
"@typechain/ethers-v5": "^10.2.0",
"@typechain/hardhat": "^6.1.5",
"chai": "^4.3.7",
"ethers": "^5.7.2",
"hardhat": "^2.13.0",
"hardhat-gas-reporter": "^1.0.2",
"solidity-coverage": "^0.7.22",
"typechain": "^8.1.1"
},
"dependencies": {
"@chakra-ui/react": "^2.6.1",
"@emotion/react": "^11.11.0",
"@emotion/styled": "^11.11.0",
"bn.js": "^5.2.1",
"browserify": "^17.0.0",
"ethers-react": "^1.1.0",
"framer-motion": "^10.12.8",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-moralis": "^1.4.2",
"react-router-dom": "^6.9.0",
"react-signature-canvas": "^1.0.6",
"stream-browserify": "^3.0.0",
"web3": "^0.20.7",
"web3uikit": "^1.0.2"
}
}