diff -r 2e4e9f9ebc4f -r f16a080e0bc4 client/package.json --- a/client/package.json Mon Jun 19 18:32:27 2017 +0200 +++ b/client/package.json Mon Jun 19 21:37:33 2017 +0200 @@ -6,6 +6,7 @@ "dependencies": { "bootstrap-sass": "^3.3.7", "immutable": "^3.8.1", + "localforage": "^1.5.0", "lodash": "^4.17.4", "moment": "^2.18.1", "pouchdb": "^6.2.0", @@ -19,6 +20,8 @@ "redux": "^3.6.0", "redux-history-transitions": "^2.2.0", "redux-immutable": "^4.0.0", + "redux-offline": "^2.0.0", + "redux-persist-transform-immutable": "^4.3.0", "redux-saga": "^0.15.3", "slate": "^0.20.1", "uuid": "^3.0.1"