|
@@ -13,8 +13,8 @@
|
|
"scripts": {
|
|
"scripts": {
|
|
"compile": "hardhat compile",
|
|
"compile": "hardhat compile",
|
|
"coverage": "env COVERAGE=true hardhat coverage",
|
|
"coverage": "env COVERAGE=true hardhat coverage",
|
|
- "docs": "oz-docs",
|
|
|
|
- "docs:watch": "npm run docs watch contracts 'docs/*.hbs' docs/helpers.js",
|
|
|
|
|
|
+ "docs": "npm run prepare-docs && oz-docs",
|
|
|
|
+ "docs:watch": "oz-docs watch contracts 'docs/templates' docs/config.js",
|
|
"prepare-docs": "scripts/prepare-docs.sh",
|
|
"prepare-docs": "scripts/prepare-docs.sh",
|
|
"lint": "npm run lint:js && npm run lint:sol",
|
|
"lint": "npm run lint:js && npm run lint:sol",
|
|
"lint:fix": "npm run lint:js:fix && npm run lint:sol:fix",
|
|
"lint:fix": "npm run lint:js:fix && npm run lint:sol:fix",
|
|
@@ -56,7 +56,7 @@
|
|
"@nomicfoundation/hardhat-network-helpers": "^1.0.3",
|
|
"@nomicfoundation/hardhat-network-helpers": "^1.0.3",
|
|
"@nomiclabs/hardhat-truffle5": "^2.0.5",
|
|
"@nomiclabs/hardhat-truffle5": "^2.0.5",
|
|
"@nomiclabs/hardhat-web3": "^2.0.0",
|
|
"@nomiclabs/hardhat-web3": "^2.0.0",
|
|
- "@openzeppelin/docs-utils": "^0.1.0",
|
|
|
|
|
|
+ "@openzeppelin/docs-utils": "^0.1.3",
|
|
"@openzeppelin/test-helpers": "^0.5.13",
|
|
"@openzeppelin/test-helpers": "^0.5.13",
|
|
"chai": "^4.2.0",
|
|
"chai": "^4.2.0",
|
|
"eslint": "^7.32.0",
|
|
"eslint": "^7.32.0",
|
|
@@ -68,6 +68,7 @@
|
|
"eth-sig-util": "^3.0.0",
|
|
"eth-sig-util": "^3.0.0",
|
|
"ethereumjs-util": "^7.0.7",
|
|
"ethereumjs-util": "^7.0.7",
|
|
"ethereumjs-wallet": "^1.0.1",
|
|
"ethereumjs-wallet": "^1.0.1",
|
|
|
|
+ "glob": "^8.0.3",
|
|
"graphlib": "^2.1.8",
|
|
"graphlib": "^2.1.8",
|
|
"hardhat": "^2.9.1",
|
|
"hardhat": "^2.9.1",
|
|
"hardhat-gas-reporter": "^1.0.4",
|
|
"hardhat-gas-reporter": "^1.0.4",
|
|
@@ -84,7 +85,7 @@
|
|
"solhint": "^3.3.6",
|
|
"solhint": "^3.3.6",
|
|
"solidity-ast": "^0.4.25",
|
|
"solidity-ast": "^0.4.25",
|
|
"solidity-coverage": "^0.8.0",
|
|
"solidity-coverage": "^0.8.0",
|
|
- "solidity-docgen": "^0.5.3",
|
|
|
|
|
|
+ "solidity-docgen": "^0.6.0-beta.29",
|
|
"web3": "^1.3.0",
|
|
"web3": "^1.3.0",
|
|
"yargs": "^17.0.0"
|
|
"yargs": "^17.0.0"
|
|
}
|
|
}
|