-
-
Notifications
You must be signed in to change notification settings - Fork 10
/
package.json
51 lines (51 loc) · 1.27 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
{
"name": "gatsby-remark-obsidian",
"version": "0.5.0",
"description": "Gatsby plugin to support Obsidian markdown syntax",
"homepage": "https://github.com/johackim/gatsby-remark-obsidian",
"repository": {
"type": "git",
"url": "https://github.com/johackim/gatsby-remark-obsidian.git"
},
"bugs": {
"url": "https://github.com/johackim/gatsby-remark-obsidian/issues"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"remark",
"obsidian"
],
"author": "johackim",
"license": "GPL-3.0",
"scripts": {
"test": "jest"
},
"engines": {
"node": ">=14"
},
"dependencies": {
"@babel/runtime": "^7.14.0",
"@mdx-js/mdx": "^1.6.22",
"gatsby-core-utils": "^2.4.0",
"got": "^11.8.2",
"mdast-util-to-string": "^2.0.0",
"remark": "^13.0.0",
"remark-breaks": "^2.0.2",
"slugify": "^1.5.1",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"eslint": "^7.25.0",
"eslint-config-airbnb": "^18.2.1",
"eslint-plugin-import": "^2.22.1",
"eslint-plugin-jest": "^24.3.6",
"eslint-plugin-jsx-a11y": "^6.4.1",
"eslint-plugin-react": "^7.23.2",
"hast-util-to-html": "^7.1.3",
"jest": "^26.6.3",
"mdast-util-to-hast": "10.2.0",
"prettier": "^2.2.1",
"unist-util-find": "^1.0.2"
}
}