-
Notifications
You must be signed in to change notification settings - Fork 79
/
Copy pathpackage.json
195 lines (195 loc) · 6.53 KB
/
package.json
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
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
{
"name": "@umoteam/editor",
"version": "5.0.0",
"type": "module",
"description": "Umo Editor is open-source document editor based on Vue3 and Tiptap. 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": [
"umo editor",
"umodoc editor",
"document editor",
"docs editor",
"word editor",
"office edtior",
"web editor",
"richtext editor",
"wysiwyg editor",
"vue editor",
"vue3 editor",
"ai editor",
"editor",
"web office",
"online office",
"tiptap"
],
"author": {
"name": "umodoc",
"email": "contact@umodoc.com",
"url": "https://www.umodoc.com"
},
"license": "MIT",
"homepage": "https://editor.umodoc.com/en/docs",
"bugs": {
"url": "https://github.com/umodoc/editor/issues",
"email": "support@umodoc.com"
},
"files": [
"dist"
],
"exports": {
".": {
"import": "./dist/umo-editor.js"
},
"./style": {
"import": "./dist/style.css"
}
},
"types": "./types/index.d.ts",
"scripts": {
"build": "vue-tsc --noEmit && vite build",
"dev": "vite --port 9000 --open --force",
"format": "prettier --write .",
"check:code": "eslint --cache src",
"check:style": "stylelint src/**/*.{css,less,vue}",
"check:types": "vue-tsc --noEmit",
"lint:code": "eslint --cache --fix src",
"lint:style": "stylelint --fix src/**/*.{css,less,vue}",
"test": "NODE_NO_WARNINGS=1 vitest",
"test:coverage": "npm run test --coverage",
"test:watch": "npm run test --watch --coverage",
"prepare": "husky",
"prepublishOnly": "npm run build"
},
"dependencies": {
"@eslint/object-schema": "^2.1.4",
"@imgly/background-removal": "1.5.5",
"@tiptap/core": "^2.6.6",
"@tiptap/extension-bold": "^2.6.6",
"@tiptap/extension-bubble-menu": "^2.6.6",
"@tiptap/extension-bullet-list": "^2.6.6",
"@tiptap/extension-character-count": "^2.6.6",
"@tiptap/extension-color": "^2.6.6",
"@tiptap/extension-document": "^2.6.6",
"@tiptap/extension-dropcursor": "^2.6.6",
"@tiptap/extension-focus": "^2.6.6",
"@tiptap/extension-font-family": "^2.6.6",
"@tiptap/extension-heading": "^2.6.6",
"@tiptap/extension-highlight": "^2.6.6",
"@tiptap/extension-horizontal-rule": "^2.6.6",
"@tiptap/extension-image": "^2.6.6",
"@tiptap/extension-link": "^2.6.6",
"@tiptap/extension-ordered-list": "^2.6.6",
"@tiptap/extension-placeholder": "^2.6.6",
"@tiptap/extension-subscript": "^2.6.6",
"@tiptap/extension-superscript": "^2.6.6",
"@tiptap/extension-table": "^2.6.6",
"@tiptap/extension-table-cell": "^2.6.6",
"@tiptap/extension-table-header": "^2.6.6",
"@tiptap/extension-table-row": "^2.6.6",
"@tiptap/extension-task-item": "^2.6.6",
"@tiptap/extension-task-list": "^2.6.6",
"@tiptap/extension-text-align": "^2.6.6",
"@tiptap/extension-text-style": "^2.6.6",
"@tiptap/extension-typography": "^2.6.6",
"@tiptap/extension-underline": "^2.6.6",
"@tiptap/pm": "^2.6.6",
"@tiptap/starter-kit": "^2.6.6",
"@tiptap/vue-3": "^2.6.6",
"@tool-belt/type-predicates": "^1.3.0",
"@types/svg64": "^1.1.2",
"@umoteam/editor-external": "4.5.0",
"@vue-monaco/editor": "^0.0.6",
"@vueuse/core": "^11.0.3",
"buffer-image-size": "^0.6.4",
"docx": "^8.5.0",
"dom-to-image-more": "^3.4.3",
"es-drager": "^1.2.11",
"file-saver": "^2.0.5",
"file64": "^1.0.4",
"hotkeys-js": "^3.13.7",
"jsbarcode": "^3.11.6",
"katex": "^0.16.11",
"mermaid": "^11.2.0",
"nzh": "^1.0.13",
"plyr": "^3.7.8",
"pretty-bytes": "^6.1.1",
"prism-code-editor": "^3.4.0",
"prismjs": "^1.29.0",
"prosemirror-docx": "^0.2.0",
"prosemirror-transform": "^1.10.0",
"qrcode-svg": "^1.1.0",
"sign-canvas-plus": "^2.0.3",
"smooth-signature": "^1.0.15",
"svg64": "^2.0.0",
"tippy.js": "^6.3.7",
"ts-deepmerge": "^7.0.1",
"vue-i18n": "^10.0.0",
"zeed-dom": "^0.14.0"
},
"devDependencies": {
"@eslint/eslintrc": "^3.1.0",
"@eslint/js": "^9.10.0",
"@intlify/unplugin-vue-i18n": "^5.0.0",
"@sereneinserenade/tiptap-search-and-replace": "^0.1.1",
"@testing-library/vue": "^8.1.0",
"@tiptap-pro/extension-invisible-characters": "^2.11.2",
"@tiptap-pro/extension-mathematics": "^2.11.2",
"@tiptap-pro/extension-table-of-contents": "^2.11.2",
"@types/dom-to-image": "^2.6.7",
"@types/file-saver": "^2.0.7",
"@types/node": "^22.5.4",
"@types/qrcode-svg": "^1.1.5",
"@typescript-eslint/eslint-plugin": "^8.5.0",
"@typescript-eslint/parser": "^8.5.0",
"@vitejs/plugin-vue": "^4.6.2",
"@vue-macros/reactivity-transform": "^1.0.4",
"@vue-macros/volar": "^0.29.1",
"@vue/eslint-config-prettier": "^9.0.0",
"eslint": "^8.57.0",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-functional": "^5.0.8",
"eslint-plugin-simple-import-sort": "^12.1.1",
"eslint-plugin-unused-imports": "^4.1.3",
"eslint-plugin-vue": "^9.28.0",
"globals": "^15.9.0",
"husky": "^9.1.5",
"jsdom": "^25.0.0",
"less": "^4.2.0",
"less-loader": "^12.2.0",
"lint-staged": "^15.2.10",
"postcss": "^8.3.3",
"postcss-html": "^1.7.0",
"prettier": "^3.3.3",
"stylelint": "^16.9.0",
"stylelint-config-recommended-less": "^3.0.1",
"stylelint-config-recommended-vue": "^1.5.0",
"stylelint-less": "^3.0.1",
"tdesign-vue-next": "^1.10.0",
"typescript": "5.5.4",
"typescript-eslint": "^8.5.0",
"unplugin-auto-import": "^0.18.2",
"unplugin-vue": "^5.1.5",
"unplugin-vue-components": "^0.27.4",
"unplugin-vue-macros": "^2.11.11",
"vite": "^4.5.3",
"vite-plugin-inspect": "^0.8.7",
"vite-plugin-svg-icons": "^2.0.1",
"vite-tsconfig-paths": "^5.0.1",
"vitest": "^2.0.5",
"vue": "^3.0.11",
"vue-tsc": "^2.1.6"
},
"engines": {
"node": ">=18.0.0"
},
"lint-staged": {
"*.{js,jsx,mjs,cjs,ts,tsx,mts,cts,vue,less,css,yml,yaml,json,md,html}": [
"prettier --write src"
],
"*.{css,less,vue}": [
"stylelint --write src/**/*.{css,less,vue}"
],
"*.{js,jsx,mjs,cjs,ts,tsx,mts,cts,vue}": [
"eslint --fix src"
]
}
}