forked from styxlab/gatsby-theme-try-ghost
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
84 lines (84 loc) · 2.35 KB
/
Copy pathpackage.json
File metadata and controls
84 lines (84 loc) · 2.35 KB
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
{
"name": "gatsby-theme-try-ghost",
"description": "A Gatsby theme for building flaring fast blogs from headless Ghost CMS.",
"version": "2.0.0",
"license": "MIT",
"author": "styxlab",
"homepage": "https://github.com/styxlab/",
"main": "index.js",
"repository": {
"type": "git",
"url": "git+https://github.com/styxlab/gatsby-theme-try-ghost"
},
"engines": {
"node": ">= 10.13.0"
},
"bugs": {
"url": "https://github.com/styxlab/gatsby-theme-try-ghost/issues"
},
"keywords": [
"gatsby",
"gatsby-plugin",
"gatsby-theme",
"gatsby-theme-ghost",
"jamify",
"jamify-theme",
"jamify-theme-ghost",
"ghost",
"ghost-theme",
"casper",
"blogging",
"static-site",
"static-site-generator",
"gatsbyjs",
"react"
],
"dependencies": {
"@tryghost/helpers": "^1.1.38",
"@tryghost/url-utils": "^0.6.26",
"autoprefixer": "^9.8.6",
"babel-plugin-styled-components": "^1.12.0",
"babel-preset-gatsby": "^1.0.0",
"cheerio": "^1.0.0-rc.5",
"cssnano": "^4.1.10",
"gatsby-background-image": "^1.4.1",
"gatsby-image": "^3.0.0",
"gatsby-plugin-advanced-sitemap": "^1.6.0",
"gatsby-plugin-amp": "^0.2.2",
"gatsby-plugin-catch-links": "^3.0.0",
"gatsby-plugin-feed": "^3.0.0",
"gatsby-plugin-force-trailing-slashes": "^1.0.5",
"gatsby-plugin-ghost-images": "^2.0.0",
"gatsby-plugin-manifest": "^3.0.0",
"gatsby-plugin-postcss": "^3.2.0",
"gatsby-plugin-react-helmet": "^4.0.0",
"gatsby-plugin-sharp": "^3.0.0",
"gatsby-plugin-styled-components": "^4.0.0",
"gatsby-source-filesystem": "^3.0.0",
"gatsby-source-try-ghost": "^3.0.0",
"gatsby-transformer-sharp": "^3.0.0",
"lodash": "^4.17.21",
"lodash.throttle": "^4.1.1",
"parse-numeric-range": "^1.2.0",
"postcss-color-mod-function": "^3.0.3",
"postcss-custom-properties": "^10.0.0",
"postcss-easy-import": "^3.0.0",
"query-string": "^6.14.1",
"react-helmet": "^6.1.0",
"react-icons": "^4.2.0",
"rehype-react": "^6.2.0",
"styled-components": "^5.2.1"
},
"peerDependencies": {
"react": "^17.0.1",
"react-dom": "^17.0.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.21.0",
"eslint-plugin-ghost": "^2.0.0",
"eslint-plugin-react": "^7.22.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}