diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-02-11 17:29:30 -0500 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-02-11 17:29:30 -0500 |
| commit | 448f8880b50dc50090a596cafaf68d2f444ce3db (patch) | |
| tree | 025ad6877131f51a9c419bc8c5316254e31521b5 /package.json | |
| parent | a33f178285505db54549ad3cec313daa914dc6e8 (diff) | |
| parent | 1eb3d60457d4fc0ae957832c3ab751b54a24cc21 (diff) | |
Merge branch 'database' of https://github.com/browngraphicslab/Dash-Web into server_database_merge
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 0ee2cf01e..bad62bc2a 100644 --- a/package.json +++ b/package.json @@ -36,6 +36,7 @@ "@types/express": "^4.16.1", "@types/jquery": "^3.3.29", "@types/node": "^10.12.24", + "@types/mongodb": "^3.1.19", "@types/prosemirror-commands": "^1.0.1", "@types/prosemirror-history": "^1.0.1", "@types/prosemirror-keymap": "^1.0.1", @@ -57,6 +58,7 @@ "mobx": "^5.9.0", "mobx-react": "^5.3.5", "mobx-react-devtools": "^6.0.3", + "mongodb": "^3.1.13", "node-sass": "^4.11.0", "nodemon": "^1.18.10", "normalize.css": "^8.0.1", @@ -82,4 +84,4 @@ "url-loader": "^1.1.2", "uuid": "^3.3.2" } -} +}
\ No newline at end of file |
