package.json 427 B

123456789101112131415161718
  1. {
  2. "devDependencies": {
  3. "@nomicfoundation/hardhat-toolbox": "^2.0.0",
  4. "@nomiclabs/hardhat-web3": "^2.0.0",
  5. "hardhat": "^2.11.2",
  6. "mocha": "^10.0.0",
  7. "request": "^2.88.2",
  8. "ts-generator": "^0.1.1",
  9. "ts-node": "^10.9.1",
  10. "typechain": "^8.1.0",
  11. "typescript": "^4.8.4",
  12. "web3": "^1.8.0"
  13. },
  14. "dependencies": {
  15. "@uniswap/v3-core": "^1.0.1",
  16. "@uniswap/v3-periphery": "^1.4.2"
  17. }
  18. }