-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
41 lines (41 loc) · 1.19 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
{
"name": "scroll-canvas-contracts",
"version": "0.0.1",
"description": "",
"main": "",
"scripts": {
"build": "forge build",
"test": "forge test -vvv"
},
"author": "",
"license": "MIT",
"dependencies": {
"@ethereum-attestation-service/eas-contracts": "^1.3.7",
"@openzeppelin/contracts": "^4.9.3",
"@openzeppelin/contracts-upgradeable": "^4.9.3",
"hardhat": "2.22.8",
"hardhat-ethers": "^1.0.1",
"@wagmi/chains": "^0.2.17",
"hardhat-tracer": "^3.0.0",
"solmate": "^6.2.0"
},
"devDependencies": {
"@nomicfoundation/hardhat-foundry": "^1.0.2",
"@nomiclabs/hardhat-ethers": "^2.2.2",
"@nomicfoundation/hardhat-verify": "2.0.9",
"@nomiclabs/hardhat-waffle": "2.0.5",
"@typechain/ethers-v5": "10.2.1",
"@typechain/hardhat": "^6.1.5",
"dotenv": "^16.4.5",
"hardhat-abi-exporter": "^2.10.0",
"hardhat-contract-sizer": "^2.6.1",
"hardhat-deploy": "^0.11.25",
"hardhat-gas-reporter": "^2.2.1",
"hardhat-preprocessor": "^0.1.5",
"husky": "7",
"ts-node": "^10.9.2",
"typechain": "^8.0.0",
"typescript": "4.9.4"
},
"packageManager": "[email protected]+sha1.1959a18351b811cdeedbd484a8f86c3cc3bbaf72"
}