fix: 添加包
Showing
hardhat.config.js
0 → 100644
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | ... | @@ -142,6 +142,12 @@ |
"@ethereumjs/tx": "^3.3.2", | ||
"@ethereumjs/vm": "^5.5.3", | ||
"@monaco-editor/react": "^4.3.1", | ||
"@remix-project/remix-analyzer": "^0.5.17", | ||
"@remix-project/remix-debug": "^0.5.8", | ||
"@remix-project/remix-lib": "^0.5.8", | ||
"@remix-project/remix-solidity": "^0.4.8", | ||
"@remix-project/remix-tests": "^0.2.8", | ||
"@remix-project/remix-url-resolver": "^0.0.29", | ||
"@remixproject/engine": "^0.3.24", | ||
"@remixproject/engine-web": "^0.3.24", | ||
"@remixproject/plugin": "^0.3.24", | ||
... | ... | @@ -269,6 +275,7 @@ |
"ganache-cli": "^6.8.1", | ||
"gists": "^1.0.1", | ||
"gulp": "^4.0.2", | ||
"hardhat": "^2.6.8", | ||
"ipfs-http-client": "^47.0.1", | ||
"ipfs-mini": "^1.1.5", | ||
"is-electron": "^2.2.0", | ||
... | ... | @@ -309,6 +316,6 @@ |
"webworkify-webpack": "^2.1.5", | ||
"worker-loader": "^2.0.0", | ||
"yo-yo": "github:ioedeveloper/yo-yo", | ||
"yo-yoify": "^3.7.3" | ||
"yo-yoify": "^4.3.0" | ||
} | ||
} |
Please
register
or
sign in
to comment