Skip to content

Commit

Permalink
cleanup packages here also for smaller cluster commit
Browse files Browse the repository at this point in the history
  • Loading branch information
0xCardinalError committed Mar 14, 2024
1 parent c2ef4ca commit 94dab48
Show file tree
Hide file tree
Showing 3 changed files with 175 additions and 610 deletions.
3 changes: 1 addition & 2 deletions hardhat.config.ts
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
import 'dotenv/config';
import 'solidity-coverage';
import 'hardhat-deploy';
import 'hardhat-deploy-ethers';
import '@nomiclabs/hardhat-etherscan';
import '@nomicfoundation/hardhat-verify';
import 'hardhat-gas-reporter';
import { HardhatUserConfig } from 'hardhat/types';

Expand Down
34 changes: 16 additions & 18 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{
"name": "sw3",
"version": "0.2.0",
"description": "",
"main": "truffle.js",
"description": "Contracts for Swap, Swear and Swindle.",
"directories": {
"test": "test"
},
Expand All @@ -11,18 +10,26 @@
"url": "https://github.com/ethersphere/swap-swear-and-swindle.git"
},
"dependencies": {
"@openzeppelin/contracts": "^3.4.1-solc-0.7-2"
"@nomiclabs/hardhat-ethers": "^2.2.1",
"@nomicfoundation/hardhat-verify": "^2.0.5",
"@openzeppelin/contracts": "^3.4.1-solc-0.7-2",
"dotenv": "^16.0.3",
"ethers": "^5.7.0",
"hardhat": "^2.11.2",
"hardhat-deploy": "^0.11.25",
"hardhat-deploy-ethers": "^0.3.0-beta.5",
"hardhat-gas-reporter": "^1.0.9",
"hardhat-contract-sizer": "^2.8.0",
"hardhat-preprocessor": "^0.1.5",
"typescript": "^4.0.5",
"ts-node": "^10.8.1"
},
"devDependencies": {
"@ethereum-waffle/chai": "^4.0.10",
"@ethersproject/wallet": "^5.0.7",
"@fairdatasociety/bmt-js": "^2.1.0",
"@nomiclabs/hardhat-ethers": "^2.2.1",
"@nomiclabs/hardhat-etherscan": "^3.1.3",
"@nomiclabs/hardhat-truffle5": "^2.0.2",
"@nomiclabs/hardhat-web3": "^2.0.0",
"@openzeppelin/test-helpers": "^0.5.15",
"@tenderly/hardhat-tenderly": "^1.7.7",
"@types/chai": "^4.2.14",
"@types/mocha": "^10.0.1",
"@types/node": "^18.14.6",
Expand All @@ -33,26 +40,17 @@
"chai": "^4.2.0",
"chai-ethers": "^0.0.1",
"cross-env": "^7.0.2",
"dotenv": "^16.0.3",
"eslint": "^8.35.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-prettier": "^5.1.3",
"ethereum-waffle": "^4.0.10",
"ethereumjs-abi": "^0.6.8",
"ethers": "^5.7.0",
"ganache-cli": "^6.12.2",
"hardhat": "^2.11.2",
"hardhat-deploy": "^0.11.25",
"hardhat-deploy-ethers": "^0.3.0-beta.5",
"hardhat-gas-reporter": "^1.0.9",
"hardhat-tracer": "^2.1.2",
"mocha": "^10.2.0",
"prettier": "^3.2.5",
"prettier-plugin-solidity": "^1.0.0-alpha.59",
"solhint": "^4.1.1",
"solidity-coverage": "^0.8.2",
"ts-node": "^10.8.1",
"typescript": "^4.0.5"
"solhint": "^4.1.1"
},
"scripts": {
"lint": "eslint \"**/*.{js,ts}\"",
Expand All @@ -66,4 +64,4 @@
"keywords": [],
"author": "",
"license": "ISC"
}
}
Loading

0 comments on commit 94dab48

Please # to comment.