diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-25 00:48:43 -0500 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-25 00:48:43 -0500 |
| commit | 3113bd7dfee404eea113633f97027a2370f8d817 (patch) | |
| tree | eee92237969c151bf8a9d203d23835e072634717 /package.json | |
| parent | 7e106c6aa0bab72ae757453f88dd7616b4be0c5c (diff) | |
Got user workspaces working
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 fbf20230d..3bfb23dd5 100644 --- a/package.json +++ b/package.json @@ -60,6 +60,7 @@ "@types/prosemirror-view": "^1.3.0", "@types/pug": "^2.0.4", "@types/react-table": "^6.7.21", + "@types/request": "^2.48.1", "@types/socket.io": "^2.1.2", "@types/socket.io-client": "^1.4.32", "@types/typescript": "^2.0.0", @@ -109,6 +110,7 @@ "react-mosaic": "0.0.20", "react-split-pane": "^0.1.85", "react-table": "^6.9.0", + "request": "^2.88.0", "socket.io": "^2.2.0", "socket.io-client": "^2.2.0", "url-loader": "^1.1.2", |
