-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.7 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.7 KB
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": "portal-eth",
"version": "1.0.0",
"lockfileVersion": 2,
"requires": true,
"author": "Geodefi",
"license": "MIT",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"pretty": "prettier --write \"./**/*.{js,jsx,mjs,cjs,ts,tsx,vue,sol}\""
},
"dependencies": {
"@nomicfoundation/hardhat-network-helpers": "^1.0.10",
"@openzeppelin/contracts": "^5.0.0",
"@openzeppelin/contracts-upgradeable": "^5.0.0",
"@openzeppelin/merkle-tree": "^1.0.5",
"@openzeppelin/test-helpers": "^0.5.16",
"hardhat-exposed": "^0.3.13"
},
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^2.0.2",
"@nomicfoundation/hardhat-ethers": "^3.0.5",
"@nomicfoundation/hardhat-verify": "^2.0.4",
"@nomiclabs/hardhat-truffle5": "^2.0.7",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/hardhat-upgrades": "^2.3.1",
"chai": "^4.3.10",
"dotenv": "^16.3.1",
"eslint": "^7.32.0",
"eslint-config-prettier": "^8.5.0",
"eslint-config-standard": "^16.0.3",
"eslint-plugin-import": "^2.26.0",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-prettier": "^3.4.1",
"eslint-plugin-promise": "^5.2.0",
"eth-sig-util": "^3.0.1",
"ethereum-waffle": "^3.4.4",
"ethereumjs-wallet": "^1.0.2",
"ethers": "^6.7.1",
"hardhat": "^2.19.5",
"hardhat-contract-sizer": "^2.10.0",
"hardhat-deploy": "^0.11.37",
"hardhat-deploy-ethers": "^0.4.1",
"hardhat-gas-reporter": "^1.0.8",
"keccak256": "^1.0.6",
"prettier": "^2.6.2",
"prettier-plugin-solidity": "^1.0.0-beta.13",
"solhint": "^4.0.0",
"solidity-coverage": "^0.8.5",
"web3": "^1.7.3"
},
"engines": {
"node": ">=18.16.0"
}
}