-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
55 lines (55 loc) · 1.47 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
{
"name": "lwarp-importer",
"version": "1.0.0",
"main": "index.js",
"author": "Joshua Coles",
"license": "MIT",
"dependencies": {
"globby": "^11.0.2",
"jsdom": "^16.4.0",
"mathjax-full": "^3.1.2",
"mathjax-node": "^2.1.1",
"mathml-to-latex": "^1.0.1",
"mdast-util-from-markdown": "^0.8.5",
"mdast-util-math": "^0.1.2",
"mdast-util-to-markdown": "^0.6.5",
"micromark-extension-math": "^0.1.2",
"parse5": "^6.0.1",
"prettier": "^2.2.1",
"ramda": "^0.27.1",
"rehype-math": "^0.2.0",
"rehype-parse": "^7.0.1",
"rehype-remark": "^8.0.0",
"rehype-stringify": "^8.0.0",
"remark": "^13.0.0",
"remark-gfm": "^1.0.0",
"remark-math": "^4.0.0",
"remark-parse": "^9.0.0",
"remark-rehype": "^8.0.0",
"remark-stringify": "^9.0.1",
"remark-wiki-link": "^1.0.2",
"tempfile": "^3.0.0",
"to-vfile": "^6.1.0",
"ts-node": "^9.1.1",
"turndown": "^7.0.0",
"typescript": "^4.1.3",
"unified": "^9.2.1",
"unist-util-inspect": "^6.0.1",
"unist-util-visit-parents": "^3.1.1",
"vfile": "^4.2.1",
"xmldom": "^0.5.0",
"xmlserializer": "^0.6.1",
"xpath": "^0.0.32",
"xslt-ts": "^1.1.8"
},
"devDependencies": {
"@types/jsdom": "^16.2.5",
"@types/parse5": "^5.0.3",
"@types/prettier": "^2.1.6",
"@types/ramda": "^0.27.39",
"@types/turndown": "^5.0.0",
"@types/unist": "^2.0.3",
"@types/xmldom": "^0.1.30",
"@types/xmlserializer": "^0.6.1"
}
}