|
|
|
@ -46,7 +46,7 @@ |
|
|
|
|
"dep-graph": "nx dep-graph", |
|
|
|
|
"help": "nx help", |
|
|
|
|
"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,remixd,remix-ui-tree-view,remix-ui-modal-dialog,remix-ui-toaster,remix-ui-file-explorer,remix-ui-debugger-ui,remix-ui-workspace,remix-ui-static-analyser,remix-ui-checkbox,remix-ui-settings,remix-core-plugin,remix-ui-renderer,remix-ui-publish-to-storage,remix-ui-solidity-compiler,remix-ui-plugin-manager", |
|
|
|
|
"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,remixd", |
|
|
|
|
"build:libs": "nx run-many --target=build --parallel=false --projects=remix-analyzer,remix-astwalker,remix-debug,remix-lib,remix-simulator,remix-solidity,remix-tests,remix-url-resolver,remixd", |
|
|
|
|
"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,remixd", |
|
|
|
|
"publish:libs": "npm run build:libs && lerna publish --skip-git && npm run bumpVersion:libs", |
|
|
|
|
"build:e2e": "tsc -p apps/remix-ide-e2e/tsconfig.e2e.json", |
|
|
|
@ -57,7 +57,7 @@ |
|
|
|
|
"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 && wget --no-check-certificate https://binaries.soliditylang.org/wasm/soljson-v0.8.7+commit.e28d00a7.js -O ./apps/solidity-compiler/src/assets/js/soljson.js", |
|
|
|
|
"make-mock-compiler": "node apps/remix-ide/ci/makeMockCompiler.js", |
|
|
|
|
"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 && npx nx build remix-ide", |
|
|
|
|
"build:production": "NODE_ENV=production nx build remix-ide --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_local_firefox": "npm run build:e2e && nightwatch --config dist/apps/remix-ide-e2e/nightwatch.js --env=firefox", |
|
|
|
@ -200,14 +200,14 @@ |
|
|
|
|
"@babel/preset-typescript": "7.9.0", |
|
|
|
|
"@babel/register": "^7.4.4", |
|
|
|
|
"@fortawesome/fontawesome-free": "^5.8.1", |
|
|
|
|
"@nrwl/cli": "^12.9.0", |
|
|
|
|
"@nrwl/eslint-plugin-nx": "^12.9.0", |
|
|
|
|
"@nrwl/jest": "^12.9.0", |
|
|
|
|
"@nrwl/linter": "^12.9.0", |
|
|
|
|
"@nrwl/node": "^12.9.0", |
|
|
|
|
"@nrwl/react": "^12.9.0", |
|
|
|
|
"@nrwl/web": "^12.9.0", |
|
|
|
|
"@nrwl/workspace": "^12.9.0", |
|
|
|
|
"@nrwl/cli": "12.3.6", |
|
|
|
|
"@nrwl/eslint-plugin-nx": "12.3.6", |
|
|
|
|
"@nrwl/jest": "12.3.6", |
|
|
|
|
"@nrwl/linter": "12.3.6", |
|
|
|
|
"@nrwl/node": "12.3.6", |
|
|
|
|
"@nrwl/react": "12.3.6", |
|
|
|
|
"@nrwl/web": "12.3.6", |
|
|
|
|
"@nrwl/workspace": "12.3.6", |
|
|
|
|
"@testing-library/react": "10.4.1", |
|
|
|
|
"@types/axios": "^0.14.0", |
|
|
|
|
"@types/chai": "^4.2.11", |
|
|
|
|