-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
35 lines (35 loc) · 1.09 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
{
"name": "hsnl-contract",
"version": "1.0.0",
"main": "index.js",
"license": "GPL-3.0",
"author": "a2468834",
"dependencies": {
"@chainlink/contracts": "0.4.0",
"@nomiclabs/hardhat-ethers": "^2.0.5",
"@nomiclabs/hardhat-etherscan": "^3.1.2",
"@nomiclabs/hardhat-waffle": "^2.0.3",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/contracts": "^4.7.0",
"@openzeppelin/contracts-upgradeable": "^4.7.0",
"@rari-capital/solmate": "^6.4.0",
"@uniswap/v3-core": "^1.0.1",
"canvas": "^2.9.1",
"chai": "^4.3.6",
"dotenv": "^16.0.0",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.6.2",
"hardhat": "2.12.2",
"hardhat-deploy": "^0.11.10",
"hardhat-gas-reporter": "^1.0.8",
"ipfs-core": "0.14.2",
"jasmine": "^4.0.2",
"jquery": "^3.6.1",
"jsdom": "^20.0.3",
"mime": "^3.0.0",
"mime-db": "^1.52.0",
"nft.storage": "^6.2.0",
"solc": "0.8.7",
"web3": "^1.7.3"
}
}