diff options
| author | bob <bcz@cs.brown.edu> | 2019-06-17 14:41:57 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-06-17 14:41:57 -0400 |
| commit | a408a4d791fa19f19bd9fab791c2bea2c0d178ab (patch) | |
| tree | 8b83423138dd980149d387505421811da01824d7 /package.json | |
| parent | f74e512e500252ad76d77935e7aacbf72cb0dd9c (diff) | |
| parent | 62e7e21d6db96a9c62710c2bc6842705b79f5665 (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, 4 insertions, 0 deletions
diff --git a/package.json b/package.json index 438572b57..7fd6c4ba9 100644 --- a/package.json +++ b/package.json @@ -71,6 +71,7 @@ "@types/nodemailer": "^4.6.6", "@types/passport": "^1.0.0", "@types/passport-local": "^1.0.33", + "@types/pdfjs-dist": "^2.0.0", "@types/prosemirror-commands": "^1.0.1", "@types/prosemirror-history": "^1.0.1", "@types/prosemirror-inputrules": "^1.0.2", @@ -101,6 +102,7 @@ "bluebird": "^3.5.3", "body-parser": "^1.18.3", "bootstrap": "^4.3.1", + "canvas": "^2.5.0", "class-transformer": "^0.2.0", "connect-flash": "^0.1.1", "connect-mongo": "^2.0.3", @@ -139,6 +141,8 @@ "p-limit": "^2.2.0", "passport": "^0.4.0", "passport-local": "^1.0.0", + "pdfjs-dist": "^2.0.943", + "probe-image-size": "^4.0.0", "prosemirror-commands": "^1.0.7", "prosemirror-example-setup": "^1.0.1", "prosemirror-history": "^1.0.4", |
