forked from FantasmFinance/fantasm-contracts
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.26 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
{
"name": "hardhat-project",
"devDependencies": {
"@chainlink/contracts": "^0.1.7",
"@ethereum-waffle/chai": "^3.4.3",
"@ethereum-waffle/mock-contract": "^3.3.1",
"@nomiclabs/hardhat-ethers": "^2.0.0",
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.1.0",
"@openzeppelin/contracts-upgradeable": "^4.3.0",
"@openzeppelin/hardhat-upgrades": "^1.9.0",
"@types/chai": "^4.2.16",
"@types/mocha": "^8.2.2",
"@types/node": "^14.14.41",
"@uniswap/v2-core": "^1.0.1",
"@uniswap/v2-periphery": "1.1.0-beta.0",
"chai": "^4.3.4",
"dotenv": "^8.2.0",
"ethereum-waffle": "^3.3.0",
"ethers": "^5.1.3",
"hardhat": "^2.8.3",
"hardhat-deploy": "^0.9.29",
"hardhat-deploy-ethers": "^0.3.0-beta.13",
"hardhat-gas-reporter": "^1.0.4",
"mocha": "^7.2.0",
"prettier": "^2.2.1",
"prettier-plugin-solidity": "*",
"solhint": "^3.3.4",
"ts-node": "^9.1.1",
"typescript": "^4.2.4"
},
"scripts": {
"dev": "hardhat node --network hardhat --export contractsInfo.json",
"flatten": "hardhat flatten",
"compile": "hardhat compile",
"test": "hardhat test"
},
"dependencies": {
"@poanet/solidity-flattener": "^3.0.6"
}
}