-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
54 lines (54 loc) · 1.72 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
49
50
51
52
53
54
{
"name": "alchemy-hardhat-project",
"version": "0.2.2",
"license": "ISC",
"devDependencies": {
"@nomicfoundation/hardhat-chai-matchers": "^1.0.6",
"@nomicfoundation/hardhat-viem": "^1.0.3",
"@nomiclabs/hardhat-ethers": "^2.2.3",
"@nomiclabs/hardhat-waffle": "^2.0.6",
"@typechain/ethers-v5": "^10.2.1",
"@types/chai": "^4.3.11",
"@types/node": "^16.18.80",
"@typescript-eslint/eslint-plugin": "^5.62.0",
"@typescript-eslint/parser": "^5.62.0",
"@uniswap/v3-periphery": "^1.4.4",
"chai": "^4.4.1",
"eslint": "^8.56.0",
"eslint-config-standard": "^17.1.0",
"eslint-config-standard-with-typescript": "^21.0.1",
"eslint-plugin-import": "^2.29.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1",
"eslint-plugin-standard": "^5.0.0",
"ethereum-waffle": "^3.4.4",
"ethers": "^5.7.2",
"hardhat": "^2.20.1",
"solhint": "^3.6.2",
"ts-generator": "^0.1.1",
"ts-mocha": "^10.0.0",
"ts-node": "^10.9.2",
"typechain": "^8.3.2",
"viem": "^2.7.9",
"xdeployer": "^3.0.1"
},
"dependencies": {
"@account-abstraction/contracts": "^0.6.0",
"@alch/alchemy-web3": "^1.4.7",
"@nomicfoundation/hardhat-verify": "^2.0.4",
"@nomiclabs/hardhat-etherscan": "^2.1.8",
"@openzeppelin/contracts": "4.9.3",
"@thehubbleproject/bls": "^0.5.1",
"@typechain/hardhat": "^2.3.1",
"@types/mocha": "^9.1.1",
"@zerodev/ecdsa-validator": "^5.1.0",
"ethereumjs-util": "^7.1.5",
"ethereumjs-wallet": "^1.0.2",
"hardhat-deploy": "^0.11.45",
"hardhat-deploy-ethers": "0.3.0-beta.13",
"solidity-coverage": "^0.8.7",
"source-map-support": "^0.5.21",
"table": "^6.8.1",
"typescript": "^4.9.5"
}
}