-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
71 lines (71 loc) · 2.06 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
{
"name": "gatsby-theme-editorial",
"description": "Gatsby Editorial Theme",
"version": "1.0.3",
"author": "Vsevolod <contact@gatsbytemplates.io>",
"repository": {
"type": "git",
"url": "https://github.com/vse-volod/gatsby-theme-editorial.git"
},
"bugs": {
"url": "https://github.com/vse-volod/gatsby-theme-editorial/issues"
},
"dependencies": {
"@emotion/core": "^10.0.0-beta.13",
"babel-plugin-emotion": "^10.0.0-beta.13",
"debug": "^4.1.0",
"emotion-theming": "^10.0.0-beta.13",
"gatsby": "^2.0.59",
"gatsby-image": "^2.0.29",
"gatsby-plugin-feed": "^2.0.10",
"gatsby-plugin-google-analytics": "^2.0.8",
"gatsby-plugin-manifest": "^2.0.11",
"gatsby-plugin-offline": "^2.0.18",
"gatsby-plugin-postcss-sass": "^1.0.22",
"gatsby-plugin-react-helmet": "^3.0.3",
"gatsby-plugin-sass": "^2.0.10",
"gatsby-plugin-sharp": "^2.0.14",
"gatsby-remark-copy-linked-files": "^2.0.7",
"gatsby-remark-images": "^3.0.1",
"gatsby-remark-prismjs": "^3.1.1",
"gatsby-remark-responsive-iframe": "^2.0.7",
"gatsby-remark-smartypants": "^2.0.7",
"gatsby-source-filesystem": "^2.0.10",
"gatsby-transformer-remark": "^2.1.14",
"gatsby-transformer-sharp": "^2.1.9",
"lodash": "^4.17.11",
"mkdirp": "^0.5.1",
"node-sass": "^4.11.0",
"prismjs": "^1.15.0",
"react": "^16.8.2",
"react-dom": "^16.8.2",
"react-helmet": "^5.2.0",
"react-hot-loader": "^4.6.5",
"react-svg-inline": "^2.1.1",
"sharp": "^0.21.3",
"svg-react-loader": "^0.4.6",
"typeface-merriweather": "0.0.54",
"typeface-montserrat": "0.0.54"
},
"peerDependencies": {
"@babel/preset-react": "*",
"gatsby": "^2.13.1",
"react": "^16.8.6",
"react-dom": "^16.8.6"
},
"devDependencies": {
"eslint": "^4.19.1",
"eslint-plugin-react": "^7.11.1",
"gh-pages": "^1.2.0",
"prettier": "^1.14.2"
},
"homepage": "https://gatsbytemplates.io/",
"keywords": [
"gatsby",
"gatsby-theme",
"gatsby-plugin",
"gatsbytemplates"
],
"license": "MIT",
"main": "n/a"
}