-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 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
{
"name": "gatsby-starter-try-ghost",
"description": "Turn your Ghost blog into a flaring fast static site with Gatsby",
"version": "1.17.2",
"license": "MIT",
"keywords": [
"gatsby",
"gatsby-starter",
"gatsby-plugin",
"jamify",
"ghost",
"ghost-theme",
"casper",
"blogging",
"static-site",
"static-site-generator",
"gatsbyjs",
"react"
],
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"clean": "gatsby clean",
"config": "git update-index --skip-worktree .ghost.json",
"deploy": "gatsby build && gh-pages -d public -b master -r [email protected]:styxlab/styxlab.github.io"
},
"dependencies": {
"gatsby": "2.21.1",
"gatsby-plugin-ackee-tracker": "^1.4.0",
"gatsby-rehype-ghost-links": "^1.3.1",
"gatsby-rehype-prismjs": "^0.0.15",
"gatsby-theme-ghost-dark-mode": "^1.2.0",
"gatsby-theme-ghost-members": "^1.1.0",
"gatsby-theme-try-ghost": "^1.17.1",
"gatsby-transformer-rehype": "^1.4.1",
"prismjs": "^1.20.0",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.1.0",
"eslint-plugin-ghost": "^1.5.0",
"eslint-plugin-react": "^7.20.0",
"gh-pages": "^2.2.0",
"react": "^16.13.0",
"react-dom": "^16.13.0"
}
}