diff options
| author | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-25 18:02:47 -0500 |
|---|---|---|
| committer | Tyler Schicke <tyler_schicke@brown.edu> | 2019-02-25 18:02:47 -0500 |
| commit | 326696caa52a7feadf37f8f9e0f8bbb69d39bf9a (patch) | |
| tree | 59dd222b58abdeefa5c648219411411d7c45128e /package.json | |
| parent | fc3308a7760860328d153faba65ab3821d4d0c70 (diff) | |
| parent | abec712d1e5169704473a7fad2c21b0ab04299ad (diff) | |
Merge branch 'master' of github-tsch-brown:browngraphicslab/Dash-Web into treeview
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", |
