-
Notifications
You must be signed in to change notification settings - Fork 31
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.17 KB
/
package.json
File metadata and controls
41 lines (41 loc) · 1.17 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
{
"name": "mdx-loader",
"version": "3.0.2",
"main": "index.js",
"keywords": [
"mdx",
"loader",
"webpack-loader"
],
"description": "A batteries-included MDX loader for Webpack.",
"author": "James K Nelson <james@frontarm.com> (https://frontarm.com/authors/james-k-nelson/)",
"license": "MIT",
"dependencies": {
"@mdx-js/mdx": "^1.0.20",
"@mdx-js/react": "^1.0.20",
"gray-matter": "^4.0.2",
"hast-util-to-string": "^1.0.1",
"loader-utils": "^1.1.0",
"lodash": "^4.17.11",
"mdx-constant": "^0.1.0",
"mdx-table-of-contents": "^0.1.0",
"parse-numeric-range": "^0.0.2",
"prismjs": "^1.15.0",
"reading-time": "^1.1.3",
"remark-emoji": "^2.0.2",
"remark-images": "^0.8.1",
"remark-slug": "^5.1.0",
"remark-textr": "^3.0.2",
"textr": "^0.3.0",
"typographic-apostrophes": "^1.1.1",
"typographic-apostrophes-for-possessive-plurals": "^1.0.5",
"typographic-ellipses": "^1.0.11",
"typographic-em-dashes": "^1.0.2",
"typographic-en-dashes": "^1.0.1",
"typographic-quotes": "^1.2.1",
"unist-util-visit": "^1.4.0"
},
"repository": {
"url": "https://github.com/frontarm/mdx-util"
}
}