package.json 474 B

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