diff options
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/package.json b/package.json index f23ab76f1..019e63063 100644 --- a/package.json +++ b/package.json @@ -7,6 +7,7 @@ "babelify": "7.3.0", "browserify": "13.1.1", "browserify-incremental": "3.1.1", + "lodash": "^4.17.4", "react": "15.3.2", "react-dom": "15.3.2", "react-redux": "4.4.5", @@ -20,6 +21,9 @@ "devDependencies": { "es6-object-assign": "1.0.3", "react-addons-test-utils": "15.3.2", - "sinon": "1.17.7" + "sinon": "1.17.7", + "redux-logger": "2.7.4", + "redux-thunk": "2.1.0", + "redux-promise": "0.5.3" } } |
