You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

32 lines
1.1 KiB

7 months ago
  1. {
  2. "name": "hardhat-project",
  3. "devDependencies": {
  4. "@nomicfoundation/hardhat-chai-matchers": "^2.0.6",
  5. "@nomicfoundation/hardhat-ethers": "^3.0.5",
  6. "@nomicfoundation/hardhat-network-helpers": "^1.0.10",
  7. "@nomicfoundation/hardhat-toolbox": "^4.0.0",
  8. "@nomicfoundation/hardhat-verify": "^2.0.4",
  9. "@openzeppelin/contracts": "^5.0.2",
  10. "@openzeppelin/contracts-upgradeable": "^5.0.2",
  11. "@openzeppelin/hardhat-upgrades": "^3.0.5",
  12. "@typechain/ethers-v6": "^0.5.1",
  13. "@typechain/hardhat": "^9.1.0",
  14. "@types/chai": "^4.3.14",
  15. "@types/mocha": "^10.0.6",
  16. "chai": "^4.4.1",
  17. "dotenv": "^16.4.5",
  18. "ethers": "^6.11.1",
  19. "hardhat": "^2.22.2",
  20. "hardhat-gas-reporter": "^1.0.10",
  21. "hardhat-upgrades": "^0.0.0",
  22. "solidity-coverage": "^0.8.12",
  23. "ts-node": "^10.9.2",
  24. "typechain": "^8.3.2",
  25. "typescript": "^5.4.4"
  26. },
  27. "scripts": {
  28. "deploy:dev": "npx hardhat run --network bscTest scripts/deployProxy.ts",
  29. "deploy:local": "npx hardhat run --network local scripts/deployProxy.ts",
  30. "deploy:prod": "npx hardhat run --network bscMain scripts/deployProxy.ts"
  31. }
  32. }