-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
32 lines (32 loc) · 863 Bytes
/
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
{
"name": "uniswapv3-lp-locker",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"keywords": [],
"author": "",
"license": "ISC",
"dependencies": {
"@openzeppelin/contracts": "3.4.1-solc-0.7-2",
"@uniswap/lib": "^4.0.1-alpha",
"@uniswap/v3-core": "1.0.0",
"@uniswap/v3-periphery": "^1.0.0",
"base64-sol": "1.0.1",
"ethereum-waffle": "^3.4.0"
},
"devDependencies": {
"@nomiclabs/hardhat-ethers": "^2.0.2",
"@nomiclabs/hardhat-etherscan": "^2.1.1",
"@nomiclabs/hardhat-waffle": "^2.0.1",
"@types/chai": "^4.2.6",
"@types/mocha": "^5.2.7",
"chai": "^4.2.0",
"ethers": "^5.0.8",
"hardhat": "^2.2.0",
"solhint": "^3.2.1",
"solhint-plugin-prettier": "^0.0.5"
}
}