diff options
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/package.json b/package.json index 51f8301719f..981fdad5b4a 100644 --- a/package.json +++ b/package.json @@ -25,7 +25,6 @@ ], "license": "AGPL-3.0-or-later", "dependencies": { - "@babel/polyfill": "^7.7.0", "@chenfengyuan/vue-qrcode": "^1.0.2", "@nextcloud/auth": "^1.2.2", "@nextcloud/axios": "^1.3.2", @@ -43,6 +42,7 @@ "blueimp-md5": "^2.12.0", "bootstrap": "^4.4.1", "clipboard": "^2.0.6", + "core-js": "^3.6.4", "css-vars-ponyfill": "^2.2.1", "davclient.js": "git+https://github.com/owncloud/davclient.js.git#0.2.1", "debounce": "^1.2.0", @@ -63,6 +63,7 @@ "p-limit": "^2.2.2", "p-queue": "^6.3.0", "query-string": "^5.1.1", + "regenerator-runtime": "^0.13.3", "select2": "3.5.1", "snap.js": "^2.0.9", "strengthify": "git+https://github.com/MorrisJobke/strengthify.git#0.5.8", |