-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
49 lines (49 loc) · 988 Bytes
/
package.json
File metadata and controls
49 lines (49 loc) · 988 Bytes
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
{
"name": "md2ui",
"version": "1.0.10",
"type": "module",
"description": "将本地 Markdown 文档转换为美观的 HTML 页面",
"author": "",
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/your-username/md2ui"
},
"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"
],
"dependencies": {
"@vitejs/plugin-vue": "^5.0.0",
"docx": "^9.6.1",
"file-saver": "^2.0.5",
"flexsearch": "^0.8.212",
"github-slugger": "^2.0.0",
"highlight.js": "^11.11.1",
"jsdom": "^28.1.0",
"lucide-vue-next": "^0.556.0",
"marked": "^11.1.1",
"mermaid": "^10.6.1",
"minisearch": "^7.2.0",
"vite": "^5.0.0",
"vue": "^3.4.0"
}
}