-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
62 lines (62 loc) · 1.72 KB
/
Copy pathpackage.json
File metadata and controls
62 lines (62 loc) · 1.72 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
{
"name": "md-viewer",
"version": "3.0.3",
"private": true,
"type": "module",
"author": "summereasy",
"license": "MIT",
"description": "An independent open-source Markdown viewer extension for Chromium browsers",
"homepage": "https://github.com/summereasy/md-reader",
"repository": {
"type": "git",
"url": "git+https://github.com/summereasy/md-reader.git"
},
"keywords": [
"md-viewer",
"markdown",
"markdown viewer",
"chrome extension"
],
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview"
},
"dependencies": {
"@mdit/plugin-alert": "^0.22.1",
"@traptitech/markdown-it-katex": "^3.6.0",
"highlight.js": "^11.6.0",
"katex": "0.16.45",
"lodash.debounce": "^4.0.8",
"lodash.throttle": "^4.1.1",
"lucide": "^1.16.0",
"markdown-it": "^13.0.1",
"markdown-it-abbr": "^1.0.4",
"markdown-it-container": "^3.0.0",
"markdown-it-deflist": "^2.1.0",
"markdown-it-emoji": "^2.0.2",
"markdown-it-footnote": "^3.0.3",
"markdown-it-ins": "^3.0.1",
"markdown-it-mark": "^3.0.1",
"markdown-it-multimd-table": "^4.2.0",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-table-of-contents": "^0.6.0",
"markdown-it-task-lists": "^2.1.1",
"mermaid": "9.4.3",
"tdesign-vue-next": "^1.15.0",
"vue": "^3.5.0"
},
"devDependencies": {
"@types/chrome": "^0.0.300",
"@types/lodash.debounce": "^4.0.9",
"@types/lodash.throttle": "^4.1.9",
"@types/markdown-it": "^14.1.0",
"@unocss/preset-uno": "^66.0.0",
"@vitejs/plugin-vue": "^5.0.0",
"typescript": "^5.7.0",
"unocss": "^66.0.0",
"vite": "^6.0.0",
"vue-tsc": "^2.2.0"
}
}