Merge branch 'master' into plugin_putin
Showing
embark/README.md
0 → 100644
... | @@ -27,6 +27,7 @@ | ... | @@ -27,6 +27,7 @@ |
"deep-equal": "^1.0.1", | "deep-equal": "^1.0.1", | ||
"ethereumjs-util": "^5.1.2", | "ethereumjs-util": "^5.1.2", | ||
"events": "^3.0.0", | "events": "^3.0.0", | ||
"ethers": "^4.0.27", | |||
"execr": "^1.0.1", | "execr": "^1.0.1", | ||
"exorcist": "^0.4.0", | "exorcist": "^0.4.0", | ||
"fast-async": "6.3.1", | "fast-async": "6.3.1", | ||
... | @@ -43,12 +44,12 @@ | ... | @@ -43,12 +44,12 @@ |
"npm-link-local": "^1.1.0", | "npm-link-local": "^1.1.0", | ||
"npm-run-all": "^4.0.2", | "npm-run-all": "^4.0.2", | ||
"onchange": "^3.2.1", | "onchange": "^3.2.1", | ||
"remix-analyzer": "0.3.5", | "remix-analyzer": "0.3.6", | ||
"remix-debug": "0.3.5", | "remix-debug": "0.3.6", | ||
"remix-lib": "0.4.5", | "remix-lib": "0.4.6", | ||
"remix-solidity": "0.3.5", | "remix-solidity": "0.3.6", | ||
"remix-tabs": "^1.0.0", | "remix-tabs": "^1.0.0", | ||
"remix-tests": "0.1.6", | "remix-tests": "0.1.7", | ||
"remixd": "0.1.8-alpha.6", | "remixd": "0.1.8-alpha.6", | ||
"request": "^2.83.0", | "request": "^2.83.0", | ||
"rimraf": "^2.6.1", | "rimraf": "^2.6.1", | ||
... | @@ -66,8 +67,8 @@ | ... | @@ -66,8 +67,8 @@ |
"yo-yoify": "^3.7.3" | "yo-yoify": "^3.7.3" | ||
}, | }, | ||
"dependencies": { | "dependencies": { | ||
"http-server": "^0.11.1", | |||
"remix-plugin": "0.0.2-alpha.6", | "remix-plugin": "0.0.2-alpha.6", | ||
"http-server": "^0.11.1", | |||
"remixd": "0.1.8-alpha.6" | "remixd": "0.1.8-alpha.6" | ||
}, | }, | ||
"repository": { | "repository": { | ||
... | @@ -180,7 +181,7 @@ | ... | @@ -180,7 +181,7 @@ |
"onchange": "onchange build/app.js -- npm-run-all lint", | "onchange": "onchange build/app.js -- npm-run-all lint", | ||
"prepublish": "mkdirp build; npm-run-all -ls downloadsolc_root build", | "prepublish": "mkdirp build; npm-run-all -ls downloadsolc_root build", | ||
"remixd": "remixd -s ./contracts --remix-ide http://127.0.0.1:8080", | "remixd": "remixd -s ./contracts --remix-ide http://127.0.0.1:8080", | ||
"selenium": "execr --silent selenium-standalone start", | "selenium": "selenium-standalone start", | ||
"selenium-install": "selenium-standalone install", | "selenium-install": "selenium-standalone install", | ||
"serve": "npx http-server .", | "serve": "npx http-server .", | ||
"serve_debugger": "npx http-server src/app/debugger/remix-debugger", | "serve_debugger": "npx http-server src/app/debugger/remix-debugger", | ||
... | ... |
src/app/components/panel.js
0 → 100644
Please
register
or
sign in
to comment