-
-
Notifications
You must be signed in to change notification settings - Fork 31
/
package.json
49 lines (49 loc) · 1.08 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
{
"name": "eslint-plugin-mdx",
"version": "1.8.2",
"description": "ESLint Plugin for MDX",
"repository": "git+https://github.com/mdx-js/eslint-mdx.git",
"homepage": "https://github.com/mdx-js/eslint-mdx/blob/master/packages/eslint-plugin-mdx",
"funding": {
"type": "opencollective",
"url": "https://opencollective.com/unified"
},
"author": "JounQin <[email protected]>",
"license": "MIT",
"engines": {
"node": ">=10.0.0"
},
"main": "lib/cjs",
"module": "lib",
"es2015": "lib/es2015",
"fesm5": "lib/esm",
"types": "lib",
"files": [
"lib",
"typings.d.ts"
],
"keywords": [
"eslint",
"eslint-mdx",
"eslint-plugin",
"eslint-plugin-mdx",
"mdx"
],
"peerDependencies": {
"eslint": ">=5.0.0"
},
"dependencies": {
"cosmiconfig": "^7.0.0",
"eslint-mdx": "^1.8.2",
"eslint-plugin-react": "^7.22.0",
"remark-mdx": "^1.6.22",
"remark-parse": "^8.0.3",
"remark-stringify": "^8.1.1",
"tslib": "^2.1.0",
"unified": "^9.1.0",
"vfile": "^4.2.1"
},
"optionalDependencies": {
"rebass": "^4.0.7"
}
}