Liquidity migration (#279)
* finalize initial migration * remove redux * fix token to token rate bug * finalize initial migration * fix test
Showing
| ... | ... | @@ -5,31 +5,23 @@ |
| "homepage": ".", | ||
| "private": true, | ||
| "dependencies": { | ||
| "bignumber.js": "^7.2.1", | ||
| "classnames": "^2.2.6", | ||
| "escape-string-regexp": "^2.0.0", | ||
| "ethers": "^4.0.27", | ||
| "fuse": "^0.4.0", | ||
| "i18next": "^15.0.9", | ||
| "i18next-browser-languagedetector": "^3.0.1", | ||
| "i18next-xhr-backend": "^2.0.1", | ||
| "jazzicon": "^1.5.0", | ||
| "lodash.merge": "^4.6.1", | ||
| "node-sass": "^4.11.0", | ||
| "prop-types": "^15.7.2", | ||
| "react": "^16.8.6", | ||
| "react-dom": "^16.8.6", | ||
| "react-ga": "^2.5.7", | ||
| "react-i18next": "^10.7.0", | ||
| "react-redux": "^5.0.7", | ||
| "react-router-dom": "^5.0.0", | ||
| "react-scripts": "^3.0.0", | ||
| "react-transition-group": "1.x", | ||
| "redux": "^3.7.2", | ||
| "redux-subscriber": "^1.1.0", | ||
| "redux-thunk": "^2.2.0", | ||
| "ua-parser-js": "^0.7.18", | ||
| "web3": "1.0.0-beta.52", | ||
| "web3-react": "^5.0.4" | ||
| }, | ||
| "scripts": { | ||
| ... | ... |
This diff is collapsed.
src/ducks/app.js
deleted
100644 → 0
src/ducks/index.js
deleted
100644 → 0
src/ducks/pending.js
deleted
100644 → 0
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
src/store/index.js
deleted
100644 → 0
This diff is collapsed.
Please register or sign in to comment