-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
41 lines (41 loc) · 1.34 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
{
"name": "gatsby-wordpress-deva-starter",
"description": "A Gatsby starter for creating blogs from headless WordPress CMS.",
"version": "1.0.0",
"main": "index.js",
"license": "MIT",
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"clean": "gatsby clean"
},
"devDependencies": {
"gatsby": "2.20.24",
"react": "^16.13.0",
"react-dom": "^16.13.0"
},
"dependencies": {
"@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",
"@ilearnbydoing/gatsby-wordpress-deva-theme": "^1.0.41",
"dotenv": "^8.2.0",
"gatsby": "2.20.24",
"gatsby-plugin-disqus": "^1.1.4",
"gatsby-plugin-facebook-pixel": "^1.0.5",
"gatsby-plugin-google-analytics": "^2.2.2",
"gatsby-plugin-google-tagmanager": "^2.3.5",
"gatsby-plugin-mailchimp": "^5.1.2",
"gatsby-plugin-mixpanel": "^3.1.6",
"gatsby-plugin-robots-txt": "^1.6.9",
"gatsby-plugin-segment-js": "^3.1.0",
"gatsby-plugin-sharp": "^2.7.1",
"gatsby-transformer-screenshot": "^2.3.21",
"gatsby-transformer-sharp": "^2.5.21",
"gatsby-transformer-yaml": "^2.4.15",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-facebook": "^8.1.4"
}
}