This repository was archived by the owner on Oct 30, 2022. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 84
/
Copy pathpackage.json
57 lines (57 loc) · 1.62 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
{
"name": "gatsby-starter-try-ghost",
"description": "Turn your Ghost blog into a flaring fast static site with Gatsby",
"version": "2.0.0",
"license": "MIT",
"keywords": [
"gatsby",
"gatsby-starter",
"gatsby-starter-ghost",
"gatsby-plugin",
"jamify",
"jamify-starter",
"jamify-starter-ghost",
"ghost",
"ghost-theme",
"casper",
"blogging",
"static-site",
"static-site-generator",
"gatsbyjs",
"react"
],
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build --log-pages",
"clean": "gatsby clean",
"config": "git update-index --skip-worktree .ghost.json",
"deploy": "gatsby build && echo 'demo.jamify.org' > public/CNAME && gh-pages -f -d public -b master -r [email protected]:styxlab/styxlab.github.io"
},
"dependencies": {
"gatsby": "^3.0.0",
"gatsby-plugin-ackee-tracker": "^2.2.0",
"gatsby-plugin-gatsby-cloud": "^2.0.0",
"gatsby-plugin-netlify": "^3.0.0",
"gatsby-plugin-preact": "^5.0.0",
"gatsby-rehype-ghost-links": "^2.0.0",
"gatsby-rehype-prismjs": "^2.0.0",
"gatsby-theme-ghost-dark-mode": "^2.0.0",
"gatsby-theme-ghost-members": "^2.0.0",
"gatsby-theme-try-ghost": "^2.0.0",
"gatsby-transformer-rehype": "^1.9.8",
"preact": "^10.5.12",
"preact-render-to-string": "^5.1.12",
"prismjs": "^1.23.0",
"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",
"gh-pages": "^3.1.0",
"react": "^17.0.1",
"react-dom": "^17.0.1"
}
}