-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
55 lines (55 loc) · 1.58 KB
/
Copy pathpackage.json
File metadata and controls
55 lines (55 loc) · 1.58 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
42
43
44
45
46
47
48
49
50
51
52
53
54
55
{
"name": "gatsby-garden",
"version": "0.1.4",
"description": "Gatsby Garden lets you create a static html version of your markdown notes. You can convert your Obsidian Zettelkasten Notes into a public Digital Garden.",
"homepage": "https://github.com/binnyva/gatsby-garden",
"keywords": [
"markdown",
"static-site-generator",
"gatsby",
"gatsby-plugin",
"gatsby-theme",
"zettelkasten",
"digital-garden",
"obsidian"
],
"author": "Binny V A <binnyva@gmail.com>",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,ts,tsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"bootstrap": "^4.6.0",
"d3": "^5.16.0",
"gatsby": "^2.26.1",
"gatsby-awesome-pagination": "^0.3.6",
"gatsby-plugin-feed": "^2.13.1",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-react-helmet": "^3.11.0-next.0",
"gatsby-remark-double-brackets-link": "^0.1.8",
"gatsby-source-filesystem": "^2.11.1",
"gatsby-transformer-remark": "^2.16.1",
"gray-matter": "^4.0.2",
"react": "^16.12.0",
"react-bootstrap": "^1.5.2",
"react-d3-graph": "^2.6.0",
"react-dom": "^16.12.0",
"react-helmet": "^6.1.0",
"unist-util-visit": "^2.0.3"
},
"devDependencies": {
"prettier": "2.2.1"
},
"repository": {
"type": "git",
"url": "https://github.com/binnyva/gatsby-garden"
},
"bugs": {
"url": "https://github.com/binnyva/gatsby-garden/issues"
}
}