first chunk of redux refactor complete
Showing
package-lock.json
0 → 100644
This source diff could not be displayed because it is too large. You can view the blob instead.
... | ... | @@ -4,13 +4,18 @@ |
"version": "0.1.0", | ||
"private": true, | ||
"dependencies": { | ||
"axios": "^0.18.0", | ||
"d3": "^4.13.0", | ||
"react": "^16.2.0", | ||
"react-cookies": "^0.1.0", | ||
"react-dom": "^16.2.0", | ||
"react-helmet": "^5.2.0", | ||
"react-redux": "^5.0.7", | ||
"react-scripts": "1.1.0", | ||
"react-scroll-to-component": "^1.0.2", | ||
"react-select": "^1.2.1", | ||
"redux": "^3.7.2", | ||
"redux-thunk": "^2.2.0", | ||
"web3": "1.0.0-beta.22" | ||
}, | ||
"scripts": { | ||
... | ... |
src/actions/web3-actions.js
0 → 100644
src/constants.js
0 → 100644
src/containers/index.js
0 → 100644
src/reducers/index.js
0 → 100644
src/reducers/web3-reducer.js
0 → 100644
src/store/index.js
0 → 100644
src/store/initial-state.js
0 → 100644
src/store/store.dev.js
0 → 100644
src/store/store.prod.js
0 → 100644
Please register or sign in to comment