mirror of
https://github.com/selfxyz/self.git
synced 2026-01-23 13:38:04 -05:00
20 lines
465 B
JSON
20 lines
465 B
JSON
{
|
|
"name": "hardhat-project",
|
|
"devDependencies": {
|
|
"@nomicfoundation/hardhat-toolbox": "^3.0.0",
|
|
"@types/snarkjs": "^0.7.7",
|
|
"hardhat": "^2.17.0",
|
|
"ts-node": "^10.9.1",
|
|
"typescript": "^5.1.6"
|
|
},
|
|
"dependencies": {
|
|
"@openzeppelin/contracts": "^4.9.2",
|
|
"@zk-kit/imt": "^2.0.0-beta",
|
|
"axios": "^1.6.2",
|
|
"dotenv": "^16.3.1",
|
|
"hardhat-contract-sizer": "^2.10.0",
|
|
"poseidon-lite": "^0.2.0",
|
|
"snarkjs": "^0.7.1"
|
|
}
|
|
}
|