forked from Uniswap/v2-periphery
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
30 lines (30 loc) · 816 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
{
"name": "project-template",
"version": "1.0.0",
"description": "",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "",
"license": "ISC",
"devDependencies": {
"@nomicfoundation/hardhat-toolbox": "^2.0.2",
"@prb/math": "^3.3.0",
"dotenv": "^16.0.3",
"hardhat": "^2.12.2",
"hardhat-contract-sizer": "^2.8.0",
"prettier": "^2.8.4",
"prettier-plugin-solidity": "^1.1.2",
"readline-sync": "^1.4.10"
},
"dependencies": {
"@uniswap/lib": "4.0.1-alpha",
"@uniswap/v2-core": "1.0.0",
"@openzeppelin/contracts": "^4.8.0",
"@openzeppelin/contracts-upgradeable": "^4.8.0",
"@openzeppelin/hardhat-upgrades": "^1.22.1",
"@uniswap/lib": "^4.0.1-alpha",
"hardhat-gas-reporter": "^1.0.9"
}
}