Merge branch 'master' into refactor_remix_debug1b
Showing
apps/.gitkeep
deleted
100644 → 0
File moved
15 KB
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
This source diff could not be displayed because it is too large.
You can
view the blob
instead.
... | @@ -25,11 +25,8 @@ | ... | @@ -25,11 +25,8 @@ |
"start": "nx start", | "start": "nx start", | ||
"serve": "nx serve", | "serve": "nx serve", | ||
"build": "nx build", | "build": "nx build", | ||
"build:libs": "nx run-many --target=build --parallel=false --with-deps=true --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver", | |||
"test": "nx test", | "test": "nx test", | ||
"test:libs": "nx run-many --target=test --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver", | |||
"lint": "nx lint", | "lint": "nx lint", | ||
"lint:libs": "nx run-many --target=lint --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver", | |||
"e2e": "nx e2e", | "e2e": "nx e2e", | ||
"affected:apps": "nx affected:apps", | "affected:apps": "nx affected:apps", | ||
"affected:libs": "nx affected:libs", | "affected:libs": "nx affected:libs", | ||
... | @@ -46,15 +43,10 @@ | ... | @@ -46,15 +43,10 @@ |
"workspace-schematic": "nx workspace-schematic", | "workspace-schematic": "nx workspace-schematic", | ||
"dep-graph": "nx dep-graph", | "dep-graph": "nx dep-graph", | ||
"help": "nx help", | "help": "nx help", | ||
"setupremix": "npm run linkremixdebug && npm run linkremixlib && npm run linkremixsolidity && npm run linkremixanalyzer && npm run linkremixtests && npm run linkremixsimulator", | "lint:libs": "nx run-many --target=lint --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver", | ||
"pullremix": "git clone https://github.com/ethereum/remix", | "build:libs": "nx run-many --target=build --parallel=false --with-deps=true --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver", | ||
"linkremixlib": "cd node_modules && rm -rf remix-lib && ln -s ../../remix/remix-lib remix-lib && cd ..", | "test:libs": "nx run-many --target=test --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver", | ||
"linkremixsolidity": "cd node_modules && rm -rf remix-solidity && ln -s ../../remix/remix-solidity remix-solidity && cd ..", | "publish:libs": "npm run build:libs; lerna publish --skip-git", | ||
"linkremixtests": "cd node_modules && rm -rf remix-tests && ln -s ../../remix/remix-tests remix-tests && cd ..", | |||
"linkremixdebug": "cd node_modules && rm -rf remix-debug && ln -s ../../remix/remix-debug remix-debug && cd ..", | |||
"linkremixanalyzer": "cd node_modules && rm -rf remix-analyzer && ln -s ../../remix/remix-analyzer remix-analyzer && cd ..", | |||
"linkremixsimulator": "cd node_modules && rm -rf remix-simulator && ln -s ../../remix/remix-simulator remix-simulator && cd ..", | |||
"build_debugger": "browserify apps/remix-ide/src/app/debugger/remix-debugger/index.js -o apps/remix-ide/src/app/debugger/remix-debugger/build/app.js", | |||
"browsertest": "sleep 5 && npm run nightwatch_local", | "browsertest": "sleep 5 && npm run nightwatch_local", | ||
"csslint": "csslint --ignore=order-alphabetical --errors='errors,duplicate-properties,empty-rules' --exclude-list='apps/remix-ide/assets/css/font-awesome.min.css' apps/remix-ide/assets/css/", | "csslint": "csslint --ignore=order-alphabetical --errors='errors,duplicate-properties,empty-rules' --exclude-list='apps/remix-ide/assets/css/font-awesome.min.css' apps/remix-ide/assets/css/", | ||
"downloadsolc_root": "wget --no-check-certificate https://solc-bin.ethereum.org/bin/soljson-v0.6.6+commit.6c089d02.js -O ./apps/remix-ide/soljson.js", | "downloadsolc_root": "wget --no-check-certificate https://solc-bin.ethereum.org/bin/soljson-v0.6.6+commit.6c089d02.js -O ./apps/remix-ide/soljson.js", | ||
... | @@ -213,6 +205,7 @@ | ... | @@ -213,6 +205,7 @@ |
"fast-levenshtein": "^2.0.6", | "fast-levenshtein": "^2.0.6", | ||
"ganache-cli": "^6.8.1", | "ganache-cli": "^6.8.1", | ||
"gists": "^1.0.1", | "gists": "^1.0.1", | ||
"ipfs-http-client": "35.1.1", | |||
"ipfs-mini": "^1.1.5", | "ipfs-mini": "^1.1.5", | ||
"is-electron": "^2.2.0", | "is-electron": "^2.2.0", | ||
"javascript-serialize": "^1.6.1", | "javascript-serialize": "^1.6.1", | ||
... | @@ -220,6 +213,7 @@ | ... | @@ -220,6 +213,7 @@ |
"jquery": "^3.3.1", | "jquery": "^3.3.1", | ||
"js-base64": "^2.1.9", | "js-base64": "^2.1.9", | ||
"js-beautify": "1.6.14", | "js-beautify": "1.6.14", | ||
"lerna": "^3.22.1", | |||
"minixhr": "^3.2.2", | "minixhr": "^3.2.2", | ||
"mkdirp": "^0.5.1", | "mkdirp": "^0.5.1", | ||
"mocha": "^8.0.1", | "mocha": "^8.0.1", | ||
... | @@ -250,7 +244,6 @@ | ... | @@ -250,7 +244,6 @@ |
"vm-browserify": "0.0.4", | "vm-browserify": "0.0.4", | ||
"watchify": "^3.9.0", | "watchify": "^3.9.0", | ||
"web3": "1.2.4", | "web3": "1.2.4", | ||
"webworkify": "^1.2.1", | |||
"webworkify-webpack": "^2.1.5", | "webworkify-webpack": "^2.1.5", | ||
"worker-loader": "^2.0.0", | "worker-loader": "^2.0.0", | ||
"yo-yo": "github:ioedeveloper/yo-yo", | "yo-yo": "github:ioedeveloper/yo-yo", | ||
... | ... |