generated from 0xevm1/solidity-ultimate-evm-hardhat-config
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
55 lines (55 loc) · 1.54 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "solidity-template",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"chain": "hardhat node --hostname 0.0.0.0",
"compile": "hardhat compile",
"compile:force": "hardhat compile --force",
"deploy": "hardhat deploy",
"test": "hardhat test",
"contract-size": "yarn run hardhat size-contracts",
"prepare": "husky install"
},
"lint-staged": {
"*.{js,ts,sol}": [
"prettier --write"
]
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.1.1",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.3",
"@types/chai": "^4.3.3",
"@types/mocha": "^9.1.1",
"@types/node": "^18.7.23",
"chai": "^4.3.6",
"dotenv": "^16.0.2",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.7.1",
"hardhat": "^2.11.2",
"hardhat-abi-exporter": "^2.10.0",
"hardhat-contract-sizer": "^2.6.1",
"hardhat-gas-reporter": "^1.0.9",
"hardhat-docgen": "^1.3.0",
"hardhat-tracer": "^1.1.0-rc.9",
"hardhat-spdx-license-identifier": "^2.0.3",
"@openzeppelin/contracts": "^4.7.3",
"husky": "^8.0.1",
"lint-staged": "^13.0.3",
"prettier": "^2.7.1",
"prettier-plugin-solidity": "^1.0.0-beta.24",
"solidity-coverage": "^0.8.2",
"ts-node": "^10.9.1",
"typechain": "^8.1.0",
"typescript": "^4.8.3",
"keccak256": "^1.0.3",
"merkletreejs": "^0.2.32"
},
"dependencies": {
"@primitivefi/hardhat-dodoc": "^0.2.3"
}
}