31 lines
800 B
JSON
31 lines
800 B
JSON
{
|
|
"name": "hardhat-project",
|
|
"devDependencies": {
|
|
"@nomiclabs/hardhat-ethers": "^2.0.1",
|
|
"@nomiclabs/hardhat-waffle": "^2.0.1",
|
|
"babel-eslint": "^10.1.0",
|
|
"chai": "^4.2.0",
|
|
"eslint": "^7.19.0",
|
|
"eslint-config-prettier": "^7.2.0",
|
|
"eslint-plugin-prettier": "^3.3.1",
|
|
"ethereum-waffle": "^3.2.2",
|
|
"ethers": "^5.0.26",
|
|
"hardhat": "^2.0.8",
|
|
"prettier": "^2.2.1",
|
|
"prettier-plugin-solidity": "^1.0.0-beta.3",
|
|
"solhint-plugin-prettier": "^0.0.5",
|
|
"torn-token": "^1.0.0"
|
|
},
|
|
"dependencies": {
|
|
"circom": "^0.5.38",
|
|
"circom_runtime": "^0.1.12",
|
|
"circomlib": "^0.4.1",
|
|
"dotenv": "^8.2.0",
|
|
"ffiasm": "^0.1.1",
|
|
"fixed-merkle-tree": "^0.5.0",
|
|
"jssha": "^3.2.0",
|
|
"snarkjs": "^0.3.57",
|
|
"tmp-promise": "^3.0.2"
|
|
}
|
|
}
|