|
|
@ -20,28 +20,37 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
"dependencies": { |
|
|
|
"dependencies": { |
|
|
|
"@fortawesome/fontawesome-free": "5.1.0-4", |
|
|
|
"@fortawesome/fontawesome-free": "5.1.0-4", |
|
|
|
|
|
|
|
"assert": "^2.0.0", |
|
|
|
"awesomplete": "^1.1.5", |
|
|
|
"awesomplete": "^1.1.5", |
|
|
|
"bignumber.js": "^9.0.0", |
|
|
|
"bignumber.js": "^9.0.0", |
|
|
|
"bootstrap": "^4.3.1", |
|
|
|
"bootstrap": "^4.3.1", |
|
|
|
"chart.js": "^2.9.3", |
|
|
|
"chart.js": "^2.9.3", |
|
|
|
"clipboard": "^2.0.4", |
|
|
|
"clipboard": "^2.0.4", |
|
|
|
|
|
|
|
"core-js": "^2.6.12", |
|
|
|
|
|
|
|
"crypto-browserify": "^3.12.0", |
|
|
|
"eth-net-props": "^1.0.33", |
|
|
|
"eth-net-props": "^1.0.33", |
|
|
|
"highlight.js": "^9.16.2", |
|
|
|
"highlight.js": "^9.16.2", |
|
|
|
"highlightjs-solidity": "^1.0.8", |
|
|
|
"highlightjs-solidity": "^1.0.8", |
|
|
|
|
|
|
|
"https-browserify": "^1.0.0", |
|
|
|
"humps": "^2.0.1", |
|
|
|
"humps": "^2.0.1", |
|
|
|
"jquery": "^3.4.0", |
|
|
|
"jquery": "^3.4.0", |
|
|
|
"lodash": "^4.17.19", |
|
|
|
"lodash": "^4.17.19", |
|
|
|
"moment": "^2.24.0", |
|
|
|
"moment": "^2.24.0", |
|
|
|
"nanomorph": "^5.4.0", |
|
|
|
"nanomorph": "^5.4.0", |
|
|
|
"numeral": "^2.0.6", |
|
|
|
"numeral": "^2.0.6", |
|
|
|
|
|
|
|
"os-browserify": "^0.3.0", |
|
|
|
"path-parser": "^4.2.0", |
|
|
|
"path-parser": "^4.2.0", |
|
|
|
"phoenix": "file:../../../deps/phoenix", |
|
|
|
"phoenix": "file:../../../deps/phoenix", |
|
|
|
"phoenix_html": "file:../../../deps/phoenix_html", |
|
|
|
"phoenix_html": "file:../../../deps/phoenix_html", |
|
|
|
"popper.js": "^1.14.7", |
|
|
|
"popper.js": "^1.14.7", |
|
|
|
"reduce-reducers": "^0.4.3", |
|
|
|
"reduce-reducers": "^0.4.3", |
|
|
|
"redux": "^4.0.5", |
|
|
|
"redux": "^4.0.5", |
|
|
|
|
|
|
|
"stream-browserify": "^3.0.0", |
|
|
|
|
|
|
|
"stream-http": "^3.1.1", |
|
|
|
"urijs": "^1.19.2", |
|
|
|
"urijs": "^1.19.2", |
|
|
|
"web3": "^1.2.9" |
|
|
|
"url": "^0.11.0", |
|
|
|
|
|
|
|
"util": "^0.12.3", |
|
|
|
|
|
|
|
"web3": "^1.3.0" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"devDependencies": { |
|
|
|
"devDependencies": { |
|
|
|
"@babel/core": "^7.7.2", |
|
|
|
"@babel/core": "^7.7.2", |
|
|
@ -57,17 +66,17 @@ |
|
|
|
"eslint-plugin-node": "^10.0.0", |
|
|
|
"eslint-plugin-node": "^10.0.0", |
|
|
|
"eslint-plugin-promise": "^4.2.1", |
|
|
|
"eslint-plugin-promise": "^4.2.1", |
|
|
|
"eslint-plugin-standard": "^4.0.1", |
|
|
|
"eslint-plugin-standard": "^4.0.1", |
|
|
|
"file-loader": "^4.2.0", |
|
|
|
"file-loader": "^6.2.0", |
|
|
|
"jest": "^25.1.0", |
|
|
|
"jest": "^25.1.0", |
|
|
|
"mini-css-extract-plugin": "^0.8.0", |
|
|
|
"mini-css-extract-plugin": "^1.3.1", |
|
|
|
"node-sass": "^4.13.1", |
|
|
|
"node-sass": "^5.0.0", |
|
|
|
"optimize-css-assets-webpack-plugin": "^5.0.3", |
|
|
|
"optimize-css-assets-webpack-plugin": "^5.0.4", |
|
|
|
"postcss-loader": "^3.0.0", |
|
|
|
"postcss": "^8.1.10", |
|
|
|
"sass-loader": "^8.0.0", |
|
|
|
"postcss-loader": "^4.1.0", |
|
|
|
"style-loader": "^1.0.0", |
|
|
|
"sass-loader": "^10.1.0", |
|
|
|
"terser-webpack-plugin": "^2.2.1", |
|
|
|
"style-loader": "^1.3.0", |
|
|
|
"webpack": "^4.41.2", |
|
|
|
"webpack": "^5.8.0", |
|
|
|
"webpack-cli": "^3.3.10" |
|
|
|
"webpack-cli": "^4.2.0" |
|
|
|
}, |
|
|
|
}, |
|
|
|
"jest": { |
|
|
|
"jest": { |
|
|
|
"moduleNameMapper": { |
|
|
|
"moduleNameMapper": { |
|
|
|