Merge pull request #454 from ethereum/remixd
Move Remixd To Monorepo
Showing
remixd @ 1a9ec323
libs/remixd/.eslintrc
0 → 100644
libs/remixd/README.md
0 → 100644
libs/remixd/jest.config.js
0 → 100644
libs/remixd/nodemon.json
0 → 100644
libs/remixd/package.json
0 → 100644
libs/remixd/src/index.ts
0 → 100644
libs/remixd/src/origins.json
0 → 100644
libs/remixd/src/utils.ts
0 → 100644
libs/remixd/src/websocket.ts
0 → 100644
libs/remixd/tsconfig.json
0 → 100644
This diff is collapsed.
... | @@ -43,9 +43,9 @@ | ... | @@ -43,9 +43,9 @@ |
"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", | ||
"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", | "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", | ||
"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", | "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", | ||
"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", | "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", | "publish:libs": "npm run build:libs; lerna publish --skip-git; npm run bumpVersion:libs", | ||
"bumpVersion:libs": "gulp; gulp syncLibVersions;", | "bumpVersion:libs": "gulp; gulp syncLibVersions;", | ||
"browsertest": "sleep 5 && npm run nightwatch_local", | "browsertest": "sleep 5 && npm run nightwatch_local", | ||
... | @@ -83,7 +83,7 @@ | ... | @@ -83,7 +83,7 @@ |
"nightwatch_local_fileManager": "nx build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=dist/apps/remix-ide-e2e/src/tests/fileManager_api.test.js --env=chrome", | "nightwatch_local_fileManager": "nx build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=dist/apps/remix-ide-e2e/src/tests/fileManager_api.test.js --env=chrome", | ||
"nightwatch_local_runAndDeploy": "nx build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=dist/apps/remix-ide-e2e/src/tests/runAndDeploy.js --env=chrome-runAndDeploy", | "nightwatch_local_runAndDeploy": "nx build remix-ide-e2e; nx e2e remix-ide-e2e --filePath=dist/apps/remix-ide-e2e/src/tests/runAndDeploy.js --env=chrome-runAndDeploy", | ||
"onchange": "onchange apps/remix-ide/build/app.js -- npm-run-all lint", | "onchange": "onchange apps/remix-ide/build/app.js -- npm-run-all lint", | ||
"remixd": "remixd -s ./apps/remix-ide/contracts --remix-ide http://127.0.0.1:8080", | "remixd": "nx build remixd; nx serve remixd --folder=./apps/remix-ide/contracts --remixide=http://127.0.0.1:8080", | ||
"selenium": "selenium-standalone start", | "selenium": "selenium-standalone start", | ||
"selenium-install": "selenium-standalone install", | "selenium-install": "selenium-standalone install", | ||
"sourcemap": "exorcist --root ../ apps/remix-ide/build/app.js.map > apps/remix-ide/build/app.js", | "sourcemap": "exorcist --root ../ apps/remix-ide/build/app.js.map > apps/remix-ide/build/app.js", | ||
... | @@ -141,7 +141,17 @@ | ... | @@ -141,7 +141,17 @@ |
"npm-install-version": "^6.0.2", | "npm-install-version": "^6.0.2", | ||
"signale": "^1.4.0", | "signale": "^1.4.0", | ||
"time-stamp": "^2.2.0", | "time-stamp": "^2.2.0", | ||
"winston": "^3.3.3" | "winston": "^3.3.3", | ||
"@remixproject/plugin": "0.3.0-beta.5", | |||
"@remixproject/plugin-api": "0.3.0-beta.5", | |||
"@remixproject/plugin-utils": "0.3.0-beta.5", | |||
"@remixproject/plugin-ws": "^0.3.0-beta.8", | |||
"axios": "^0.20.0", | |||
"chokidar": "^2.1.8", | |||
"commander": "^2.20.3", | |||
"fs-extra": "^3.0.1", | |||
"isbinaryfile": "^3.0.2", | |||
"ws": "^7.3.0" | |||
}, | }, | ||
"devDependencies": { | "devDependencies": { | ||
"@babel/core": "^7.4.5", | "@babel/core": "^7.4.5", | ||
... | @@ -232,7 +242,6 @@ | ... | @@ -232,7 +242,6 @@ |
"onchange": "^3.2.1", | "onchange": "^3.2.1", | ||
"prettier": "1.19.1", | "prettier": "1.19.1", | ||
"remix-tabs": "1.0.48", | "remix-tabs": "1.0.48", | ||
"remixd": "0.2.3-alpha.4", | |||
"request": "^2.83.0", | "request": "^2.83.0", | ||
"rimraf": "^2.6.1", | "rimraf": "^2.6.1", | ||
"selenium-standalone": "^6.17.0", | "selenium-standalone": "^6.17.0", | ||
... | @@ -252,6 +261,16 @@ | ... | @@ -252,6 +261,16 @@ |
"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", | ||
"yo-yoify": "^3.7.3" | "yo-yoify": "^3.7.3", | ||
"@types/axios": "^0.14.0", | |||
"@types/fs-extra": "^9.0.1", | |||
"@types/ws": "^7.2.4", | |||
"eslint-config-standard": "14.1.1", | |||
"eslint-plugin-import": "2.20.2", | |||
"eslint-plugin-node": "11.1.0", | |||
"eslint-plugin-promise": "4.2.1", | |||
"eslint-plugin-standard": "4.0.1", | |||
"nodemon": "^2.0.4", | |||
"@types/jest": "25.1.4" | |||
} | } | ||
} | } |
Please
register
or
sign in
to comment