Add Token Select Modal
Showing
... | @@ -7,6 +7,7 @@ | ... | @@ -7,6 +7,7 @@ |
"axios": "^0.18.0", | "axios": "^0.18.0", | ||
"classnames": "^2.2.6", | "classnames": "^2.2.6", | ||
"d3": "^4.13.0", | "d3": "^4.13.0", | ||
"fuse": "^0.4.0", | |||
"jazzicon": "^1.5.0", | "jazzicon": "^1.5.0", | ||
"node-sass": "^4.9.3", | "node-sass": "^4.9.3", | ||
"npm": "^6.0.0", | "npm": "^6.0.0", | ||
... | @@ -20,6 +21,7 @@ | ... | @@ -20,6 +21,7 @@ |
"react-scripts": "2.0.4", | "react-scripts": "2.0.4", | ||
"react-scroll-to-component": "^1.0.2", | "react-scroll-to-component": "^1.0.2", | ||
"react-select": "^1.2.1", | "react-select": "^1.2.1", | ||
"react-transition-group": "1.x", | |||
"redux": "^3.7.2", | "redux": "^3.7.2", | ||
"redux-subscriber": "^1.1.0", | "redux-subscriber": "^1.1.0", | ||
"redux-thunk": "^2.2.0", | "redux-thunk": "^2.2.0", | ||
... | ... |
26.4 KB
src/helpers/fuse/index.js
0 → 100644