-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.56 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
{
"name": "hardhat-boilerplate",
"version": "1.0.0",
"description": "A boilerplate repository to get you started with Hardhat and Ethereum development",
"scripts": {
"test": "hardhat test"
},
"repository": {
"type": "git",
"url": "git+https://github.com/NomicFoundation/hardhat-boilerplate.git"
},
"author": "Nomic Foundation",
"license": "MIT",
"bugs": {
"url": "https://github.com/NomicFoundation/hardhat-boilerplate/issues"
},
"homepage": "https://github.com/NomicFoundation/hardhat-boilerplate#readme",
"devDependencies": {
"@ethersproject/abi": "^5.7.0",
"@ethersproject/providers": "^5.7.2",
"@nomicfoundation/hardhat-ignition-ethers": "^0.15.6",
"@nomicfoundation/hardhat-network-helpers": "^1.0.7",
"@nomicfoundation/hardhat-verify": "^2.0.11",
"@nomiclabs/hardhat-etherscan": "^3.1.4",
"@openzeppelin/contracts": "^5.0.2",
"@typechain/ethers-v6": "^0.5.1",
"@typechain/hardhat": "^9.1.0",
"@types/mocha": "^10.0.8",
"autoprefixer": "^10.4.20",
"chai": "^4.3.7",
"ethers": "^6.13.3",
"hardhat": "^2.22.12",
"hardhat-gas-reporter": "^1.0.9",
"postcss": "^8.4.47",
"solidity-coverage": "^0.8.2",
"tailwindcss": "^3.4.14",
"ts-node": "^10.9.2",
"typechain": "^8.3.2"
},
"dependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.8",
"@nomicfoundation/hardhat-ethers": "^3.0.8",
"@nomicfoundation/hardhat-toolbox": "^5.0.0",
"dotenv": "^16.4.5",
"eth-gas-reporter": "^0.2.25",
"qrcode": "^1.5.4",
"react-qr-code": "^2.0.15"
}
}