-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
43 lines (43 loc) · 1.21 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": "test_remark_js",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"type": "module",
"dependencies": {
"@aws-sdk/client-translate": "^3.79.0",
"@google-cloud/translate": "^6.3.1",
"acorn": "^8.7.1",
"aws-sdk": "^2.1123.0",
"fs": "^0.0.1-security",
"glob": "^8.0.1",
"lodash": "^4.17.21",
"mdast-util-from-markdown": "^1.2.0",
"mdast-util-frontmatter": "^1.0.0",
"mdast-util-gfm": "^2.0.1",
"mdast-util-gfm-table": "^1.0.4",
"mdast-util-mdx": "^2.0.0",
"mdast-util-to-hast": "^12.1.1",
"mdast-util-to-markdown": "^1.3.0",
"micromark-extension-frontmatter": "^1.0.0",
"micromark-extension-gfm": "^2.0.1",
"micromark-extension-gfm-table": "^1.0.5",
"micromark-extension-mdxjs": "^2.0.0",
"rehype-raw": "^6.1.1",
"rehype-stringify": "^9.0.3",
"remark-comment-o": "^1.0.1",
"remark-html": "^15.0.1",
"remark-parse": "^10.0.1",
"remark-rehype": "^10.1.0",
"unified": "^10.1.2",
"unist-util-visit": "^4.1.0"
},
"devDependencies": {
"@types/glob": "^7.2.0",
"@types/mdast": "^3.0.10",
"@types/node": "^17.0.30",
"ts-node": "^10.7.0",
"tslib": "^2.4.0",
"typescript": "^4.6.4"
}
}