mme-editor 1.1.12 → 1.1.13
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/README.md +92 -92
- package/dist/mme-editor.js +12207 -11989
- package/dist/style.css +1 -1
- package/package.json +209 -209
- package/types/index.d.ts +251 -251
package/package.json
CHANGED
|
@@ -1,209 +1,209 @@
|
|
|
1
|
-
{
|
|
2
|
-
"name": "mme-editor",
|
|
3
|
-
"version": "1.1.
|
|
4
|
-
"type": "module",
|
|
5
|
-
"description": "MME Editor is open-source document editor based on Vue3 and Tiptap. MME 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.",
|
|
6
|
-
"keywords": [
|
|
7
|
-
"mme editor",
|
|
8
|
-
"document editor",
|
|
9
|
-
"docs editor",
|
|
10
|
-
"word editor",
|
|
11
|
-
"office edtior",
|
|
12
|
-
"web editor",
|
|
13
|
-
"richtext editor",
|
|
14
|
-
"wysiwyg editor",
|
|
15
|
-
"vue editor",
|
|
16
|
-
"vue3 editor",
|
|
17
|
-
"ai editor",
|
|
18
|
-
"editor",
|
|
19
|
-
"web office",
|
|
20
|
-
"online office",
|
|
21
|
-
"tiptap"
|
|
22
|
-
],
|
|
23
|
-
"author": {
|
|
24
|
-
"name": "finthing",
|
|
25
|
-
"email": "fsdw@finething.net",
|
|
26
|
-
"url": "http://www.finething.net"
|
|
27
|
-
},
|
|
28
|
-
"license": "MIT",
|
|
29
|
-
"homepage": "http://www.finething.net",
|
|
30
|
-
"bugs": {
|
|
31
|
-
"url": "http://www.finething.net",
|
|
32
|
-
"email": "fsdw@finething.net"
|
|
33
|
-
},
|
|
34
|
-
"files": [
|
|
35
|
-
"dist",
|
|
36
|
-
"types/index.d.ts"
|
|
37
|
-
],
|
|
38
|
-
"exports": {
|
|
39
|
-
".": {
|
|
40
|
-
"import": "./dist/mme-editor.js"
|
|
41
|
-
},
|
|
42
|
-
"./style": {
|
|
43
|
-
"import": "./dist/style.css"
|
|
44
|
-
}
|
|
45
|
-
},
|
|
46
|
-
"types": "./types/index.d.ts",
|
|
47
|
-
"scripts": {
|
|
48
|
-
"build": "vue-tsc --noEmit && vite build",
|
|
49
|
-
"dev": "vite --port 9000 --open --force",
|
|
50
|
-
"format": "prettier --write .",
|
|
51
|
-
"check:code": "eslint --cache src",
|
|
52
|
-
"check:style": "stylelint src/**/*.{css,less,vue}",
|
|
53
|
-
"check:types": "vue-tsc --noEmit",
|
|
54
|
-
"lint:code": "eslint --cache --fix src",
|
|
55
|
-
"lint:style": "stylelint --fix src/**/*.{css,less,vue}",
|
|
56
|
-
"test": "NODE_NO_WARNINGS=1 vitest",
|
|
57
|
-
"test:coverage": "npm run test --coverage",
|
|
58
|
-
"test:watch": "npm run test --watch --coverage",
|
|
59
|
-
"prepare": "husky",
|
|
60
|
-
"prepublishOnly": "npm run build"
|
|
61
|
-
},
|
|
62
|
-
"dependencies": {
|
|
63
|
-
"@eslint/object-schema": "^2.1.4",
|
|
64
|
-
"@imgly/background-removal": "1.5.5",
|
|
65
|
-
"@tiptap-extend/columns": "^2.1.6",
|
|
66
|
-
"@tiptap/core": "2.11.5",
|
|
67
|
-
"@tiptap/extension-bold": "2.11.5",
|
|
68
|
-
"@tiptap/extension-bubble-menu": "2.11.5",
|
|
69
|
-
"@tiptap/extension-bullet-list": "2.11.5",
|
|
70
|
-
"@tiptap/extension-character-count": "2.11.5",
|
|
71
|
-
"@tiptap/extension-collaboration": "2.11.5",
|
|
72
|
-
"@tiptap/extension-color": "2.11.5",
|
|
73
|
-
"@tiptap/extension-document": "2.11.5",
|
|
74
|
-
"@tiptap/extension-dropcursor": "2.11.5",
|
|
75
|
-
"@tiptap/extension-focus": "2.11.5",
|
|
76
|
-
"@tiptap/extension-font-family": "2.11.5",
|
|
77
|
-
"@tiptap/extension-heading": "2.11.5",
|
|
78
|
-
"@tiptap/extension-highlight": "2.11.5",
|
|
79
|
-
"@tiptap/extension-horizontal-rule": "2.11.5",
|
|
80
|
-
"@tiptap/extension-image": "2.11.5",
|
|
81
|
-
"@tiptap/extension-link": "2.11.5",
|
|
82
|
-
"@tiptap/extension-mention": "2.11.5",
|
|
83
|
-
"@tiptap/extension-ordered-list": "2.11.5",
|
|
84
|
-
"@tiptap/extension-placeholder": "2.11.5",
|
|
85
|
-
"@tiptap/extension-subscript": "2.11.5",
|
|
86
|
-
"@tiptap/extension-superscript": "2.11.5",
|
|
87
|
-
"@tiptap/extension-table": "2.11.5",
|
|
88
|
-
"@tiptap/extension-table-cell": "2.11.5",
|
|
89
|
-
"@tiptap/extension-table-header": "2.11.5",
|
|
90
|
-
"@tiptap/extension-table-row": "2.11.5",
|
|
91
|
-
"@tiptap/extension-task-item": "2.11.5",
|
|
92
|
-
"@tiptap/extension-task-list": "2.11.5",
|
|
93
|
-
"@tiptap/extension-text-align": "2.11.5",
|
|
94
|
-
"@tiptap/extension-text-style": "2.11.5",
|
|
95
|
-
"@tiptap/extension-typography": "2.11.5",
|
|
96
|
-
"@tiptap/extension-underline": "2.11.5",
|
|
97
|
-
"@tiptap/pm": "2.11.5",
|
|
98
|
-
"@tiptap/starter-kit": "2.11.5",
|
|
99
|
-
"@tiptap/suggestion": "2.11.5",
|
|
100
|
-
"@tiptap/vue-3": "2.11.5",
|
|
101
|
-
"@tool-belt/type-predicates": "^1.3.0",
|
|
102
|
-
"@types/svg64": "^1.1.2",
|
|
103
|
-
"@vue-monaco/editor": "^0.0.6",
|
|
104
|
-
"@vueuse/core": "^11.0.3",
|
|
105
|
-
"axios": "^1.8.3",
|
|
106
|
-
"buffer-image-size": "^0.6.4",
|
|
107
|
-
"dom-to-image-more": "^3.4.3",
|
|
108
|
-
"element-plus": "^2.10.3",
|
|
109
|
-
"es-drager": "1.2.11",
|
|
110
|
-
"file-saver": "^2.0.5",
|
|
111
|
-
"file64": "^1.0.4",
|
|
112
|
-
"flowchart.js": "^1.18.0",
|
|
113
|
-
"hotkeys-js": "^3.13.7",
|
|
114
|
-
"html-to-image": "^1.11.13",
|
|
115
|
-
"jsbarcode": "^3.11.6",
|
|
116
|
-
"katex": "^0.16.11",
|
|
117
|
-
"mermaid": "^11.2.0",
|
|
118
|
-
"nzh": "^1.0.13",
|
|
119
|
-
"plantuml-encoder": "^1.4.0",
|
|
120
|
-
"plyr": "^3.7.8",
|
|
121
|
-
"pretty-bytes": "^6.1.1",
|
|
122
|
-
"prism-code-editor": "^3.4.0",
|
|
123
|
-
"prismjs": "^1.29.0",
|
|
124
|
-
"prosemirror-state": "^1.4.3",
|
|
125
|
-
"prosemirror-transform": "^1.10.0",
|
|
126
|
-
"qrcode-svg": "^1.1.0",
|
|
127
|
-
"sign-canvas-plus": "^2.0.3",
|
|
128
|
-
"smooth-signature": "^1.0.15",
|
|
129
|
-
"svg64": "^2.0.0",
|
|
130
|
-
"tippy.js": "^6.3.7",
|
|
131
|
-
"vue-i18n": "^10.0.0",
|
|
132
|
-
"y-prosemirror": "^1.2.15",
|
|
133
|
-
"y-protocols": "^1.0.6",
|
|
134
|
-
"yjs": "^13.6.23"
|
|
135
|
-
},
|
|
136
|
-
"devDependencies": {
|
|
137
|
-
"@eslint/eslintrc": "^3.1.0",
|
|
138
|
-
"@eslint/js": "^9.10.0",
|
|
139
|
-
"@intlify/unplugin-vue-i18n": "^5.0.0",
|
|
140
|
-
"@sereneinserenade/tiptap-search-and-replace": "^0.1.1",
|
|
141
|
-
"@testing-library/vue": "^8.1.0",
|
|
142
|
-
"@tiptap-pro/extension-drag-handle": "2.17.4",
|
|
143
|
-
"@tiptap-pro/extension-drag-handle-vue-3": "2.17.4",
|
|
144
|
-
"@tiptap-pro/extension-invisible-characters": "2.17.4",
|
|
145
|
-
"@tiptap-pro/extension-mathematics": "2.17.4",
|
|
146
|
-
"@tiptap-pro/extension-node-range": "2.17.4",
|
|
147
|
-
"@tiptap-pro/extension-table-of-contents": "2.17.4",
|
|
148
|
-
"@types/dom-to-image": "^2.6.7",
|
|
149
|
-
"@types/eslint-config-prettier": "^6.11.3",
|
|
150
|
-
"@types/file-saver": "^2.0.7",
|
|
151
|
-
"@types/node": "^22.5.4",
|
|
152
|
-
"@types/qrcode-svg": "^1.1.5",
|
|
153
|
-
"@typescript-eslint/eslint-plugin": "^8.5.0",
|
|
154
|
-
"@typescript-eslint/parser": "^8.5.0",
|
|
155
|
-
"@vitejs/plugin-vue": "^4.6.2",
|
|
156
|
-
"@vue-macros/reactivity-transform": "^1.0.4",
|
|
157
|
-
"@vue-macros/volar": "^0.29.1",
|
|
158
|
-
"@vue/eslint-config-prettier": "^9.0.0",
|
|
159
|
-
"eslint": "^9.21.0",
|
|
160
|
-
"eslint-config-prettier": "^9.1.0",
|
|
161
|
-
"eslint-plugin-functional": "^5.0.8",
|
|
162
|
-
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
163
|
-
"eslint-plugin-unused-imports": "^4.1.3",
|
|
164
|
-
"eslint-plugin-vue": "^9.28.0",
|
|
165
|
-
"globals": "^15.9.0",
|
|
166
|
-
"husky": "^9.1.5",
|
|
167
|
-
"jiti": "^2.4.2",
|
|
168
|
-
"jsdom": "^25.0.0",
|
|
169
|
-
"less": "^4.2.0",
|
|
170
|
-
"less-loader": "^12.2.0",
|
|
171
|
-
"lint-staged": "^15.2.10",
|
|
172
|
-
"postcss": "^8.3.3",
|
|
173
|
-
"postcss-html": "^1.7.0",
|
|
174
|
-
"prettier": "^3.3.3",
|
|
175
|
-
"stylelint": "^16.9.0",
|
|
176
|
-
"stylelint-config-recommended-less": "^3.0.1",
|
|
177
|
-
"stylelint-config-recommended-vue": "^1.5.0",
|
|
178
|
-
"stylelint-less": "^3.0.1",
|
|
179
|
-
"tdesign-vue-next": "1.9.8",
|
|
180
|
-
"typescript": "5.5.4",
|
|
181
|
-
"typescript-eslint": "^8.5.0",
|
|
182
|
-
"unplugin-auto-import": "^0.18.2",
|
|
183
|
-
"unplugin-element-plus": "^0.10.0",
|
|
184
|
-
"unplugin-vue": "^5.1.5",
|
|
185
|
-
"unplugin-vue-components": "^0.27.4",
|
|
186
|
-
"unplugin-vue-macros": "^2.11.11",
|
|
187
|
-
"vite": "^4.5.3",
|
|
188
|
-
"vite-plugin-inspect": "^0.8.7",
|
|
189
|
-
"vite-plugin-svg-icons": "^2.0.1",
|
|
190
|
-
"vite-tsconfig-paths": "^5.0.1",
|
|
191
|
-
"vitest": "^2.0.5",
|
|
192
|
-
"vue": "^3.0.11",
|
|
193
|
-
"vue-tsc": "^2.1.6"
|
|
194
|
-
},
|
|
195
|
-
"engines": {
|
|
196
|
-
"node": ">=18.0.0"
|
|
197
|
-
},
|
|
198
|
-
"lint-staged": {
|
|
199
|
-
"*.{js,jsx,mjs,cjs,ts,tsx,mts,cts,vue,less,css,yml,yaml,json,md,html}": [
|
|
200
|
-
"prettier --write src"
|
|
201
|
-
],
|
|
202
|
-
"*.{css,less,vue}": [
|
|
203
|
-
"stylelint --write src/**/*.{css,less,vue}"
|
|
204
|
-
],
|
|
205
|
-
"*.{js,jsx,mjs,cjs,ts,tsx,mts,cts,vue}": [
|
|
206
|
-
"eslint --fix src"
|
|
207
|
-
]
|
|
208
|
-
}
|
|
209
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"name": "mme-editor",
|
|
3
|
+
"version": "1.1.13",
|
|
4
|
+
"type": "module",
|
|
5
|
+
"description": "MME Editor is open-source document editor based on Vue3 and Tiptap. MME 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.",
|
|
6
|
+
"keywords": [
|
|
7
|
+
"mme editor",
|
|
8
|
+
"document editor",
|
|
9
|
+
"docs editor",
|
|
10
|
+
"word editor",
|
|
11
|
+
"office edtior",
|
|
12
|
+
"web editor",
|
|
13
|
+
"richtext editor",
|
|
14
|
+
"wysiwyg editor",
|
|
15
|
+
"vue editor",
|
|
16
|
+
"vue3 editor",
|
|
17
|
+
"ai editor",
|
|
18
|
+
"editor",
|
|
19
|
+
"web office",
|
|
20
|
+
"online office",
|
|
21
|
+
"tiptap"
|
|
22
|
+
],
|
|
23
|
+
"author": {
|
|
24
|
+
"name": "finthing",
|
|
25
|
+
"email": "fsdw@finething.net",
|
|
26
|
+
"url": "http://www.finething.net"
|
|
27
|
+
},
|
|
28
|
+
"license": "MIT",
|
|
29
|
+
"homepage": "http://www.finething.net",
|
|
30
|
+
"bugs": {
|
|
31
|
+
"url": "http://www.finething.net",
|
|
32
|
+
"email": "fsdw@finething.net"
|
|
33
|
+
},
|
|
34
|
+
"files": [
|
|
35
|
+
"dist",
|
|
36
|
+
"types/index.d.ts"
|
|
37
|
+
],
|
|
38
|
+
"exports": {
|
|
39
|
+
".": {
|
|
40
|
+
"import": "./dist/mme-editor.js"
|
|
41
|
+
},
|
|
42
|
+
"./style": {
|
|
43
|
+
"import": "./dist/style.css"
|
|
44
|
+
}
|
|
45
|
+
},
|
|
46
|
+
"types": "./types/index.d.ts",
|
|
47
|
+
"scripts": {
|
|
48
|
+
"build": "vue-tsc --noEmit && vite build",
|
|
49
|
+
"dev": "vite --port 9000 --open --force",
|
|
50
|
+
"format": "prettier --write .",
|
|
51
|
+
"check:code": "eslint --cache src",
|
|
52
|
+
"check:style": "stylelint src/**/*.{css,less,vue}",
|
|
53
|
+
"check:types": "vue-tsc --noEmit",
|
|
54
|
+
"lint:code": "eslint --cache --fix src",
|
|
55
|
+
"lint:style": "stylelint --fix src/**/*.{css,less,vue}",
|
|
56
|
+
"test": "NODE_NO_WARNINGS=1 vitest",
|
|
57
|
+
"test:coverage": "npm run test --coverage",
|
|
58
|
+
"test:watch": "npm run test --watch --coverage",
|
|
59
|
+
"prepare": "husky",
|
|
60
|
+
"prepublishOnly": "npm run build"
|
|
61
|
+
},
|
|
62
|
+
"dependencies": {
|
|
63
|
+
"@eslint/object-schema": "^2.1.4",
|
|
64
|
+
"@imgly/background-removal": "1.5.5",
|
|
65
|
+
"@tiptap-extend/columns": "^2.1.6",
|
|
66
|
+
"@tiptap/core": "2.11.5",
|
|
67
|
+
"@tiptap/extension-bold": "2.11.5",
|
|
68
|
+
"@tiptap/extension-bubble-menu": "2.11.5",
|
|
69
|
+
"@tiptap/extension-bullet-list": "2.11.5",
|
|
70
|
+
"@tiptap/extension-character-count": "2.11.5",
|
|
71
|
+
"@tiptap/extension-collaboration": "2.11.5",
|
|
72
|
+
"@tiptap/extension-color": "2.11.5",
|
|
73
|
+
"@tiptap/extension-document": "2.11.5",
|
|
74
|
+
"@tiptap/extension-dropcursor": "2.11.5",
|
|
75
|
+
"@tiptap/extension-focus": "2.11.5",
|
|
76
|
+
"@tiptap/extension-font-family": "2.11.5",
|
|
77
|
+
"@tiptap/extension-heading": "2.11.5",
|
|
78
|
+
"@tiptap/extension-highlight": "2.11.5",
|
|
79
|
+
"@tiptap/extension-horizontal-rule": "2.11.5",
|
|
80
|
+
"@tiptap/extension-image": "2.11.5",
|
|
81
|
+
"@tiptap/extension-link": "2.11.5",
|
|
82
|
+
"@tiptap/extension-mention": "2.11.5",
|
|
83
|
+
"@tiptap/extension-ordered-list": "2.11.5",
|
|
84
|
+
"@tiptap/extension-placeholder": "2.11.5",
|
|
85
|
+
"@tiptap/extension-subscript": "2.11.5",
|
|
86
|
+
"@tiptap/extension-superscript": "2.11.5",
|
|
87
|
+
"@tiptap/extension-table": "2.11.5",
|
|
88
|
+
"@tiptap/extension-table-cell": "2.11.5",
|
|
89
|
+
"@tiptap/extension-table-header": "2.11.5",
|
|
90
|
+
"@tiptap/extension-table-row": "2.11.5",
|
|
91
|
+
"@tiptap/extension-task-item": "2.11.5",
|
|
92
|
+
"@tiptap/extension-task-list": "2.11.5",
|
|
93
|
+
"@tiptap/extension-text-align": "2.11.5",
|
|
94
|
+
"@tiptap/extension-text-style": "2.11.5",
|
|
95
|
+
"@tiptap/extension-typography": "2.11.5",
|
|
96
|
+
"@tiptap/extension-underline": "2.11.5",
|
|
97
|
+
"@tiptap/pm": "2.11.5",
|
|
98
|
+
"@tiptap/starter-kit": "2.11.5",
|
|
99
|
+
"@tiptap/suggestion": "2.11.5",
|
|
100
|
+
"@tiptap/vue-3": "2.11.5",
|
|
101
|
+
"@tool-belt/type-predicates": "^1.3.0",
|
|
102
|
+
"@types/svg64": "^1.1.2",
|
|
103
|
+
"@vue-monaco/editor": "^0.0.6",
|
|
104
|
+
"@vueuse/core": "^11.0.3",
|
|
105
|
+
"axios": "^1.8.3",
|
|
106
|
+
"buffer-image-size": "^0.6.4",
|
|
107
|
+
"dom-to-image-more": "^3.4.3",
|
|
108
|
+
"element-plus": "^2.10.3",
|
|
109
|
+
"es-drager": "1.2.11",
|
|
110
|
+
"file-saver": "^2.0.5",
|
|
111
|
+
"file64": "^1.0.4",
|
|
112
|
+
"flowchart.js": "^1.18.0",
|
|
113
|
+
"hotkeys-js": "^3.13.7",
|
|
114
|
+
"html-to-image": "^1.11.13",
|
|
115
|
+
"jsbarcode": "^3.11.6",
|
|
116
|
+
"katex": "^0.16.11",
|
|
117
|
+
"mermaid": "^11.2.0",
|
|
118
|
+
"nzh": "^1.0.13",
|
|
119
|
+
"plantuml-encoder": "^1.4.0",
|
|
120
|
+
"plyr": "^3.7.8",
|
|
121
|
+
"pretty-bytes": "^6.1.1",
|
|
122
|
+
"prism-code-editor": "^3.4.0",
|
|
123
|
+
"prismjs": "^1.29.0",
|
|
124
|
+
"prosemirror-state": "^1.4.3",
|
|
125
|
+
"prosemirror-transform": "^1.10.0",
|
|
126
|
+
"qrcode-svg": "^1.1.0",
|
|
127
|
+
"sign-canvas-plus": "^2.0.3",
|
|
128
|
+
"smooth-signature": "^1.0.15",
|
|
129
|
+
"svg64": "^2.0.0",
|
|
130
|
+
"tippy.js": "^6.3.7",
|
|
131
|
+
"vue-i18n": "^10.0.0",
|
|
132
|
+
"y-prosemirror": "^1.2.15",
|
|
133
|
+
"y-protocols": "^1.0.6",
|
|
134
|
+
"yjs": "^13.6.23"
|
|
135
|
+
},
|
|
136
|
+
"devDependencies": {
|
|
137
|
+
"@eslint/eslintrc": "^3.1.0",
|
|
138
|
+
"@eslint/js": "^9.10.0",
|
|
139
|
+
"@intlify/unplugin-vue-i18n": "^5.0.0",
|
|
140
|
+
"@sereneinserenade/tiptap-search-and-replace": "^0.1.1",
|
|
141
|
+
"@testing-library/vue": "^8.1.0",
|
|
142
|
+
"@tiptap-pro/extension-drag-handle": "2.17.4",
|
|
143
|
+
"@tiptap-pro/extension-drag-handle-vue-3": "2.17.4",
|
|
144
|
+
"@tiptap-pro/extension-invisible-characters": "2.17.4",
|
|
145
|
+
"@tiptap-pro/extension-mathematics": "2.17.4",
|
|
146
|
+
"@tiptap-pro/extension-node-range": "2.17.4",
|
|
147
|
+
"@tiptap-pro/extension-table-of-contents": "2.17.4",
|
|
148
|
+
"@types/dom-to-image": "^2.6.7",
|
|
149
|
+
"@types/eslint-config-prettier": "^6.11.3",
|
|
150
|
+
"@types/file-saver": "^2.0.7",
|
|
151
|
+
"@types/node": "^22.5.4",
|
|
152
|
+
"@types/qrcode-svg": "^1.1.5",
|
|
153
|
+
"@typescript-eslint/eslint-plugin": "^8.5.0",
|
|
154
|
+
"@typescript-eslint/parser": "^8.5.0",
|
|
155
|
+
"@vitejs/plugin-vue": "^4.6.2",
|
|
156
|
+
"@vue-macros/reactivity-transform": "^1.0.4",
|
|
157
|
+
"@vue-macros/volar": "^0.29.1",
|
|
158
|
+
"@vue/eslint-config-prettier": "^9.0.0",
|
|
159
|
+
"eslint": "^9.21.0",
|
|
160
|
+
"eslint-config-prettier": "^9.1.0",
|
|
161
|
+
"eslint-plugin-functional": "^5.0.8",
|
|
162
|
+
"eslint-plugin-simple-import-sort": "^12.1.1",
|
|
163
|
+
"eslint-plugin-unused-imports": "^4.1.3",
|
|
164
|
+
"eslint-plugin-vue": "^9.28.0",
|
|
165
|
+
"globals": "^15.9.0",
|
|
166
|
+
"husky": "^9.1.5",
|
|
167
|
+
"jiti": "^2.4.2",
|
|
168
|
+
"jsdom": "^25.0.0",
|
|
169
|
+
"less": "^4.2.0",
|
|
170
|
+
"less-loader": "^12.2.0",
|
|
171
|
+
"lint-staged": "^15.2.10",
|
|
172
|
+
"postcss": "^8.3.3",
|
|
173
|
+
"postcss-html": "^1.7.0",
|
|
174
|
+
"prettier": "^3.3.3",
|
|
175
|
+
"stylelint": "^16.9.0",
|
|
176
|
+
"stylelint-config-recommended-less": "^3.0.1",
|
|
177
|
+
"stylelint-config-recommended-vue": "^1.5.0",
|
|
178
|
+
"stylelint-less": "^3.0.1",
|
|
179
|
+
"tdesign-vue-next": "1.9.8",
|
|
180
|
+
"typescript": "5.5.4",
|
|
181
|
+
"typescript-eslint": "^8.5.0",
|
|
182
|
+
"unplugin-auto-import": "^0.18.2",
|
|
183
|
+
"unplugin-element-plus": "^0.10.0",
|
|
184
|
+
"unplugin-vue": "^5.1.5",
|
|
185
|
+
"unplugin-vue-components": "^0.27.4",
|
|
186
|
+
"unplugin-vue-macros": "^2.11.11",
|
|
187
|
+
"vite": "^4.5.3",
|
|
188
|
+
"vite-plugin-inspect": "^0.8.7",
|
|
189
|
+
"vite-plugin-svg-icons": "^2.0.1",
|
|
190
|
+
"vite-tsconfig-paths": "^5.0.1",
|
|
191
|
+
"vitest": "^2.0.5",
|
|
192
|
+
"vue": "^3.0.11",
|
|
193
|
+
"vue-tsc": "^2.1.6"
|
|
194
|
+
},
|
|
195
|
+
"engines": {
|
|
196
|
+
"node": ">=18.0.0"
|
|
197
|
+
},
|
|
198
|
+
"lint-staged": {
|
|
199
|
+
"*.{js,jsx,mjs,cjs,ts,tsx,mts,cts,vue,less,css,yml,yaml,json,md,html}": [
|
|
200
|
+
"prettier --write src"
|
|
201
|
+
],
|
|
202
|
+
"*.{css,less,vue}": [
|
|
203
|
+
"stylelint --write src/**/*.{css,less,vue}"
|
|
204
|
+
],
|
|
205
|
+
"*.{js,jsx,mjs,cjs,ts,tsx,mts,cts,vue}": [
|
|
206
|
+
"eslint --fix src"
|
|
207
|
+
]
|
|
208
|
+
}
|
|
209
|
+
}
|