forked from draftbox-co/gatsby-wordpress-libre-starter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.02 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
{
"name": "gatsby-wordpress-libre-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-wordpress-theme-libre": "^1.0.39",
"dotenv": "^8.2.0",
"gatsby": "2.20.24",
"gatsby-plugin-crisp-chat": "^3.2.2",
"gatsby-plugin-disqus": "^1.1.4",
"gatsby-plugin-google-analytics": "^2.2.2",
"gatsby-plugin-google-tagmanager": "^2.3.5",
"gatsby-plugin-hotjar": "^1.0.1",
"gatsby-plugin-mailchimp": "^5.1.2",
"gatsby-plugin-mixpanel": "^3.1.6",
"gatsby-plugin-olark": "^1.0.0",
"gatsby-plugin-segment-js": "^3.1.0",
"gatsby-plugin-tawk": "^1.0.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-facebook": "^8.1.4"
}
}