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.29 KB
/
package.json
File metadata and controls
45 lines (45 loc) · 1.29 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",
"storybook": "NODE_ENV=production start-storybook -s public",
"build-storybook": "NODE_ENV=production build-storybook -s public"
},
"dependencies": {
"gatsby": "^2.18.6",
"gatsby-image": "^2.2.34",
"gatsby-plugin-gtag": "^1.0.12",
"gatsby-plugin-react-helmet": "^3.1.16",
"gatsby-plugin-sharp": "^2.3.5",
"gatsby-plugin-sitemap": "^2.2.22",
"gatsby-source-filesystem": "^2.1.40",
"gatsby-source-graphql": "^2.1.25",
"gatsby-transformer-sharp": "^2.3.6",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"wp-block-components": "^0.2.0"
},
"repository": {
"url": "https://github.com/webdevstudios/gatsby-starter-wordpress-graphql"
},
"license": "MIT",
"keywords": [
"gatsby",
"graphql",
"wordpress"
],
"devDependencies": {
"@babel/core": "^7.7.4",
"@storybook/addon-actions": "^5.2.8",
"@storybook/addon-links": "^5.2.8",
"@storybook/addons": "^5.2.8",
"@storybook/react": "^5.2.8",
"babel-loader": "^8.0.6"
}
}