@live-change/wysiwyg-frontend 0.2.14 → 0.2.15
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/package.json +36 -39
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/wysiwyg-frontend",
|
|
3
|
-
"version": "0.2.
|
|
3
|
+
"version": "0.2.15",
|
|
4
4
|
"scripts": {
|
|
5
5
|
"memDev": "lcli memDev --enableSessions --initScript ./init.js --dbAccess",
|
|
6
6
|
"localDevInit": "rm tmp.db; lcli localDev --enableSessions --initScript ./init.js",
|
|
@@ -26,34 +26,35 @@
|
|
|
26
26
|
"@live-change/dao-vue3": "0.5.8",
|
|
27
27
|
"@live-change/dao-websocket": "0.5.8",
|
|
28
28
|
"@live-change/framework": "0.7.5",
|
|
29
|
-
"@live-change/password-authentication-service": "0.3.
|
|
30
|
-
"@live-change/prosemirror-service": "0.3.
|
|
31
|
-
"@live-change/secret-code-service": "0.3.
|
|
32
|
-
"@live-change/secret-link-service": "0.3.
|
|
33
|
-
"@live-change/session-service": "0.3.
|
|
29
|
+
"@live-change/password-authentication-service": "0.3.5",
|
|
30
|
+
"@live-change/prosemirror-service": "0.3.5",
|
|
31
|
+
"@live-change/secret-code-service": "0.3.5",
|
|
32
|
+
"@live-change/secret-link-service": "0.3.5",
|
|
33
|
+
"@live-change/session-service": "0.3.5",
|
|
34
34
|
"@live-change/vue3-components": "0.2.16",
|
|
35
35
|
"@live-change/vue3-ssr": "0.2.16",
|
|
36
|
-
"@tiptap/
|
|
37
|
-
"@tiptap/extension-
|
|
38
|
-
"@tiptap/extension-
|
|
39
|
-
"@tiptap/extension-
|
|
40
|
-
"@tiptap/extension-code
|
|
41
|
-
"@tiptap/extension-
|
|
42
|
-
"@tiptap/extension-
|
|
43
|
-
"@tiptap/extension-
|
|
44
|
-
"@tiptap/extension-
|
|
45
|
-
"@tiptap/extension-
|
|
46
|
-
"@tiptap/extension-
|
|
47
|
-
"@tiptap/extension-
|
|
48
|
-
"@tiptap/extension-
|
|
49
|
-
"@tiptap/extension-
|
|
50
|
-
"@tiptap/extension-
|
|
51
|
-
"@tiptap/extension-
|
|
52
|
-
"@tiptap/extension-
|
|
53
|
-
"@tiptap/extension-
|
|
54
|
-
"@tiptap/extension-
|
|
55
|
-
"@tiptap/extension-
|
|
56
|
-
"@tiptap/
|
|
36
|
+
"@tiptap/core": "^2.0.0-beta.205",
|
|
37
|
+
"@tiptap/extension-blockquote": "^2.0.0-beta.205",
|
|
38
|
+
"@tiptap/extension-bold": "^2.0.0-beta.205",
|
|
39
|
+
"@tiptap/extension-bullet-list": "^2.0.0-beta.205",
|
|
40
|
+
"@tiptap/extension-code": "^2.0.0-beta.205",
|
|
41
|
+
"@tiptap/extension-code-block": "^2.0.0-beta.205",
|
|
42
|
+
"@tiptap/extension-document": "^2.0.0-beta.205",
|
|
43
|
+
"@tiptap/extension-dropcursor": "^2.0.0-beta.205",
|
|
44
|
+
"@tiptap/extension-gapcursor": "^2.0.0-beta.205",
|
|
45
|
+
"@tiptap/extension-hard-break": "^2.0.0-beta.205",
|
|
46
|
+
"@tiptap/extension-heading": "^2.0.0-beta.205",
|
|
47
|
+
"@tiptap/extension-highlight": "^2.0.0-beta.205",
|
|
48
|
+
"@tiptap/extension-history": "^2.0.0-beta.205",
|
|
49
|
+
"@tiptap/extension-horizontal-rule": "^2.0.0-beta.205",
|
|
50
|
+
"@tiptap/extension-italic": "^2.0.0-beta.205",
|
|
51
|
+
"@tiptap/extension-list-item": "^2.0.0-beta.205",
|
|
52
|
+
"@tiptap/extension-ordered-list": "^2.0.0-beta.205",
|
|
53
|
+
"@tiptap/extension-paragraph": "^2.0.0-beta.205",
|
|
54
|
+
"@tiptap/extension-strike": "^2.0.0-beta.205",
|
|
55
|
+
"@tiptap/extension-text": "^2.0.0-beta.205",
|
|
56
|
+
"@tiptap/extension-underline": "2.0.0-beta.205",
|
|
57
|
+
"@tiptap/vue-3": "2.0.0-beta.205",
|
|
57
58
|
"@vueuse/core": "^9.1.0",
|
|
58
59
|
"codeceptjs-assert": "^0.0.5",
|
|
59
60
|
"compression": "^1.7.4",
|
|
@@ -64,18 +65,14 @@
|
|
|
64
65
|
"primevue": "^3.18.1",
|
|
65
66
|
"prismjs": "^1.28.0",
|
|
66
67
|
"prosemirror-collab": "^1.3.0",
|
|
67
|
-
"prosemirror-commands": "^1.
|
|
68
|
-
"prosemirror-gapcursor": "^1.1.4",
|
|
68
|
+
"prosemirror-commands": "^1.3.1",
|
|
69
69
|
"prosemirror-history": "^1.3.0",
|
|
70
|
-
"prosemirror-
|
|
71
|
-
"prosemirror-
|
|
72
|
-
"prosemirror-
|
|
73
|
-
"prosemirror-
|
|
74
|
-
"prosemirror-
|
|
75
|
-
"prosemirror-
|
|
76
|
-
"prosemirror-tables": "^1.0.4",
|
|
77
|
-
"prosemirror-transform": "^1.3.5",
|
|
78
|
-
"prosemirror-view": "^1.29.1",
|
|
70
|
+
"prosemirror-keymap": "^1.2.0",
|
|
71
|
+
"prosemirror-model": "^1.18.1",
|
|
72
|
+
"prosemirror-schema-list": "^1.2.2",
|
|
73
|
+
"prosemirror-state": "^1.4.1",
|
|
74
|
+
"prosemirror-transform": "^1.7.0",
|
|
75
|
+
"prosemirror-view": "^1.28.2",
|
|
79
76
|
"rollup-plugin-node-builtins": "^2.1.2",
|
|
80
77
|
"rollup-plugin-visualizer": "5.6.0",
|
|
81
78
|
"serve-static": "^1.15.0",
|
|
@@ -98,5 +95,5 @@
|
|
|
98
95
|
"author": "",
|
|
99
96
|
"license": "ISC",
|
|
100
97
|
"description": "",
|
|
101
|
-
"gitHead": "
|
|
98
|
+
"gitHead": "c3a1b57517db93829f3a733379a82496651c1039"
|
|
102
99
|
}
|