@klinsmaya/zai-editor 10.0.5

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 ADDED
@@ -0,0 +1,148 @@
1
+ {
2
+ "name": "@klinsmaya/zai-editor",
3
+ "version": "10.0.5",
4
+ "description": "Zai Editor — Vue3/Tiptap3 document editor, secondary development based on Umo Editor (umodoc). Thanks to the Umo Editor authors and community. Rich editing, AI features, pagination, Markdown, export/print, i18n, dark theme.",
5
+ "keywords": [
6
+ "docs editor",
7
+ "document editor",
8
+ "editor",
9
+ "office edtior",
10
+ "online office",
11
+ "richtext editor",
12
+ "tiptap",
13
+ "tiptap3",
14
+ "zai editor",
15
+ "vue editor",
16
+ "vue3 editor",
17
+ "web editor",
18
+ "web office",
19
+ "word editor",
20
+ "wysiwyg editor"
21
+ ],
22
+ "homepage": "https://github.com/klinsmaya/zai-editor",
23
+ "bugs": {
24
+ "url": "https://github.com/klinsmaya/zai-editor/issues"
25
+ },
26
+ "license": "MIT",
27
+ "author": {
28
+ "name": "Klinsmaya",
29
+ "url": "https://github.com/klinsmaya/zai-editor"
30
+ },
31
+ "repository": {
32
+ "type": "git",
33
+ "url": "https://github.com/klinsmaya/zai-editor.git"
34
+ },
35
+ "publishConfig": {
36
+ "registry": "https://registry.npmjs.org/",
37
+ "access": "public"
38
+ },
39
+ "files": [
40
+ "dist"
41
+ ],
42
+ "type": "module",
43
+ "exports": {
44
+ ".": {
45
+ "import": "./dist/umo-editor.js"
46
+ },
47
+ "./style": {
48
+ "import": "./dist/umo-editor.css"
49
+ }
50
+ },
51
+ "scripts": {
52
+ "build": "vite build",
53
+ "dev": "vite --port 9000 --open --force",
54
+ "format": "oxfmt --write .",
55
+ "lint": "oxlint --fix src",
56
+ "analyzer": "vite-bundle-visualizer",
57
+ "prepare": "husky",
58
+ "prepublishOnly": "npm run build"
59
+ },
60
+ "dependencies": {
61
+ "@eslint/object-schema": "3.0.2",
62
+ "@floating-ui/dom": "1.7.5",
63
+ "@tiptap/core": "3.20.0",
64
+ "@tiptap/extension-bold": "3.20.0",
65
+ "@tiptap/extension-code-block": "3.20.0",
66
+ "@tiptap/extension-code-block-lowlight": "3.20.0",
67
+ "@tiptap/extension-collaboration": "3.20.0",
68
+ "@tiptap/extension-details": "3.20.0",
69
+ "@tiptap/extension-document": "3.20.0",
70
+ "@tiptap/extension-drag-handle": "3.16.0",
71
+ "@tiptap/extension-drag-handle-vue-3": "3.16.0",
72
+ "@tiptap/extension-horizontal-rule": "3.20.0",
73
+ "@tiptap/extension-image": "3.20.0",
74
+ "@tiptap/extension-invisible-characters": "3.20.0",
75
+ "@tiptap/extension-link": "3.20.0",
76
+ "@tiptap/extension-list": "3.20.0",
77
+ "@tiptap/extension-mathematics": "3.20.0",
78
+ "@tiptap/extension-mention": "3.20.0",
79
+ "@tiptap/extension-node-range": "3.20.0",
80
+ "@tiptap/extension-subscript": "3.20.0",
81
+ "@tiptap/extension-superscript": "3.20.0",
82
+ "@tiptap/extension-table": "3.20.0",
83
+ "@tiptap/extension-table-of-contents": "3.20.0",
84
+ "@tiptap/extension-text-align": "3.20.0",
85
+ "@tiptap/extension-text-style": "3.20.0",
86
+ "@tiptap/extension-typography": "3.20.0",
87
+ "@tiptap/extension-unique-id": "3.20.0",
88
+ "@tiptap/extensions": "3.20.0",
89
+ "@tiptap/pm": "3.20.0",
90
+ "@tiptap/starter-kit": "3.20.0",
91
+ "@tiptap/suggestion": "3.20.0",
92
+ "@tiptap/vue-3": "3.20.0",
93
+ "@tiptap/y-tiptap": "3.0.2",
94
+ "@tool-belt/type-predicates": "1.4.1",
95
+ "@umoteam/editor-external": "10.1.0",
96
+ "@vueuse/core": "14.2.1",
97
+ "dom-to-image-more": "3.7.2",
98
+ "es-drager": "1.2.11",
99
+ "fast-glob": "3.3.3",
100
+ "file-saver": "2.0.5",
101
+ "hotkeys-js": "4.0.2",
102
+ "jsbarcode": "3.12.3",
103
+ "katex": "0.16.33",
104
+ "lowlight": "3.3.0",
105
+ "markdown-it": "^14.1.1",
106
+ "nzh": "1.0.14",
107
+ "pretty-bytes": "7.1.0",
108
+ "pure-svg-code": "1.0.6",
109
+ "smooth-signature": "1.0.15",
110
+ "vue-i18n": "11.2.8",
111
+ "y-prosemirror": "1.2.15",
112
+ "y-protocols": "1.0.6",
113
+ "yjs": "13.6.29"
114
+ },
115
+ "devDependencies": {
116
+ "@vitejs/plugin-vue": "^6.0.4",
117
+ "@vue-macros/reactivity-transform": "^3.1.2",
118
+ "husky": "^9.1.7",
119
+ "less": "^4.5.1",
120
+ "less-loader": "^12.3.1",
121
+ "lint-staged": "^16.2.7",
122
+ "oxfmt": "^0.35.0",
123
+ "oxlint": "^1.50.0",
124
+ "postcss": "^8.5.6",
125
+ "postcss-html": "^1.8.1",
126
+ "tdesign-vue-next": "1.18.2",
127
+ "unplugin-auto-import": "^21.0.0",
128
+ "unplugin-vue": "^7.1.1",
129
+ "unplugin-vue-components": "^31.0.0",
130
+ "unplugin-vue-macros": "^2.14.5",
131
+ "vite": "^7.3.1",
132
+ "vite-bundle-visualizer": "^1.2.1",
133
+ "vite-plugin-svg-icons": "^2.0.1",
134
+ "vue": "^3.5.29"
135
+ },
136
+ "overrides": {
137
+ "rolldown": "1.0.0-rc.5"
138
+ },
139
+ "lint-staged": {
140
+ "*.{js,vue,less}": [
141
+ "oxfmt --write src",
142
+ "oxlint --fix src"
143
+ ]
144
+ },
145
+ "engines": {
146
+ "node": ">=18.0.0"
147
+ }
148
+ }