-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.06 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.06 KB
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
{
"name": "react-markdown-doc-loader",
"version": "3.0.6",
"description": "React backend for markdown-doc-loader",
"main": "lib/index.js",
"scripts": {},
"keywords": [
"webpack",
"loader",
"markdown",
"doc",
"React"
],
"files": [
"sample",
"lib"
],
"author": "Li Chen <lichen@youzan.com>",
"license": "MIT",
"dependencies": {
"@babel/generator": "^7.1.6",
"@babel/parser": "^7.1.6",
"@babel/template": "^7.1.2",
"@babel/traverse": "^7.1.6",
"@babel/types": "^7.1.6",
"autoprefixer": "^9.3.1",
"chalk": "^1.1.3",
"hast-util-to-html": "^3.0.0",
"loader-utils": "^1.1.0",
"lodash": "^4.17.4",
"markdown-doc-loader-utils": "^1.0.0",
"mdast-util-to-hast": "^2.4.0",
"mdast-util-to-string": "^1.0.2",
"postcss": "^7.0.6",
"precss": "^3.1.2",
"prismjs": "^1.29.0",
"rehype-parse": "^3.1.0",
"transliteration": "^1.5.3",
"unified": "^6.1.1",
"unist-builder": "^1.0.2",
"unist-util-is": "^2.0.0",
"unist-util-visit": "^1.1.1"
},
"devDependencies": {}
}