summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-core/package.json
diff options
context:
space:
mode:
authorSamy Pesse <samypesse@gmail.com>2016-09-24 23:24:47 +0200
committerSamy Pesse <samypesse@gmail.com>2016-09-24 23:24:47 +0200
commitfab88bb47e71ad47c928198ddbf7a4d0527e81bb (patch)
treed218193c775e125e0043d21ee216eed531f01b1b /packages/gitbook-core/package.json
parentfa7cf3a65f7a19b2870e6d92c2e110e2356189ae (diff)
downloadgitbook-fab88bb47e71ad47c928198ddbf7a4d0527e81bb.zip
gitbook-fab88bb47e71ad47c928198ddbf7a4d0527e81bb.tar.gz
gitbook-fab88bb47e71ad47c928198ddbf7a4d0527e81bb.tar.bz2
Add flex box components
Diffstat (limited to 'packages/gitbook-core/package.json')
-rw-r--r--packages/gitbook-core/package.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/packages/gitbook-core/package.json b/packages/gitbook-core/package.json
index 1137d32..c00c6cc 100644
--- a/packages/gitbook-core/package.json
+++ b/packages/gitbook-core/package.json
@@ -13,7 +13,8 @@
"react-redux": "^4.4.5",
"react-safe-html": "^0.3.0",
"redux": "^3.5.2",
- "redux-thunk": "^2.1.0"
+ "redux-thunk": "^2.1.0",
+ "reflexbox": "^2.2.2"
},
"devDependencies": {
"babel-cli": "^6.14.0",