forked from mathieudutour/gatsby-digital-garden
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
94 lines (94 loc) · 2.68 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
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
{
"_args": [
[
"/Users/Admin/Documents/protosignals"
]
],
"_from": "[email protected]",
"_id": "[email protected]",
"_inBundle": false,
"_integrity": "sha512-f8v36v5aGhH+Sj59evPlmCQYcLj+qPgFeTsKrvCAesv9blBV+CrRjzmCjBmShB+xZmXdjErnZ4fcroyBAhtJeA==",
"_location": "/gatsby-theme-garden",
"_phantomChildren": {},
"_requested": {
"type": "version",
"registry": true,
"raw": "[email protected]",
"name": "gatsby-theme-garden",
"escapedName": "gatsby-theme-garden",
"rawSpec": "0.1.42",
"saveSpec": null,
"fetchSpec": "0.1.42"
},
"_requiredBy": [
"/"
],
"_resolved": "https://registry.npmjs.org/gatsby-theme-garden/-/gatsby-theme-garden-0.1.42.tgz",
"_spec": "0.1.42",
"_where": "/Users/Admin/Documents/protosignals",
"author": {
"name": "Mathieu Dutour",
"email": "[email protected]"
},
"bugs": {
"url": "https://github.com/mathieudutour/gatsby-digital-garden/issues"
},
"dependencies": {
"@mdx-js/mdx": "^1.6.1",
"@mdx-js/react": "^1.6.1",
"@react-hook/window-size": "~2.0.5",
"@tippyjs/react": "^4.0.2",
"d3": "^5.16.0",
"gatsby-core-utils": "^1.2.1",
"gatsby-plugin-compile-es6-packages": "^2.1.0",
"gatsby-plugin-mdx": "^1.2.12",
"gatsby-plugin-sharp": "^2.6.14",
"gatsby-plugin-use-dark-mode": "^1.1.2",
"gatsby-remark-autolink-headers": "^2.3.7",
"gatsby-remark-copy-linked-files": "^2.3.7",
"gatsby-remark-double-brackets-link": "^0.1.6",
"gatsby-remark-double-parenthesis-link": "^0.1.2",
"gatsby-remark-images": "^3.3.13",
"gatsby-source-filesystem": "^2.3.8",
"gatsby-source-roamresearch": "^0.4.1",
"gatsby-transformer-markdown-references": "^0.1.5",
"react-spring": "^8.0.27",
"react-stacked-pages-hook": "^0.4.4",
"slugify": "^1.4.0",
"use-dark-mode": "^2.3.1"
},
"description": "Gatsby theme to create a digital garden",
"devDependencies": {
"@types/react-dom": "^16.9.8",
"gatsby": "^2.22.10",
"react": "^16.12.0",
"react-dom": "^16.12.0"
},
"homepage": "https://github.com/mathieudutour/gatsby-digital-garden#readme",
"keywords": [
"gatsby",
"gatsby-theme",
"gatsby-plugin",
"digital-garden",
"react",
"notes",
"roam-research"
],
"license": "MIT",
"main": "index.js",
"name": "gatsby-theme-garden",
"peerDependencies": {
"gatsby": "^2.13.13",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"repository": {
"url": "git+https://github.com/mathieudutour/gatsby-digital-garden.git",
"directory": "packages/gatsby-theme-garden"
},
"scripts": {
"test": "jest"
},
"version": "0.1.42"
}