-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
64 lines (64 loc) · 1.6 KB
/
package.json
File metadata and controls
64 lines (64 loc) · 1.6 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
{
"name": "md2ui",
"version": "1.0.21",
"type": "module",
"description": "将本地 Markdown 文档转换为美观的 HTML 页面",
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/ooaaaa/md2ui.git"
},
"keywords": [
"markdown",
"documentation",
"viewer",
"mermaid",
"vue"
],
"bin": {
"md2ui": "bin/md2ui.js"
},
"scripts": {
"dev": "vite",
"build": "vite build",
"preview": "vite preview"
},
"files": [
"bin",
"src",
"public",
"index.html",
"vite.config.js",
"vite-plugin-doc-api.js"
],
"dependencies": {
"@tiptap/extension-code-block-lowlight": "^3.22.3",
"@tiptap/extension-image": "^3.22.3",
"@tiptap/extension-placeholder": "^3.22.3",
"@tiptap/extension-table": "^3.22.3",
"@tiptap/extension-table-cell": "^3.22.3",
"@tiptap/extension-table-header": "^3.22.3",
"@tiptap/extension-table-row": "^3.22.3",
"@tiptap/extension-task-item": "^3.22.3",
"@tiptap/extension-task-list": "^3.22.3",
"@tiptap/extension-underline": "^3.22.3",
"@tiptap/pm": "^3.22.4",
"@tiptap/starter-kit": "^3.22.3",
"@tiptap/vue-3": "^3.22.3",
"@vitejs/plugin-vue": "^5.0.0",
"docx": "^9.6.1",
"github-slugger": "^2.0.0",
"highlight.js": "^11.11.1",
"highlightjs-line-numbers.js": "^2.9.1",
"katex": "^0.16.45",
"lucide-vue-next": "^0.556.0",
"marked": "^11.1.1",
"mermaid": "^11.14.0",
"minisearch": "^7.2.0",
"tiptap-markdown": "^0.9.0",
"vite": "^5.0.0",
"vue": "^3.4.0",
"vuedraggable": "^4.1.0"
}
}