diff options
| author | bobzel <zzzman@gmail.com> | 2020-05-18 21:50:20 +0000 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2020-05-18 21:50:20 +0000 |
| commit | da7ba72e8c75dfaa9920920b8234d99f699578a8 (patch) | |
| tree | 2b9c30a12396b95a681f14829965190918642725 /package.json | |
| parent | beece97c0645b1466b2c4210b594220b84953e04 (diff) | |
youtube screenshot backend implemented
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", |
