aboutsummaryrefslogtreecommitdiffstats
path: root/web/package.json
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2016-06-03 17:11:23 -0700
committerMaximilian Hils <git@maximilianhils.com>2016-06-03 18:38:25 -0700
commitd6fcd7e06d24ce75a17b82290ce54a802bc5e868 (patch)
tree0e97b9c4af2776e374afce8d01109fa8b15beb39 /web/package.json
parent46d9cdd70a80fb1164cfb8c9a715a98b48c84b75 (diff)
downloadmitmproxy-d6fcd7e06d24ce75a17b82290ce54a802bc5e868.tar.gz
mitmproxy-d6fcd7e06d24ce75a17b82290ce54a802bc5e868.tar.bz2
mitmproxy-d6fcd7e06d24ce75a17b82290ce54a802bc5e868.zip
web: implement redux store fetching
Diffstat (limited to 'web/package.json')
-rw-r--r--web/package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/package.json b/web/package.json
index bb32a2dc..3bbed9e8 100644
--- a/web/package.json
+++ b/web/package.json
@@ -27,6 +27,7 @@
"react-router": "^2.4.0",
"redux": "^3.5.2",
"redux-logger": "^2.6.1",
+ "redux-thunk": "^2.1.0",
"shallowequal": "^0.2.2"
},
"devDependencies": {
@@ -52,6 +53,7 @@
"gulp-sourcemaps": "^1.6.0",
"gulp-util": "^3.0.7",
"jest": "^0.1.40",
+ "redux-thunk": "^2.1.0",
"uglifyify": "^3.0.1",
"vinyl-buffer": "^1.0.0",
"vinyl-source-stream": "^1.1.0",