This repository has been archived by the owner on Jun 15, 2020. It is now read-only.
generated from styxlab/gatsby-starter-try-ghost
-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.45 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
{
"name": "gatsby-starter-try-ghost",
"description": "Turn your Ghost blog into a flaring fast static site with Gatsby",
"version": "1.30.11",
"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": "^2.23.3",
"gatsby-plugin-ackee-tracker": "^1.4.0",
"gatsby-rehype-ghost-links": "^1.3.3",
"gatsby-rehype-prismjs": "^1.0.2",
"gatsby-theme-ghost-dark-mode": "^1.4.4",
"gatsby-theme-ghost-members": "^1.2.6",
"gatsby-theme-try-ghost": "^1.30.11",
"gatsby-transformer-rehype": "^1.5.0",
"prismjs": "^1.20.0",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.2.0",
"eslint-plugin-ghost": "^1.5.0",
"eslint-plugin-react": "^7.20.0",
"gh-pages": "^3.0.0",
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
}