-
Notifications
You must be signed in to change notification settings - Fork 2
/
package.json
59 lines (59 loc) · 1.56 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
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
{
"name": "hexo-renderer-multi-next-markdown-it",
"version": "0.2.0",
"description": "A Markdown parser for Hexo and auto Minify HTML, CSS, JS.",
"main": "index.js",
"repository": "https://github.com/zkz098/hexo-renderer-multi-next-markdown-it",
"keywords": [
"hexo",
"renderer",
"markdown",
"markdown-it",
"hexo-renderer"
],
"directories": {
"lib": "./lib"
},
"files": [
"index.js",
"lib/"
],
"author": "zkz098",
"license": "MIT",
"dependencies": {
"deasync-promise": "^1.0.1",
"frappe-charts": "^1.6.2",
"hexo-util": "^3.1.0",
"katex": "^0.16.9",
"markdown-it": "^14.0.0",
"markdown-it-abbr": "^2.0.0",
"markdown-it-attrs": "^4.1.6",
"markdown-it-bracketed-spans": "^1.0.1",
"markdown-it-charts": "^1.0.5",
"markdown-it-container": "^4.0.0",
"markdown-it-deflist": "^3.0.0",
"markdown-it-emoji": "^3.0.0",
"markdown-it-footnote": "^4.0.0",
"markdown-it-ins": "^4.0.0",
"markdown-it-mark": "^4.0.0",
"markdown-it-multimd-table": "^4.2.3",
"markdown-it-pangu": "^1.0.2",
"markdown-it-sub": "^2.0.0",
"markdown-it-sup": "^2.0.0",
"markdown-it-task-checkbox": "^1.0.6",
"markdown-it-toc-and-anchor": "^4.2.0",
"prismjs": "^1.29.0",
"puppeteer": "^21.6.0"
},
"engines": {
"node": ">=14.0.0"
},
"devDependencies": {
"eslint": "^8.55.0",
"eslint-config-standard": "^17.1.0",
"eslint-plugin-import": "^2.29.0",
"eslint-plugin-n": "^16.3.1",
"eslint-plugin-node": "^11.1.0",
"eslint-plugin-promise": "^6.1.1"
}
}