-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
39 lines (39 loc) · 1.23 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
{
"name": "gatsby-ghost-balsa-starter",
"description": "A Gatsby starter for creating blogs from headless Ghost CMS.",
"version": "1.0.0",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"clean": "gatsby clean",
"config": "git update-index --skip-worktree .ghost.json"
},
"devDependencies": {
"babel-eslint": "^10.1.0",
"eslint": "^6.8.0",
"eslint-plugin-ghost": "^1.0.0",
"eslint-plugin-react": "^7.19.0",
"gatsby": "2.21.20",
"gh-pages": "^2.2.0",
"react": "^16.13.0",
"react-dom": "^16.13.0"
},
"dependencies": {
"@draftbox-co/gatsby-ghost-balsa-theme": "1.0.49",
"@draftbox-co/gatsby-plugin-crisp-chat-lazy": "^0.0.3",
"@draftbox-co/gatsby-plugin-hotjar-lazy": "^0.0.1",
"@draftbox-co/gatsby-plugin-olark-lazy": "^0.0.1",
"@draftbox-co/gatsby-plugin-tawk-lazy": "^0.0.1",
"dotenv": "^8.2.0",
"gatsby": "2.21.20",
"gatsby-plugin-disqus": "^1.1.4",
"gatsby-plugin-google-analytics": "^2.2.2",
"gatsby-plugin-google-tagmanager": "^2.3.5",
"gatsby-plugin-mixpanel": "^3.1.6",
"gatsby-plugin-segment-js": "^3.1.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-facebook": "^8.1.4"
}
}