This repository was archived by the owner on May 29, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy pathpackage.json
More file actions
45 lines (45 loc) · 1.28 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.28 KB
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
{
"name": "gatsby-starter-wordpress-graphql",
"version": "0.0.1",
"description": "A Gatsby stater powered by WordPress and GraphQL!",
"scripts": {
"start": "gatsby develop",
"build": "gatsby build",
"clean": "gatsby clean"
},
"dependencies": {
"@emotion/core": "^10.0.21",
"@emotion/styled": "^10.0.17",
"@mdx-js/react": "^1.5.1",
"gatsby": "^2.15.29",
"gatsby-image": "^2.2.24",
"gatsby-plugin-emotion": "^4.1.9",
"gatsby-plugin-feed": "^2.3.15",
"gatsby-plugin-gtag": "^1.0.11",
"gatsby-plugin-react-helmet": "^3.1.10",
"gatsby-plugin-sharp": "^2.2.28",
"gatsby-plugin-sitemap": "^2.2.16",
"gatsby-plugin-theme-ui": "^0.2.43",
"gatsby-source-filesystem": "^2.1.29",
"gatsby-source-graphql": "^2.1.17",
"gatsby-transformer-sharp": "^2.2.20",
"prop-types": "^15.7.2",
"react": "^16.10.2",
"react-dom": "^16.10.2",
"react-helmet": "^5.2.1",
"react-typography": "^0.16.19",
"theme-ui": "^0.2.43",
"typography": "^0.16.19",
"typography-theme-wordpress-2016": "^0.16.19",
"wp-block-components": "^0.2.0"
},
"repository": {
"url": "https://github.com/webdevstudios/gatsby-starter-wordpress-graphql"
},
"license": "MIT",
"keywords": [
"gatsby",
"graphql",
"wordpress"
]
}