diff options
author | Thomas F. K. Jorna <[email protected]> | 2021-10-09 22:20:34 +0200 |
---|---|---|
committer | Thomas F. K. Jorna <[email protected]> | 2021-10-09 22:20:34 +0200 |
commit | 31d7477b376501bd80fe635b91412bc7f6ae7ea7 (patch) | |
tree | b0fcc9b289cef86385805fe606b70d1ee14f1b25 /package.json | |
parent | 9d1692fbcf322db2d95586b1ab6768ba9328e5df (diff) |
feat(preview): node history
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 66aab66..a0b4777 100644 --- a/package.json +++ b/package.json @@ -33,6 +33,7 @@ "react-dom": "17.0.2", "react-force-graph": "^1.41.7", "react-icons": "^4.3.1", + "react-resizable": "^3.0.4", "react-spring": "^9.2.4", "reconnecting-websocket": "^4.4.0", "rehype": "^11.0.0", @@ -50,6 +51,7 @@ "uniorg-rehype": "^0.4.0", "uniorg-slug": "^0.4.0", "use-constant": "^1.1.0", + "use-undo": "^1.0.5", "vfile": "^4.2.1", "word-wrap": "^1.2.3" }, |