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

github.com/westberliner/checksum.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorpatrick <patrick@westberliner.net>2021-02-28 19:10:10 +0300
committerpatrick <patrick@westberliner.net>2021-02-28 19:10:10 +0300
commit62add016d52dbdc2ebff41b211685d024d6078dd (patch)
tree5214fc061d4134da64291c87b8499fa099f4c2d3 /package.json
parent6abb3b5741e540e45929b77fe7adeccb9d89db05 (diff)
Checked nextcloud 21 compatibility.
Diffstat (limited to 'package.json')
-rw-r--r--package.json5
1 files changed, 3 insertions, 2 deletions
diff --git a/package.json b/package.json
index 7b2349e..9ba79e6 100644
--- a/package.json
+++ b/package.json
@@ -12,8 +12,10 @@
},
"dependencies": {
"@nextcloud/axios": "^1.5.0",
+ "@nextcloud/l10n": "^1.4.1",
"@nextcloud/router": "^1.2.0",
- "@nextcloud/vue": "^3.6.0"
+ "@nextcloud/vue": "^3.6.0",
+ "vue": "^2.6.12"
},
"devDependencies": {
"@babel/core": "^7.12.10",
@@ -21,7 +23,6 @@
"@nextcloud/browserslist-config": "^1.0.0",
"@nextcloud/eslint-config": "^4.0.0-alpha.0",
"@nextcloud/eslint-plugin": "^2.0.0",
- "@nextcloud/l10n": "^1.4.1",
"@nextcloud/webpack-vue-config": "^3.0.0-alpha.0",
"babel-eslint": "^10.1.0",
"babel-loader": "^8.2.2",