diff options
| author | Sam Wilkins <samwilkins333@gmail.com> | 2019-02-25 01:22:44 -0500 |
|---|---|---|
| committer | Sam Wilkins <samwilkins333@gmail.com> | 2019-02-25 01:22:44 -0500 |
| commit | 8658ecd710e83f863b5d762b05f9213eca9ecf7a (patch) | |
| tree | 0687367eb245245816573a0f961b1dbbfbeba8ca /package.json | |
| parent | 6ee6c97b039d373c8580b8a5c90148799fbfd97a (diff) | |
| parent | 62e06a2c9ce5054777a7a790e5b03b96d3cd6425 (diff) | |
Merge branch 'authentication' of https://github.com/browngraphicslab/Dash-Web into authentication
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 931b5ac56..1fd1b6f3e 100644 --- a/package.json +++ b/package.json @@ -62,6 +62,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", @@ -114,6 +115,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", |
