forked from WebDevStudios/gatsby-starter-wordpress-graphql
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
41 lines (41 loc) · 1.13 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-starter-wordpress-graphql",
"version": "0.0.1",
"description": "A Gatsby stater powered by WordPress and GraphQL!",
"repository": {
"url": "https://github.com/webdevstudios/gatsby-starter-wordpress-graphql"
},
"license": "MIT",
"keywords": [
"gatsby",
"graphql",
"wordpress"
],
"dependencies": {
"@emotion/core": "^10.0.27",
"@emotion/styled": "^10.0.27",
"@mdx-js/react": "^1.5.3",
"gatsby": "^2.18.17",
"gatsby-image": "^2.2.37",
"gatsby-plugin-emotion": "^4.1.18",
"gatsby-plugin-gtag": "^1.0.12",
"gatsby-plugin-react-helmet": "^3.1.18",
"gatsby-plugin-sharp": "^2.3.10",
"gatsby-plugin-sitemap": "^2.2.24",
"gatsby-plugin-theme-ui": "^0.2.53",
"gatsby-source-filesystem": "^2.1.43",
"gatsby-source-graphql": "^2.1.29",
"gatsby-transformer-sharp": "^2.3.9",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"theme-ui": "^0.2.52",
"wp-block-components": "^0.2.0"
},
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"clean": "gatsby clean"
}
}