diff options
| author | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-05-18 17:21:35 -0500 |
|---|---|---|
| committer | anika-ahluwalia <anika.ahluwalia@gmail.com> | 2020-05-18 17:21:35 -0500 |
| commit | 43a6a2296810b6ebafb849abc1d96a4d2fef0888 (patch) | |
| tree | 57f4bf109a2f8b4b6c60c213f982d512fdd50f40 /package.json | |
| parent | e3a3dfde10610eab18563c06717b3828bd849512 (diff) | |
| parent | da7ba72e8c75dfaa9920920b8234d99f699578a8 (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web into script_documents
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 ef30a3385..54a03d1be 100644 --- a/package.json +++ b/package.json @@ -110,6 +110,7 @@ "@types/prosemirror-transform": "^1.1.1", "@types/prosemirror-view": "^1.11.2", "@types/pug": "^2.0.4", + "@types/puppeteer": "^2.1.0", "@types/rc-switch": "^1.9.0", "@types/react": "^16.9.19", "@types/react-autosuggest": "^9.3.13", @@ -125,6 +126,7 @@ "@types/socket.io-client": "^1.4.32", "@types/typescript": "^2.0.0", "@types/uuid": "^3.4.6", + "@types/valid-url": "^1.0.3", "@types/webpack": "^4.41.3", "@types/word-extractor": "^0.3.0", "@types/xregexp": "^4.3.0", @@ -218,6 +220,7 @@ "prosemirror-transform": "^1.2.3", "prosemirror-view": "^1.13.8", "pug": "^2.0.3", + "puppeteer": "^3.1.0", "query-string": "^6.10.1", "raw-loader": "^1.0.0", "rc-switch": "^1.9.0", @@ -254,6 +257,7 @@ "typescript-collections": "^1.3.3", "url-loader": "^1.1.2", "uuid": "^3.4.0", + "valid-url": "^1.0.9", "web-request": "^1.0.7", "webrtc-adapter": "^7.3.0", "wikijs": "^6.0.1", |
