-
Notifications
You must be signed in to change notification settings - Fork 5
/
package.json
43 lines (43 loc) · 1.17 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
42
43
{
"name": "hexo-renderer-markdown",
"version": "1.6.1",
"description": "Markdown-it renderer plugin for Hexo.",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 0"
},
"repository": {
"type": "git",
"url": "git+https://github.com/niemingzhao/hexo-renderer-markdown.git"
},
"keywords": [
"hexo",
"renderer",
"markdown",
"markdown-it"
],
"author": "Nie Mingzhao",
"license": "MIT",
"bugs": {
"url": "https://github.com/niemingzhao/hexo-renderer-markdown/issues"
},
"homepage": "https://github.com/niemingzhao/hexo-renderer-markdown#readme",
"dependencies": {
"katex": "^0.16.10",
"lodash.merge": "^4.6.2",
"lodash.union": "^4.6.0",
"markdown-it": "^12.3.2",
"markdown-it-abbr": "^1.0.4",
"markdown-it-anchor": "^8.6.2",
"markdown-it-attrs": "^4.1.3",
"markdown-it-checkbox": "^1.1.0",
"markdown-it-deflist": "^2.1.0",
"markdown-it-emoji": "^2.0.0",
"markdown-it-footnote": "^3.0.3",
"markdown-it-ins": "^3.0.1",
"markdown-it-mark": "^3.0.1",
"markdown-it-sub": "^1.0.0",
"markdown-it-sup": "^1.0.0",
"markdown-it-texmath": "^0.9.7"
}
}