@live-change/wysiwyg-frontend 0.0.3 → 0.1.4
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 +37 -36
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@live-change/wysiwyg-frontend",
|
|
3
|
-
"version": "0.
|
|
3
|
+
"version": "0.1.4",
|
|
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",
|
|
@@ -20,42 +20,19 @@
|
|
|
20
20
|
"debug": "node --inspect-brk server"
|
|
21
21
|
},
|
|
22
22
|
"dependencies": {
|
|
23
|
-
"@
|
|
23
|
+
"@fortawesome/fontawesome-free": "^6.1.1",
|
|
24
24
|
"@live-change/cli": "0.6.5",
|
|
25
|
-
"@live-change/dao": "0.
|
|
25
|
+
"@live-change/dao": "0.5.0",
|
|
26
26
|
"@live-change/dao-vue3": "0.4.13",
|
|
27
27
|
"@live-change/dao-websocket": "0.4.13",
|
|
28
|
-
"@live-change/
|
|
29
|
-
"@live-change/vue3-components": "0.2.12",
|
|
30
|
-
"@live-change/session-service": "0.2.39",
|
|
28
|
+
"@live-change/framework": "0.6.6",
|
|
31
29
|
"@live-change/password-authentication-service": "0.2.39",
|
|
32
|
-
"@live-change/secret-link-service": "0.2.39",
|
|
33
|
-
"@live-change/secret-code-service": "0.2.39",
|
|
34
30
|
"@live-change/prosemirror-service": "0.2.39",
|
|
35
|
-
"@
|
|
36
|
-
"@
|
|
37
|
-
"@
|
|
38
|
-
"@
|
|
39
|
-
"
|
|
40
|
-
"vue3-scroll-border": "0.1.2",
|
|
41
|
-
"codeceptjs-assert": "^0.0.5",
|
|
42
|
-
"compression": "^1.7.4",
|
|
43
|
-
"cross-env": "^7.0.3",
|
|
44
|
-
"get-port-sync": "1.0.1",
|
|
45
|
-
"primeicons": "^5.0.0",
|
|
46
|
-
"primevue": "^3.15.0",
|
|
47
|
-
"primeflex": "^3.2.1",
|
|
48
|
-
"rollup-plugin-node-builtins": "^2.1.2",
|
|
49
|
-
"serialize-javascript": "^6.0.0",
|
|
50
|
-
"serve-static": "^1.15.0",
|
|
51
|
-
"vite": "^2.9.6",
|
|
52
|
-
"vue": "^3.2.33",
|
|
53
|
-
"vue-meta": "^3.0.0-alpha.9",
|
|
54
|
-
"vue-router": "^4.0.14",
|
|
55
|
-
"vite-plugin-compression": "0.5.1",
|
|
56
|
-
"vite-plugin-vue-images": "^0.6.1",
|
|
57
|
-
"rollup-plugin-visualizer": "5.6.0",
|
|
58
|
-
"@tiptap/vue-3": "2.0.0-beta.91",
|
|
31
|
+
"@live-change/secret-code-service": "0.2.39",
|
|
32
|
+
"@live-change/secret-link-service": "0.2.39",
|
|
33
|
+
"@live-change/session-service": "0.2.39",
|
|
34
|
+
"@live-change/vue3-components": "0.2.12",
|
|
35
|
+
"@live-change/vue3-ssr": "0.2.14",
|
|
59
36
|
"@tiptap/extension-blockquote": "^2.0.0-beta.29",
|
|
60
37
|
"@tiptap/extension-bold": "^2.0.0-beta.28",
|
|
61
38
|
"@tiptap/extension-bullet-list": "^2.0.0-beta.29",
|
|
@@ -66,6 +43,7 @@
|
|
|
66
43
|
"@tiptap/extension-gapcursor": "^2.0.0-beta.39",
|
|
67
44
|
"@tiptap/extension-hard-break": "^2.0.0-beta.33",
|
|
68
45
|
"@tiptap/extension-heading": "^2.0.0-beta.29",
|
|
46
|
+
"@tiptap/extension-highlight": "^2.0.0-beta.33",
|
|
69
47
|
"@tiptap/extension-history": "^2.0.0-beta.26",
|
|
70
48
|
"@tiptap/extension-horizontal-rule": "^2.0.0-beta.36",
|
|
71
49
|
"@tiptap/extension-italic": "^2.0.0-beta.28",
|
|
@@ -75,21 +53,44 @@
|
|
|
75
53
|
"@tiptap/extension-strike": "^2.0.0-beta.29",
|
|
76
54
|
"@tiptap/extension-text": "^2.0.0-beta.17",
|
|
77
55
|
"@tiptap/extension-underline": "2.0.0-beta.23",
|
|
78
|
-
"@tiptap/
|
|
56
|
+
"@tiptap/vue-3": "2.0.0-beta.91",
|
|
57
|
+
"@vitejs/plugin-vue": "^2.3.1",
|
|
58
|
+
"@vitejs/plugin-vue-jsx": "^1.3.10",
|
|
59
|
+
"@vue/compiler-sfc": "^3.2.33",
|
|
60
|
+
"@vueuse/core": "^8.3.1",
|
|
61
|
+
"codeceptjs-assert": "^0.0.5",
|
|
62
|
+
"compression": "^1.7.4",
|
|
63
|
+
"cross-env": "^7.0.3",
|
|
64
|
+
"get-port-sync": "1.0.1",
|
|
65
|
+
"primeflex": "^3.2.1",
|
|
66
|
+
"primeicons": "^5.0.0",
|
|
67
|
+
"primevue": "^3.15.0",
|
|
79
68
|
"prosemirror-collab": "^1.3.0",
|
|
80
|
-
"
|
|
69
|
+
"rollup-plugin-node-builtins": "^2.1.2",
|
|
70
|
+
"rollup-plugin-visualizer": "5.6.0",
|
|
71
|
+
"serialize-javascript": "^6.0.0",
|
|
72
|
+
"serve-static": "^1.15.0",
|
|
73
|
+
"v-shared-element": "3.1.0",
|
|
74
|
+
"vite": "^2.9.6",
|
|
75
|
+
"vite-plugin-compression": "0.5.1",
|
|
76
|
+
"vite-plugin-vue-images": "^0.6.1",
|
|
77
|
+
"vue": "^3.2.33",
|
|
78
|
+
"vue-meta": "^3.0.0-alpha.9",
|
|
79
|
+
"vue-router": "^4.0.14",
|
|
80
|
+
"vue3-scroll-border": "0.1.2"
|
|
81
81
|
},
|
|
82
82
|
"devDependencies": {
|
|
83
83
|
"@live-change/codeceptjs-helper": "0.6.5",
|
|
84
84
|
"@wdio/selenium-standalone-service": "^7.19.5",
|
|
85
85
|
"codeceptjs": "^3.3.1",
|
|
86
|
+
"generate-password": "1.7.0",
|
|
86
87
|
"playwright": "^1.21.1",
|
|
87
88
|
"random-profile-generator": "^2.3.0",
|
|
88
89
|
"txtgen": "^3.0.1",
|
|
89
|
-
"generate-password": "1.7.0",
|
|
90
90
|
"webdriverio": "^7.19.5"
|
|
91
91
|
},
|
|
92
92
|
"author": "",
|
|
93
93
|
"license": "ISC",
|
|
94
|
-
"description": ""
|
|
94
|
+
"description": "",
|
|
95
|
+
"gitHead": "cd4fa394f01bacdfebb021bb0949e35ca16cc016"
|
|
95
96
|
}
|