Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/photos.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Molakvoæ <skjnldsv@users.noreply.github.com>2022-09-17 11:43:48 +0300
committerGitHub <noreply@github.com>2022-09-17 11:43:48 +0300
commit14c7d1ee32b66093781791746f9863014b447da8 (patch)
treecec35e235f380026333114d21766eec5bc861b62 /package.json
parent76ef5e23905040cfdd85945fdc66babfb662ff10 (diff)
parentefd23a6558744d3f4b7793be4c26eb9ce624a9e9 (diff)
Merge pull request #1242 from nextcloud/feat/upload-timeline
Add Albums upload
Diffstat (limited to 'package.json')
-rw-r--r--package.json13
1 files changed, 7 insertions, 6 deletions
diff --git a/package.json b/package.json
index 1931757b..f684504e 100644
--- a/package.json
+++ b/package.json
@@ -38,6 +38,7 @@
},
"dependencies": {
"@essentials/request-timeout": "^1.3.0",
+ "@mdi/svg": "^7.0.96",
"@nextcloud/auth": "^2.0.0",
"@nextcloud/axios": "^2.0.0",
"@nextcloud/dialogs": "^3.2.0",
@@ -48,7 +49,7 @@
"@nextcloud/moment": "^1.2.1",
"@nextcloud/paths": "^2.1.0",
"@nextcloud/router": "^2.0.0",
- "@nextcloud/upload": "^1.0.0-beta.5",
+ "@nextcloud/upload": "^1.0.0-beta.7",
"@nextcloud/vue": "^7.0.0-beta.2",
"camelcase": "^7.0.0",
"debounce": "^1.2.1",
@@ -74,6 +75,7 @@
"npm": "^7.0.0 || ^8.0.0"
},
"devDependencies": {
+ "@cypress/browserify-preprocessor": "^3.0.2",
"@nextcloud/babel-config": "^1.0.0",
"@nextcloud/browserslist-config": "^2.3.0",
"@nextcloud/eslint-config": "^8.0.0",
@@ -82,15 +84,14 @@
"@vue/test-utils": "^1.3.0",
"autoprefixer": "^10.4.11",
"babel-loader-exclude-node-modules-except": "^1.2.1",
+ "cypress": "^10.8.0",
"jest": "^29.0.2",
"module-replace-webpack-plugin": "0.0.12",
"postcss": "^8.4.16",
"postcss-loader": "^7.0.1",
"raw-loader": "^4.0.2",
"vue-jest": "^3.0.7",
- "workbox-webpack-plugin": "^6.5.4",
- "@cypress/browserify-preprocessor": "^3.0.2",
- "cypress": "^10.8.0",
- "wait-on": "^6.0.1"
+ "wait-on": "^6.0.1",
+ "workbox-webpack-plugin": "^6.5.4"
}
-} \ No newline at end of file
+}