Redux
... | ... | @@ -36,11 +36,15 @@ |
"es-cookie": "^1.0.0", | ||
"history": "^4.0.0", | ||
"i18next": "^19.0.0", | ||
"immutability-helper": "^3.0.0", | ||
"react": "^16.0.0", | ||
"react-dom": "^16.0.0", | ||
"react-google-recaptcha": "^2.0.0", | ||
"react-i18next": "^11.0.0", | ||
"react-router-dom": "^5.0.0" | ||
"react-redux": "^7.0.0", | ||
"react-router-dom": "^5.0.0", | ||
"redux": "^4.0.0", | ||
"redux-thunk": "^2.0.0" | ||
}, | ||
"devDependencies": { | ||
"@types/react": "^16.0.0", | ||
... | ... | @@ -63,6 +67,7 @@ |
"html-webpack-plugin": "4.0.0-alpha", | ||
"mini-css-extract-plugin": "^0.9.0", | ||
"optimize-css-assets-webpack-plugin": "^5.0.0", | ||
"redux-devtools-extension": "^2.13.8", | ||
"rimraf": "^3.0.0", | ||
"script-ext-html-webpack-plugin": "^2.0.0", | ||
"tslint": "^6.0.0", | ||
... | ... |
src/core/actions/decoding.ts
0 → 100644
src/core/reducer/decoding.ts
0 → 100644
src/core/reducer/index.ts
0 → 100644
Please register or sign in to comment