Cleanup packages.json and fix config
Showing
package-lock.json
0 → 100644
This diff is collapsed.
... | @@ -20,17 +20,10 @@ | ... | @@ -20,17 +20,10 @@ |
"author": "", | "author": "", | ||
"license": "MIT", | "license": "MIT", | ||
"devDependencies": { | "devDependencies": { | ||
"@nomiclabs/hardhat-ethers": "^2.2.3", | "@nomicfoundation/hardhat-toolbox": "^5.0.0", | ||
"@nomiclabs/hardhat-waffle": "^2.0.6", | "hardhat": "^2.22.19" | ||
"@openzeppelin/contracts": "^4.9.3", | |||
"chai": "^4.3.8", | |||
"ethereum-waffle": "^4.0.10", | |||
"ethers": "^5.7.2", | |||
"hardhat": "^2.17.3", | |||
"schema-utils": "'~'4.3.0" | |||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"@nomicfoundation/hardhat-ethers": "'~'3.0.8", | "@openzeppelin/contracts": "^5.2.0" | ||
"prompts": "'~'2.4.2" | |||
} | } | ||
} | } |
Please register or sign in to comment