-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.48 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
{
"name": "traderchain-contracts",
"version": "1.0.0",
"description": "Core smart contracts of Traderchain",
"scripts": {
"compile": "npx hardhat compile",
"test": "npx hardhat test --typecheck",
"node": "npx hardhat node --network hardhat"
},
"author": "Hai M Nguyen ([email protected])",
"license": "MIT",
"dependencies": {
"@openzeppelin/contracts": "4.4.0",
"@openzeppelin/contracts-upgradeable": "4.4.0",
"@uniswap/v3-core": "1.0.1",
"@uniswap/v3-periphery": "1.4.2"
},
"devDependencies": {
"@ethersproject/providers": "^5.7.1",
"@nomicfoundation/hardhat-chai-matchers": "^1.0.3",
"@nomicfoundation/hardhat-network-helpers": "^1.0.6",
"@nomicfoundation/hardhat-toolbox": "^2.0.0",
"@nomiclabs/hardhat-ethers": "^2.1.1",
"@nomiclabs/hardhat-etherscan": "^3.1.0",
"@openzeppelin/hardhat-upgrades": "^1.21.0",
"@typechain/ethers-v5": "^10.1.0",
"@typechain/hardhat": "^6.1.3",
"@types/chai": "^4.3.4",
"@types/mocha": "^9.1.1",
"@types/node": "^18.11.15",
"babel-polyfill": "6.26.0",
"babel-preset-es2015": "6.24.1",
"babel-register": "6.26.0",
"bip39": "3.0.4",
"chai": "^4.3.7",
"chai-as-promised": "7.1.1",
"chai-bn": "0.3.0",
"chai-match": "1.1",
"ethers": "^5.7.1",
"hardhat": "^2.11.2",
"hardhat-gas-reporter": "^1.0.9",
"solidity-coverage": "^0.8.2",
"ts-node": "^10.9.1",
"typechain": "^8.1.0",
"typescript": "^4.9.4",
"web3-utils": "1.6.1"
}
}