diff options
| author | bobzel <zzzman@gmail.com> | 2019-01-30 02:30:15 -0500 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2019-01-30 02:30:15 -0500 |
| commit | 3032decb31fa6c891520923ed49612ba5ecf7c93 (patch) | |
| tree | 171ecd95932d376b732b0081de45262cde00386d /package.json | |
| parent | 02891812b01888aba3eada58d6051a80a79c1a18 (diff) | |
added golden layout. doesn't work much better than the flex layout.
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/package.json b/package.json index f0ab9ab35..3dfa158d8 100644 --- a/package.json +++ b/package.json @@ -28,6 +28,7 @@ }, "dependencies": { "@fortawesome/fontawesome-svg-core": "^1.2.12", + "@types/jquery": "^3.3.29", "@types/prosemirror-commands": "^1.0.1", "@types/prosemirror-history": "^1.0.1", "@types/prosemirror-keymap": "^1.0.1", @@ -57,6 +58,7 @@ "react-dom": "^16.7.0", "react-golden-layout": "^1.0.6", "react-jsx-parser": "^1.13.0", + "react-mosaic": "0.0.20", "uuid": "^3.3.2" } } |
