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>2020-01-01 16:39:08 +0300
committerJulius Härtl <jus@bitgrid.net>2021-01-13 21:34:01 +0300
commitcc654982b296a3869191800f3c7c5106d8275b08 (patch)
tree25ba2881ebe89dfe761cc8093e2ccebd04ebf399 /package.json
parent287d438b291de2b208f5379e92168bd16f9f5e02 (diff)
First throw on editor colors based on change tracking example of prosemirror
Signed-off-by: Julius Härtl <jus@bitgrid.net>
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"