-
-
Notifications
You must be signed in to change notification settings - Fork 101
/
Copy pathpackage.json
60 lines (60 loc) · 1.7 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
{
"name": "gatsby-theme-garden",
"version": "0.1.66",
"description": "Gatsby theme to create a digital garden",
"main": "index.js",
"scripts": {},
"keywords": [
"gatsby",
"gatsby-theme",
"gatsby-plugin",
"digital-garden",
"react",
"notes",
"roam-research"
],
"author": "Mathieu Dutour <mathieu@dutour.me>",
"repository": {
"url": "https://github.com/mathieudutour/gatsby-digital-garden",
"directory": "packages/gatsby-theme-garden"
},
"license": "MIT",
"peerDependencies": {
"gatsby": "^2.13.13",
"react": "*",
"react-dom": "*"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"@react-hook/window-size": "^3.0.7",
"@tippyjs/react": "^4.2.5",
"d3": "^5.16.0",
"downshift": "^6.1.3",
"flexsearch": "^0.6.32",
"gatsby-core-utils": "^2.9.0",
"gatsby-plugin-compile-es6-packages": "^2.1.0",
"gatsby-plugin-local-search": "^2.0.1",
"gatsby-plugin-mdx": "^2.9.0",
"gatsby-plugin-sharp": "^2.0.0",
"gatsby-plugin-use-dark-mode": "^1.3.0",
"gatsby-remark-autolink-headers": "^2.0.0",
"gatsby-remark-copy-linked-files": "^2.0.0",
"gatsby-remark-double-brackets-link": "^0.1.11",
"gatsby-remark-double-parenthesis-link": "^0.1.5",
"gatsby-remark-images": "^3.0.0",
"gatsby-source-filesystem": "^2.0.0",
"gatsby-source-roamresearch": "^0.4.5",
"gatsby-transformer-markdown-references": "^0.1.7",
"react-helmet": "^6.1.0",
"react-spring": "^8.0.27",
"react-stacked-pages-hook": "^0.4.8",
"slugify": "^1.5.3",
"use-dark-mode": "^2.3.1"
},
"devDependencies": {
"gatsby": "^2.0.0",
"react": "^16.0.0",
"react-dom": "^16.0.0"
}
}