forked from CHENXCHEN/hexo-renderer-markdown-it-plus
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.13 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
{
"name": "hexo-renderer-markdown-it-plus",
"version": "1.0.4",
"description": "A faster and CommonMark compliant alternative for Hexo.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"repository": {
"type": "git",
"url": "git+https://github.com/CHENXCHEN/hexo-renderer-markdown-it-plus.git"
},
"keywords": [
"hexo",
"render",
"markdown",
"markdown-it"
],
"author": "CHENXCHEN",
"license": "MIT",
"bugs": {
"url": "https://github.com/CHENXCHEN/hexo-renderer-markdown-it-plus/issues"
},
"homepage": "https://github.com/CHENXCHEN/hexo-renderer-markdown-it-plus#readme",
"dependencies": {
"@iktakahiro/markdown-it-katex": "^3.0.3",
"clone": "^2.1.1",
"highlight.js": "^9.12.0",
"markdown-it": "^8.3.1",
"markdown-it-abbr": "^1.0.4",
"markdown-it-deflist": "^2.0.3",
"markdown-it-emoji": "^1.4.0",
"markdown-it-footnote": "^3.0.1",
"markdown-it-ins": "^2.0.0",
"markdown-it-mark": "^2.0.0",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-toc": "^1.1.0",
"uslug": "^1.0.4"
}
}