diff options
| author | jpl | 2017-03-20 16:46:20 +0100 |
|---|---|---|
| committer | jpl | 2017-03-20 16:46:20 +0100 |
| commit | cfc35aca0f1383069e1f2cc5ed1026d085a1fc1d (patch) | |
| tree | d194a26f6ea698a32b7f45b58abc59b10e0ae83c /package.json | |
| parent | 423b5636c4a8ee1eae530e690e8fb1d3b3aa1c05 (diff) | |
| parent | 516971ceec5919e93105e3b01492090ba2a106cf (diff) | |
| download | chouette-core-cfc35aca0f1383069e1f2cc5ed1026d085a1fc1d.tar.bz2 | |
Merge branch 'master' into staging
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" } } |
