about summary refs log tree commit diff
path: root/package.json
diff options
context:
space:
mode:
authorEugen Rochko <eugen@zeonfederated.com>2016-10-12 13:17:17 +0200
committerEugen Rochko <eugen@zeonfederated.com>2016-10-12 13:17:17 +0200
commit45776b55b0d97d6a6b8b202d3076f19f1d055573 (patch)
tree3cae814a3dfbfbc3b2bac45bf149e18845170922 /package.json
parente2ff39bf5db8cecd2bbe348dc2c3cf431a6d36ec (diff)
Responsively changing layout to single-column + nav on smaller screens
Diffstat (limited to 'package.json')
-rw-r--r--package.json3
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json
index 990124985..133244650 100644
--- a/package.json
+++ b/package.json
@@ -38,5 +38,8 @@
     "redux-thunk": "^2.1.0",
     "reselect": "^2.5.4",
     "sinon": "^1.17.6"
+  },
+  "dependencies": {
+    "react-responsive": "^1.1.5"
   }
 }