-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
42 lines (42 loc) · 1.21 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": "@reservoir0x/contracts",
"version": "0.0.1",
"description": "Reservoir Protocol smart contracts",
"license": "MIT",
"private": true,
"scripts": {
"compile": "hardhat compile",
"clean": "hardhat clean",
"test": "hardhat test"
},
"dependencies": {
"@limitbreak/creator-token-contracts": "^1.1.2",
"@nomicfoundation/hardhat-network-helpers": "^1.0.9",
"@tenderly/hardhat-tenderly": "^1.6.1",
"@uniswap/permit2-sdk": "^1.2.0",
"hardhat": "2.20.1",
"hardhat-tracer": "^2.8.1",
"solmate": "^6.7.0"
},
"devDependencies": {
"@matterlabs/hardhat-zksync-deploy": "^0.6.5",
"@matterlabs/hardhat-zksync-solc": "^0.4.2",
"@nomiclabs/hardhat-ethers": "^2.2.1",
"@nomiclabs/hardhat-etherscan": "^3.0.0",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@openzeppelin/contracts": "^4.4.0",
"@reservoir0x/sdk": "*",
"@types/chai": "^4.3.4",
"@types/mocha": "^9.0.0",
"@types/node": "^16.11.12",
"axios": "^1.1.3",
"chai": "^4.3.4",
"dotenv": "^10.0.0",
"ethereum-waffle": "^3.4.0",
"ethers": "^5.7.2",
"hardhat-gas-reporter": "^1.0.8",
"ts-node": "^10.4.0",
"typescript": "^4.5.2",
"zksync-web3": "^0.14.3"
}
}