diff options
author | Christopher Ng <chrng8@gmail.com> | 2022-07-30 00:32:16 +0000 |
---|---|---|
committer | Christopher Ng <chrng8@gmail.com> | 2022-09-02 02:22:57 +0000 |
commit | f44d2586b174991002d210efa9568e0b96d92304 (patch) | |
tree | 66ad3d1781cf45fc5a04a3c6303c1d31905aeb1b /package-lock.json | |
parent | f167fe0ceb7179ef8ae705bb47c44e596196b5d8 (diff) | |
download | nextcloud-server-f44d2586b174991002d210efa9568e0b96d92304.tar.gz nextcloud-server-f44d2586b174991002d210efa9568e0b96d92304.zip |
Remake profile picture saving with Vue
Signed-off-by: Christopher Ng <chrng8@gmail.com>
Diffstat (limited to 'package-lock.json')
-rw-r--r-- | package-lock.json | 51 |
1 files changed, 28 insertions, 23 deletions
diff --git a/package-lock.json b/package-lock.json index 15e5239b339..8d47cc34190 100644 --- a/package-lock.json +++ b/package-lock.json @@ -12,13 +12,12 @@ "@chenfengyuan/vue-qrcode": "^1.0.2", "@nextcloud/auth": "^1.3.0", "@nextcloud/axios": "^1.10.0", - "@nextcloud/calendar-availability-vue": "^0.5.0-beta.1", + "@nextcloud/calendar-availability-vue": "^0.5.0-beta.2", "@nextcloud/capabilities": "^1.0.4", "@nextcloud/dialogs": "^3.1.4", "@nextcloud/event-bus": "^2.1.1", "@nextcloud/files": "^2.1.0", "@nextcloud/initial-state": "^1.2.1", - "@nextcloud/jcrop": "^0.10.0", "@nextcloud/l10n": "^1.4.1", "@nextcloud/logger": "^2.1.0", "@nextcloud/moment": "^1.2.0", @@ -71,6 +70,7 @@ "vue": "^2.7.10", "vue-click-outside": "^1.1.0", "vue-clipboard2": "^0.3.3", + "vue-cropperjs": "^4.2.0", "vue-infinite-loading": "^2.4.5", "vue-localstorage": "^0.6.2", "vue-material-design-icons": "^5.0.0", @@ -3137,19 +3137,6 @@ "core-js": "^3.6.4" } }, - "node_modules/@nextcloud/jcrop": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/@nextcloud/jcrop/-/jcrop-0.10.0.tgz", - "integrity": "sha512-8grlksc0gI739aBbTMVtP0wbwH5V8qiAgY+qsr+7dyTIshiDJHmhwvnUT9aOLNrLMuvvqAf4/prCLh/Xa/4Xfg==", - "deprecated": "This software is not maintained anymore", - "dependencies": { - "jquery": "~3" - }, - "engines": { - "node": ">=14.0.0", - "npm": ">=7.0.0" - } - }, "node_modules/@nextcloud/l10n": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.4.1.tgz", @@ -12101,6 +12088,11 @@ "sha.js": "^2.4.8" } }, + "node_modules/cropperjs": { + "version": "1.5.12", + "resolved": "https://registry.npmjs.org/cropperjs/-/cropperjs-1.5.12.tgz", + "integrity": "sha512-re7UdjE5UnwdrovyhNzZ6gathI4Rs3KGCBSc8HCIjUo5hO42CtzyblmWLj6QWVw7huHyDMfpKxhiO2II77nhDw==" + }, "node_modules/cross-fetch": { "version": "3.1.5", "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz", @@ -30871,6 +30863,14 @@ "tinycolor2": "^1.1.2" } }, + "node_modules/vue-cropperjs": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/vue-cropperjs/-/vue-cropperjs-4.2.0.tgz", + "integrity": "sha512-dvwCBtjGMiznkNIK2GFd1SQm1x+wmtWg4g4t+NrJSPj/fpHnubXxAUOIvY7lMFeR2lawRLsigCaGZrcXCzuTKA==", + "dependencies": { + "cropperjs": "^1.5.6" + } + }, "node_modules/vue-eslint-parser": { "version": "8.0.1", "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-8.0.1.tgz", @@ -34378,14 +34378,6 @@ "core-js": "^3.6.4" } }, - "@nextcloud/jcrop": { - "version": "0.10.0", - "resolved": "https://registry.npmjs.org/@nextcloud/jcrop/-/jcrop-0.10.0.tgz", - "integrity": "sha512-8grlksc0gI739aBbTMVtP0wbwH5V8qiAgY+qsr+7dyTIshiDJHmhwvnUT9aOLNrLMuvvqAf4/prCLh/Xa/4Xfg==", - "requires": { - "jquery": "~3" - } - }, "@nextcloud/l10n": { "version": "1.4.1", "resolved": "https://registry.npmjs.org/@nextcloud/l10n/-/l10n-1.4.1.tgz", @@ -41659,6 +41651,11 @@ "sha.js": "^2.4.8" } }, + "cropperjs": { + "version": "1.5.12", + "resolved": "https://registry.npmjs.org/cropperjs/-/cropperjs-1.5.12.tgz", + "integrity": "sha512-re7UdjE5UnwdrovyhNzZ6gathI4Rs3KGCBSc8HCIjUo5hO42CtzyblmWLj6QWVw7huHyDMfpKxhiO2II77nhDw==" + }, "cross-fetch": { "version": "3.1.5", "resolved": "https://registry.npmjs.org/cross-fetch/-/cross-fetch-3.1.5.tgz", @@ -56282,6 +56279,14 @@ "tinycolor2": "^1.1.2" } }, + "vue-cropperjs": { + "version": "4.2.0", + "resolved": "https://registry.npmjs.org/vue-cropperjs/-/vue-cropperjs-4.2.0.tgz", + "integrity": "sha512-dvwCBtjGMiznkNIK2GFd1SQm1x+wmtWg4g4t+NrJSPj/fpHnubXxAUOIvY7lMFeR2lawRLsigCaGZrcXCzuTKA==", + "requires": { + "cropperjs": "^1.5.6" + } + }, "vue-eslint-parser": { "version": "8.0.1", "resolved": "https://registry.npmjs.org/vue-eslint-parser/-/vue-eslint-parser-8.0.1.tgz", |