aboutsummaryrefslogtreecommitdiff
path: root/package.json
diff options
context:
space:
mode:
authorTyler Schicke <tyler_schicke@brown.edu>2019-02-19 06:21:26 -0500
committerTyler Schicke <tyler_schicke@brown.edu>2019-02-19 06:21:26 -0500
commitb305a084cd43afe24d84221a1b4e55c252f5af8a (patch)
treed8c5ee1651fb0a1104d9636860c9417e5e306fa2 /package.json
parentf9d55f59c9db0f9ea7e98729f9e0892a828ee3f6 (diff)
parentec2b0b56058fce137ff28ae3ec125f9e695f315c (diff)
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web into server_database_merge
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/package.json b/package.json
index 94bf5a217..32567b121 100644
--- a/package.json
+++ b/package.json
@@ -57,6 +57,7 @@
"@types/prosemirror-transform": "^1.1.0",
"@types/prosemirror-view": "^1.3.0",
"@types/pug": "^2.0.4",
+ "@types/react-measure": "^2.0.4",
"@types/react-table": "^6.7.21",
"@types/socket.io": "^2.1.2",
"@types/socket.io-client": "^1.4.32",
@@ -75,8 +76,8 @@
"flexlayout-react": "^0.3.3",
"golden-layout": "^1.5.9",
"jsonwebtoken": "^8.4.0",
- "jsx-to-string": "^1.4.0",
"lodash": "^4.17.11",
+ "jsx-to-string": "^1.4.0",
"mobx": "^5.9.0",
"mobx-react": "^5.3.5",
"mobx-react-devtools": "^6.0.3",
@@ -98,10 +99,12 @@
"prosemirror-view": "^1.7.1",
"pug": "^2.0.3",
"react": "^16.5.2",
+ "react-dimensions": "^1.3.1",
"react-dom": "^16.7.0",
"react-golden-layout": "^1.0.6",
"react-image-lightbox": "^5.1.0",
"react-jsx-parser": "^1.13.0",
+ "react-measure": "^2.2.4",
"react-mosaic": "0.0.20",
"react-split-pane": "^0.1.85",
"react-table": "^6.9.0",