diff options
| author | bob <bcz@cs.brown.edu> | 2019-02-25 12:39:11 -0500 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-02-25 12:39:11 -0500 |
| commit | 067eee9293d1016ce6cbd57274bd7cd7f9660c6f (patch) | |
| tree | f08b5dafc556113b91ed2b972c2d06e7ed722b81 /package.json | |
| parent | c439f11ba9695703697f7abc53a7cc2fd2d5c1a2 (diff) | |
| parent | f8fe6307622439d23d05a7628b3a91851a54797d (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'package.json')
| -rw-r--r-- | package.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json index 32567b121..16174268e 100644 --- a/package.json +++ b/package.json @@ -59,6 +59,7 @@ "@types/pug": "^2.0.4", "@types/react-measure": "^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", @@ -76,8 +77,8 @@ "flexlayout-react": "^0.3.3", "golden-layout": "^1.5.9", "jsonwebtoken": "^8.4.0", - "lodash": "^4.17.11", "jsx-to-string": "^1.4.0", + "lodash": "^4.17.11", "mobx": "^5.9.0", "mobx-react": "^5.3.5", "mobx-react-devtools": "^6.0.3", @@ -108,6 +109,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", |
