-
-
Notifications
You must be signed in to change notification settings - Fork 46
/
package.json
49 lines (49 loc) · 1.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
{
"name": "gatsby-theme-andy",
"version": "0.2.1",
"description": "A Gatsby theme to build Andy style websites.",
"main": "index.js",
"keywords": [
"gatsby",
"gatsby-theme",
"andy",
"garden",
"digital garden",
"second brain",
"andy matuschak"
],
"author": "Aravind Balla <bsaaravind@gmail.com> (https://aravindballa.com)",
"repository": {
"url": "https://github.com/aravindballa/gatsby-theme-andy"
},
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"clean": "gatsby clean"
},
"peerDependencies": {
"gatsby": "^3.0.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"devDependencies": {
"@mdx-js/mdx": "^1.6.6",
"@mdx-js/react": "^1.6.6",
"gatsby": "^3.0.0",
"gatsby-plugin-mdx": "^2.0.1",
"gatsby-transformer-remark": "^3.0.0",
"react": "^17.0.0",
"react-dom": "^17.0.0"
},
"dependencies": {
"@aengusm/gatsby-theme-brain": "1.0.13",
"@tippyjs/react": "^4.1.0",
"gatsby-plugin-theme-ui": "^0.3.0",
"querystring": "^0.2.0",
"react-helmet": "^6.1.0",
"react-stacked-pages-hook": "^0.4.4",
"tailwindcss": "^2.0.3",
"theme-ui": "^0.3.1"
}
}