-
Notifications
You must be signed in to change notification settings - Fork 4
/
package.json
41 lines (41 loc) · 1.14 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
37
38
39
40
41
{
"scripts": {
"compile": "npx hardhat compile",
"test": "npx hardhat test"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "npm:hardhat-deploy-ethers@^0.3.0-beta.13",
"@nomiclabs/hardhat-etherscan": "^3.0.4",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/test-helpers": "^0.5.15",
"@tsconfig/node10": "^1.0.8",
"@typechain/ethers-v5": "^2.0.0",
"@types/chai": "^4.2.21",
"@types/ethereumjs-abi": "^0.6.3",
"@types/jest": "^27.4.0",
"@types/mocha": "^8.2.3",
"@types/node": "^16.0.3",
"chai": "^4.3.4",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.5.3",
"hardhat": "^2.12.6",
"hardhat-typechain": "^0.3.5",
"ts-generator": "^0.1.1",
"ts-jest": "^27.1.2",
"ts-node": "^10.4.0",
"typechain": "^3.0.0",
"typescript": "^4.3.5"
},
"dependencies": {
"@openzeppelin/contracts": "^4.2.0",
"@prb/math": "^3.0.0",
"@remix-project/remixd": "^0.6.9",
"dotenv": "^16.0.3",
"hardhat-deploy": "^0.11.22",
"js-sha3": "^0.5.7",
"merkletreejs": "^0.2.27",
"remix": "^1.8.2",
"solidity-docgen": "^0.5.16",
"web3": "^1.6.1"
}
}