Merge branch 'react-plugin-manager' of https://github.com/ethereum/remix-project…
Merge branch 'react-plugin-manager' of https://github.com/ethereum/remix-project into react-plugin-manager
Showing
This diff is collapsed.
... | @@ -53,6 +53,8 @@ | ... | @@ -53,6 +53,8 @@ |
"downloadsolc_assets": "wget --no-check-certificate https://binaries.soliditylang.org/wasm/soljson-v0.8.7+commit.e28d00a7.js -O ./apps/remix-ide/src/assets/js/soljson.js", | "downloadsolc_assets": "wget --no-check-certificate https://binaries.soliditylang.org/wasm/soljson-v0.8.7+commit.e28d00a7.js -O ./apps/remix-ide/src/assets/js/soljson.js", | ||
"make-mock-compiler": "node apps/remix-ide/ci/makeMockCompiler.js", | "make-mock-compiler": "node apps/remix-ide/ci/makeMockCompiler.js", | ||
"minify": "uglifyjs --in-source-map inline --source-map-inline -c warnings=false", | "minify": "uglifyjs --in-source-map inline --source-map-inline -c warnings=false", | ||
"build:production": "NODE_ENV=production npx nx build remix-ide --with-deps --skip-nx-cache", | |||
"serve:production": "npx http-server ./dist/apps/remix-ide", | |||
"nightwatch_parallel": "npm run build:e2e && nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js --env=chrome,firefox", | "nightwatch_parallel": "npm run build:e2e && nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js --env=chrome,firefox", | ||
"nightwatch_local_firefox": "npm run build:e2e && nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js --env=firefox", | "nightwatch_local_firefox": "npm run build:e2e && nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js --env=firefox", | ||
"nightwatch_local_chrome": "npm run build:e2e && nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js --env=chrome", | "nightwatch_local_chrome": "npm run build:e2e && nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js --env=chrome", | ||
... | @@ -286,6 +288,7 @@ | ... | @@ -286,6 +288,7 @@ |
"swarmgw": "^0.3.1", | "swarmgw": "^0.3.1", | ||
"tap-spec": "^5.0.0", | "tap-spec": "^5.0.0", | ||
"tape": "^4.13.3", | "tape": "^4.13.3", | ||
"terser-webpack-plugin": "^4.2.3", | |||
"ts-jest": "25.2.1", | "ts-jest": "25.2.1", | ||
"ts-node": "^7.0.1", | "ts-node": "^7.0.1", | ||
"tslint": "~6.0.0", | "tslint": "~6.0.0", | ||
... | ... |
Please
register
or
sign in
to comment