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

github.com/nextcloud/text.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJulius Härtl <jus@bitgrid.net>2021-01-14 20:43:37 +0300
committerGitHub <noreply@github.com>2021-01-14 20:43:37 +0300
commit4878545f4951627755a3349ca39ff94ea920b472 (patch)
tree20547c51d4475cbe5bda22a3cb54a30c83947b24 /package.json
parent287d438b291de2b208f5379e92168bd16f9f5e02 (diff)
parentec853bade7146446331fb8d9bb2e8c3ff80c9622 (diff)
Merge pull request #1296 from nextcloud/enh/colors
Diffstat (limited to 'package.json')
-rw-r--r--package.json4
1 files changed, 3 insertions, 1 deletions
diff --git a/package.json b/package.json
index 9526a1486..421f389dc 100644
--- a/package.json
+++ b/package.json
@@ -28,6 +28,7 @@
"dependencies": {
"@nextcloud/auth": "^1.3.0",
"@nextcloud/axios": "^1.5.0",
+ "@nextcloud/browser-storage": "^0.1.1",
"@nextcloud/event-bus": "^1.2.0",
"@nextcloud/initial-state": "^1.2.0",
"@nextcloud/l10n": "^1.4.1",
@@ -55,7 +56,8 @@
"tiptap-extensions": "^1.33.2",
"tiptap-utils": "^1.11.0",
"vue": "^2.6.12",
- "vue-click-outside": "^1.0.7"
+ "vue-click-outside": "^1.0.7",
+ "vuex": "^3.6.0"
},
"engines": {
"node": ">=10.0.0"