-
Notifications
You must be signed in to change notification settings - Fork 10.3k
/
package.json
77 lines (77 loc) · 2 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
{
"name": "gatsby-plugin-mdx",
"version": "1.2.19",
"description": "MDX integration for Gatsby",
"main": "index.js",
"license": "MIT",
"homepage": "https://github.com/gatsbyjs/gatsby/tree/master/packages/gatsby-plugin-mdx#readme",
"scripts": {
"test": "jest"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby.git",
"directory": "packages/gatsby-plugin-mdx"
},
"peerDependencies": {
"@mdx-js/mdx": "^1.0.0",
"@mdx-js/react": "^1.0.0"
},
"dependencies": {
"@babel/core": "^7.10.3",
"@babel/generator": "^7.10.3",
"@babel/helper-plugin-utils": "^7.10.3",
"@babel/plugin-proposal-object-rest-spread": "^7.10.3",
"@babel/preset-env": "^7.10.3",
"@babel/preset-react": "^7.10.1",
"@babel/types": "^7.10.3",
"camelcase-css": "^2.0.1",
"change-case": "^3.1.0",
"core-js": "2",
"dataloader": "^1.4.0",
"debug": "^4.1.1",
"escape-string-regexp": "^1.0.5",
"eval": "^0.1.4",
"fs-extra": "^8.1.0",
"gatsby-core-utils": "^1.3.8",
"gray-matter": "^4.0.2",
"json5": "^2.1.3",
"loader-utils": "^1.4.0",
"lodash": "^4.17.15",
"mdast-util-to-string": "^1.1.0",
"mdast-util-toc": "^3.1.0",
"mime": "^2.4.6",
"p-queue": "^5.0.0",
"pretty-bytes": "^5.3.0",
"remark": "^10.0.1",
"remark-retext": "^3.1.3",
"retext-english": "^3.0.4",
"static-site-generator-webpack-plugin": "^3.4.2",
"style-to-object": "^0.3.0",
"underscore.string": "^3.3.5",
"unified": "^8.4.2",
"unist-util-map": "^1.0.5",
"unist-util-remove": "^1.0.3",
"unist-util-visit": "^1.4.1"
},
"devDependencies": {
"@mdx-js/mdx": "^1.6.6",
"@mdx-js/react": "^1.6.6",
"jest": "^24.9.0",
"js-combinatorics": "^0.5.5",
"react-test-renderer": "^16.13.1"
},
"jest": {
"testEnvironment": "node"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-transformer-plugin",
"mdx",
"markdown",
"remark",
"rehype"
],
"types": "index.d.ts"
}