-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
45 lines (45 loc) · 1.35 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
42
43
44
45
{
"name": "gatsby-example-using-wordpress",
"private": true,
"description": "Gatsby example site using the Wordpress source plugin",
"version": "1.0.0-beta.6",
"author": "Sebastien Fichot <[email protected]>",
"dependencies": {
"asyncwait": "^1.0.2",
"gatsby": "^1.9.45",
"gatsby-image": "^1.0.4",
"gatsby-link": "^1.6.21",
"gatsby-plugin-favicon": "^2.1.1",
"gatsby-plugin-glamor": "^1.6.7",
"gatsby-plugin-react-helmet": "^2.0.1",
"gatsby-plugin-sass": "^1.0.17",
"gatsby-plugin-sharp": "^1.6.7",
"gatsby-plugin-styled-components": "^2.0.2",
"gatsby-plugin-typography": "^1.7.9",
"gatsby-source-wordpress": "^2.0.0",
"gatsby-transformer-sharp": "^1.6.5",
"graphql-request": "^1.4.1",
"lodash": "^4.16.4",
"moment": "^2.21.0",
"react-helmet": "^5.2.0",
"react-icons": "^2.2.5",
"typography-theme-wordpress-2013": "^0.15.10"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"scripts": {
"dev": "gatsby develop",
"lint": "./node_modules/.bin/eslint --ext .js,.jsx --ignore-pattern public .",
"test": "echo \"Error: no test specified\" && exit 1",
"develop": "gatsby develop",
"build": "gatsby build",
"start": "gatsby serve",
"predeploy": "gatsby build --prefix-paths"
},
"devDependencies": {
"eslint": "^4.1.1"
}
}