|
|
|
@ -116,6 +116,8 @@ |
|
|
|
|
"build-contracts": "find ./node_modules/@openzeppelin/contracts | grep -i '.sol' > libs/remix-ui/editor/src/lib/providers/completion/contracts/contracts.txt && find ./node_modules/@uniswap/v3-core/contracts | grep -i '.sol' >> libs/remix-ui/editor/src/lib/providers/completion/contracts/contracts.txt" |
|
|
|
|
}, |
|
|
|
|
"dependencies": { |
|
|
|
|
"@babel/plugin-proposal-class-properties": "^7.16.0", |
|
|
|
|
"@babel/plugin-proposal-nullish-coalescing-operator": "^7.18.6", |
|
|
|
|
"@erebos/bzz-node": "^0.13.0", |
|
|
|
|
"@ethereumjs/block": "^4.1.0", |
|
|
|
|
"@ethereumjs/common": "^3.0.2", |
|
|
|
@ -126,7 +128,9 @@ |
|
|
|
|
"@ethereumjs/vm": "^6.3.0", |
|
|
|
|
"@ethersphere/bee-js": "^3.2.0", |
|
|
|
|
"@isomorphic-git/lightning-fs": "^4.4.1", |
|
|
|
|
|
|
|
|
|
"@openzeppelin/contracts": "^4.7.3", |
|
|
|
|
"@openzeppelin/upgrades-core": "^1.22.0", |
|
|
|
|
"@openzeppelin/wizard": "^0.1.1", |
|
|
|
|
"@remixproject/engine": "^0.3.31", |
|
|
|
|
"@remixproject/engine-web": "^0.3.31", |
|
|
|
|
"@remixproject/plugin": "^0.3.31", |
|
|
|
@ -134,6 +138,7 @@ |
|
|
|
|
"@remixproject/plugin-utils": "^0.3.31", |
|
|
|
|
"@remixproject/plugin-webview": "^0.3.31", |
|
|
|
|
"@remixproject/plugin-ws": "^0.3.31", |
|
|
|
|
"@types/nightwatch": "^2.3.1", |
|
|
|
|
"ansi-gray": "^0.1.1", |
|
|
|
|
"async": "^2.6.2", |
|
|
|
|
"axios": "1.1.2", |
|
|
|
@ -194,7 +199,9 @@ |
|
|
|
|
"time-stamp": "^2.2.0", |
|
|
|
|
"toml": "^3.0.0", |
|
|
|
|
"tree-kill": "^1.2.2", |
|
|
|
|
"web3": "^1.8.2", |
|
|
|
|
"ts-loader": "^9.2.6", |
|
|
|
|
"tslib": "^2.3.0", |
|
|
|
|
"web3": "^1.8.0", |
|
|
|
|
"winston": "^3.3.3", |
|
|
|
|
"ws": "^7.3.0" |
|
|
|
|
}, |
|
|
|
@ -257,6 +264,10 @@ |
|
|
|
|
"@typescript-eslint/parser": "^5.40.1", |
|
|
|
|
"@uniswap/v2-core": "^1.0.1", |
|
|
|
|
"@uniswap/v3-core": "^1.0.1", |
|
|
|
|
"ace-mode-lexon": "^1.*.*", |
|
|
|
|
"ace-mode-move": "0.0.1", |
|
|
|
|
"ace-mode-solidity": "^0.1.0", |
|
|
|
|
"ace-mode-zokrates": "^1.0.4", |
|
|
|
|
"babel-eslint": "^10.0.0", |
|
|
|
|
"babel-jest": "25.1.0", |
|
|
|
|
"babel-plugin-add-module-exports": "^1.0.2", |
|
|
|
@ -343,9 +354,7 @@ |
|
|
|
|
"terser-webpack-plugin": "^5.3.6", |
|
|
|
|
"timers-browserify": "^2.0.12", |
|
|
|
|
"ts-jest": "^29.0.3", |
|
|
|
|
"ts-loader": "^9.2.6", |
|
|
|
|
"ts-node": "10.9.1", |
|
|
|
|
"tslib": "^2.3.0", |
|
|
|
|
"tslint": "~6.0.0", |
|
|
|
|
"typescript": "^4.8.4", |
|
|
|
|
"uglify-js": "^2.8.16", |
|
|
|
|