-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
47 lines (47 loc) · 1.24 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
{
"name": "remark-mdx-v1-no-trim",
"version": "1.0.0",
"description": "Support import, export, and JSX in markdown",
"repository": "mdx-js/mdx",
"homepage": "https://mdxjs.com",
"bugs": "https://github.com/mdx-js/mdx/issues",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"author": "Titus Wormer <[email protected]> (https://wooorm.com)",
"contributors": [
"John Otander <[email protected]> (http://johnotander.com)",
"Tim Neutkens <[email protected]>",
"Matija Marohnić <[email protected]>",
"Titus Wormer <[email protected]> (https://wooorm.com)",
"JounQin <[email protected]> (https://www.1stg.me)"
],
"license": "MIT",
"files": [
"block.js",
"extract-imports-and-exports.js",
"index.js",
"tag.js"
],
"keywords": [
"mdx",
"markdown",
"react",
"jsx",
"remark",
"mdxast"
],
"dependencies": {
"@babel/core": "7.12.9",
"@babel/helper-plugin-utils": "7.10.4",
"@babel/plugin-proposal-object-rest-spread": "7.12.1",
"@babel/plugin-syntax-jsx": "7.12.1",
"@mdx-js/util": "1.6.22",
"is-alphabetical": "1.0.4",
"unified": "9.2.0"
},
"devDependencies": {
"remark-parse": "^8.0.3"
}
}