diff options
| author | bob <bcz@cs.brown.edu> | 2019-02-13 17:02:23 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-02-13 17:02:23 -0500 |
| commit | 3f98d6ec6050e7faa15179871f0d9669c1188a78 (patch) | |
| tree | b7190408a4b76dbdd1821e7ea2324a33dc219515 /package.json | |
| parent | c1b556748df727e9c4d92db74adddf51adea637e (diff) | |
cool, something worked. panes resize properly now.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 657bb875d..ce8f2077d 100644 --- a/package.json +++ b/package.json @@ -43,6 +43,7 @@ "@types/prosemirror-state": "^1.2.1", "@types/prosemirror-transform": "^1.1.0", "@types/prosemirror-view": "^1.3.0", + "@types/react-measure": "^2.0.4", "@types/react-table": "^6.7.21", "@types/typescript": "^2.0.0", "@types/uuid": "^3.4.4", @@ -67,10 +68,12 @@ "prosemirror-transform": "^1.1.3", "prosemirror-view": "^1.7.1", "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", |
