-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.48 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": "blog",
"description": "Golang, React and all things development",
"version": "1.46.0",
"license": "MIT",
"keywords": [
"golang",
"react",
"blog",
"developer-blog",
"software-engineer-blog"
],
"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.24.67",
"gatsby-plugin-ackee-tracker": "^2.0.1",
"gatsby-plugin-google-analytics": "^2.3.19",
"gatsby-plugin-netlify": "^2.3.16",
"gatsby-plugin-offline": "^3.2.35",
"gatsby-plugin-preact": "^4.0.13",
"gatsby-rehype-ghost-links": "^1.6.1",
"gatsby-rehype-inline-images": "^1.7.3",
"gatsby-rehype-prismjs": "^1.2.1",
"gatsby-theme-ghost-dark-mode": "^1.6.1",
"gatsby-theme-ghost-members": "^1.4.1",
"gatsby-theme-try-ghost": "^1.46.0",
"gatsby-transformer-rehype": "^1.9.3",
"preact": "^10.5.3",
"preact-render-to-string": "^5.1.10",
"prismjs": "^1.21.0",
"react": "^16.13.1",
"react-dom": "^16.13.1"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^7.10.0",
"eslint-plugin-ghost": "^1.5.0",
"eslint-plugin-react": "^7.21.2",
"gh-pages": "^3.1.0",
"react": "^16.13.1",
"react-dom": "^16.13.1"
}
}