Add proper logout, add rebuilding user from local storage
[arvados.git] / package.json
index 9f4197cabf8ee81cf894a2dc11f1e7f400a54053..9a31c4e7fddfa5169574cf2cf0f41bdf85393211 100644 (file)
@@ -14,8 +14,8 @@
     "react-router-redux": "5.0.0-alpha.9",
     "react-scripts-ts": "2.16.0",
     "redux": "4.0.0",
-    "redux-devtools": "3.4.1",
-    "typesafe-actions": "2.0.4"
+    "redux-thunk": "2.3.0",
+    "unionize": "2.1.2"
   },
   "scripts": {
     "start": "react-scripts-ts start",
@@ -34,7 +34,8 @@
     "@types/react-router-dom": "4.2.7",
     "@types/react-router-redux": "5.0.15",
     "@types/redux-devtools": "3.0.44",
-    "typescript": "2.9.1"
+    "typescript": "2.9.1",
+    "redux-devtools": "3.4.1"
   },
   "moduleNameMapper": {
     "^~/(.*)$": "<rootDir>/src/$1"