-
Notifications
You must be signed in to change notification settings - Fork 279
Expand file tree
/
Copy pathpackage.json
More file actions
148 lines (148 loc) · 4.55 KB
/
Copy pathpackage.json
File metadata and controls
148 lines (148 loc) · 4.55 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
{
"name": "@umoteam/editor",
"version": "11.1.1",
"description": "Umo Editor is open-source document editor based on Vue3 and Tiptap3. Umo Editor provides comprehensive document editing capabilities and AI creation features, supports pagination, supports Markdown syntax, offers basic rich text editing functions, allows for the insertion of various node types in multiple formats, provides a variety of practical tools, and supports setting page styles. It also supports exporting in various formats, printing and print preview, block-level document editing, adding custom extensions, multi-language settings, and a dark theme.",
"keywords": [
"docs editor",
"document editor",
"editor",
"office edtior",
"online office",
"richtext editor",
"tiptap",
"tiptap3",
"umo editor",
"umodoc editor",
"vue editor",
"vue3 editor",
"web editor",
"web office",
"word editor",
"wysiwyg editor"
],
"homepage": "https://www.umodoc.com",
"bugs": {
"url": "https://github.com/umodoc/editor/issues",
"email": "contact@umodoc.com"
},
"license": "MIT",
"author": {
"name": "umodoc",
"email": "contact@umodoc.com",
"url": "https://www.umodoc.com"
},
"repository": {
"type": "git",
"url": "https://github.com/umodoc/editor.git"
},
"files": [
"dist"
],
"type": "module",
"exports": {
".": {
"import": "./dist/umo-editor.js"
},
"./style": {
"import": "./dist/umo-editor.css"
}
},
"scripts": {
"build": "vite build",
"dev": "vite --port 9000 --open --force",
"format": "oxfmt --write .",
"lint": "oxlint --fix src",
"analyzer": "vite-bundle-visualizer",
"prepare": "husky",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@eslint/object-schema": "3.0.2",
"@floating-ui/dom": "1.7.5",
"@tiptap/core": "3.20.0",
"@tiptap/extension-bold": "3.20.0",
"@tiptap/extension-code-block": "3.20.0",
"@tiptap/extension-code-block-lowlight": "3.20.0",
"@tiptap/extension-collaboration": "3.20.0",
"@tiptap/extension-details": "3.20.0",
"@tiptap/extension-document": "3.20.0",
"@tiptap/extension-drag-handle": "3.16.0",
"@tiptap/extension-drag-handle-vue-3": "3.16.0",
"@tiptap/extension-horizontal-rule": "3.20.0",
"@tiptap/extension-image": "3.20.0",
"@tiptap/extension-invisible-characters": "3.20.0",
"@tiptap/extension-link": "3.20.0",
"@tiptap/extension-list": "3.20.0",
"@tiptap/extension-mathematics": "3.20.0",
"@tiptap/extension-mention": "3.20.0",
"@tiptap/extension-node-range": "3.20.0",
"@tiptap/extension-subscript": "3.20.0",
"@tiptap/extension-superscript": "3.20.0",
"@tiptap/extension-table": "3.20.0",
"@tiptap/extension-table-of-contents": "3.20.0",
"@tiptap/extension-text-align": "3.20.0",
"@tiptap/extension-text-style": "3.20.0",
"@tiptap/extension-typography": "3.20.0",
"@tiptap/extension-unique-id": "3.20.0",
"@tiptap/extensions": "3.20.0",
"@tiptap/pm": "3.20.0",
"@tiptap/starter-kit": "3.20.0",
"@tiptap/suggestion": "3.20.0",
"@tiptap/vue-3": "3.20.0",
"@tiptap/y-tiptap": "3.0.2",
"@tool-belt/type-predicates": "1.4.1",
"@umoteam/editor-external": "10.1.0",
"@vueuse/core": "14.2.1",
"cropperjs": "^2.1.1",
"dom-to-image-more": "3.7.2",
"es-drager": "1.2.11",
"fast-glob": "3.3.3",
"file-saver": "2.0.5",
"hotkeys-js": "4.0.2",
"jsbarcode": "3.12.3",
"katex": "0.16.33",
"lowlight": "3.3.0",
"nzh": "1.0.14",
"pretty-bytes": "7.1.0",
"pure-svg-code": "1.0.6",
"smooth-signature": "1.0.15",
"vue-i18n": "11.2.8",
"y-prosemirror": "1.2.15",
"y-protocols": "1.0.6",
"yjs": "13.6.29"
},
"devDependencies": {
"@vitejs/plugin-vue": "^6.0.4",
"@vue-macros/reactivity-transform": "^3.1.2",
"esbuild": "^0.28.1",
"husky": "^9.1.7",
"less": "^4.5.1",
"less-loader": "^12.3.1",
"lint-staged": "^16.2.7",
"oxfmt": "^0.35.0",
"oxlint": "^1.50.0",
"postcss": "^8.5.6",
"postcss-html": "^1.8.1",
"tdesign-vue-next": "1.18.2",
"unplugin-auto-import": "^21.0.0",
"unplugin-vue": "^7.1.1",
"unplugin-vue-components": "^31.0.0",
"unplugin-vue-macros": "^2.14.5",
"vite": "^7.3.1",
"vite-bundle-visualizer": "^1.2.1",
"vite-plugin-svg-icons": "^2.0.1",
"vue": "^3.5.29"
},
"overrides": {
"rolldown": "^1.1.3"
},
"lint-staged": {
"*.{js,vue,less}": [
"oxfmt --write src",
"oxlint --fix src"
]
},
"engines": {
"node": "^20.19.0 || >=22.12.0"
}
}