-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
executable file
·51 lines (51 loc) · 1.31 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-theme-publisher",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"author": "Scott Bolinger",
"repository": {
"type": "git",
"url": "https://github.com/scottopolis"
},
"keywords": [
"gatsby",
"gatsby-theme",
"gatsby-plugin"
],
"devDependencies": {
"gatsby": "^2.13.41",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"peerDependencies": {
"gatsby": "^2.13.41",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"dependencies": {
"@emotion/core": "^10.0.14",
"@emotion/styled": "^10.0.14",
"apollo-boost": "^0.4.4",
"gatsby-image": "^2.2.8",
"gatsby-plugin-google-analytics": "^2.1.7",
"gatsby-plugin-mailchimp": "^5.1.2",
"gatsby-plugin-postcss": "^2.1.2",
"gatsby-plugin-sass": "^2.1.4",
"gatsby-plugin-sharp": "^2.2.12",
"gatsby-plugin-sitemap": "^2.2.6",
"gatsby-plugin-web-font-loader": "^1.0.4",
"gatsby-source-filesystem": "^2.1.9",
"gatsby-source-graphql": "^2.0.14",
"gatsby-transformer-sharp": "^2.2.6",
"graphql-tag": "^2.10.1",
"isomorphic-fetch": "^2.2.1",
"node-sass": "^4.11.0",
"react-apollo": "^3.0.0",
"react-extras": "^0.9.0",
"react-headroom": "^2.2.8",
"react-helmet": "^5.2.0",
"react-icons": "^3.7.0",
"tailwindcss": "^1.0.5"
}
}