-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
29 lines (29 loc) · 874 Bytes
/
package.json
File metadata and controls
29 lines (29 loc) · 874 Bytes
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
{
"name": "hardhat-project",
"scripts": {
"lint": "eslint --ext js,jsx ./",
"lint:fix": "eslint --fix --ext js,jsx ./",
"format": "prettier --write './**/*.{js,jsx,css,json}' "
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-etherscan": "^3.0.3",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@openzeppelin/contracts": "^4.6.0",
"@openzeppelin/contracts-upgradeable": "^4.6.0",
"@openzeppelin/hardhat-upgrades": "^1.17.0",
"chai": "^4.3.6",
"eslint": "^8.16.0",
"eslint-config-prettier": "^8.5.0",
"eslint-plugin-prettier": "^4.0.0",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.5",
"hardhat-gas-reporter": "^1.0.8",
"prettier": "^2.6.2"
},
"dependencies": {
"@flashbots/ethers-provider-bundle": "^0.4.3",
"dotenv": "^16.0.1",
"hardhat": "^2.9.3"
}
}