-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
25 lines (25 loc) · 1009 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
{
"name": "zkOS",
"version": "1.0.0",
"description": "ZK contracts",
"author": "CardinalCryptography",
"license": "Apache-2.0",
"dependencies": {
"@openzeppelin/contracts": "=5.0.2",
"@openzeppelin/contracts-upgradeable": "=5.0.2",
"@uniswap/permit2": "github:Uniswap/permit2#cc56ad0f3439c502c246fc5cfcc3db92bb8b7219"
},
"devDependencies": {
"@safe-global/protocol-kit": "^3.0.0",
"@safe-global/safe-core-sdk-types": "^4.0.0",
"child_process": "^1.0.2",
"dotenv": "^16.3.1",
"forge-std": "github:foundry-rs/forge-std#v1.8.1",
"openzeppelin-foundry-upgrades": "github:OpenZeppelin/openzeppelin-foundry-upgrades#v0.3.6",
"prettier": "^3.2.5",
"prettier-plugin-solidity": "^1.3.1",
"solhint-community": "^3.7.0",
"solhint-plugin-prettier": "^0.1.0",
"solidity-stringutils": "github:LayerZero-Labs/solidity-stringutils#eb21d6b502c2741145ab2a90f5f5b4fda9dfb218"
}
}