lint, build & test working for remix-simulator
Showing
This diff is collapsed.
This diff is collapsed.
... | ... | @@ -132,11 +132,14 @@ |
"dependencies": { | ||
"@remixproject/engine": "^0.2.3", | ||
"@types/tape": "^4.2.33", | ||
"ansi-gray": "^0.1.1", | ||
"color-support": "^1.1.3", | ||
"ethereumjs-block": "^2.2.2", | ||
"ethereumjs-tx": "^2.1.2", | ||
"ethereumjs-vm": "4.1.3", | ||
"http-server": "^0.11.1", | ||
"npm-install-version": "^6.0.2" | ||
"npm-install-version": "^6.0.2", | ||
"time-stamp": "^2.2.0" | ||
}, | ||
"devDependencies": { | ||
"@babel/core": "^7.4.5", | ||
... | ... | @@ -200,6 +203,7 @@ |
"js-beautify": "1.6.14", | ||
"minixhr": "^3.2.2", | ||
"mkdirp": "^0.5.1", | ||
"mocha": "^8.0.1", | ||
"nanohtml": "^1.6.3", | ||
"nightwatch": "^1.3.5", | ||
"notify-error": "^1.2.0", | ||
... | ... |
Please
register
or
sign in
to comment