This repository was archived by the owner on Nov 18, 2020. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathpackage.json
More file actions
44 lines (44 loc) · 1.29 KB
/
package.json
File metadata and controls
44 lines (44 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
{
"name": "using-gatsby-source-wordpress-experimental",
"description": "Gatsby example site using gatsby-source-wordpress@next",
"license": "MIT",
"version": "0.0.1",
"author": {
"name": "Tyler",
"email": "tyler@gatsbyjs.com"
},
"scripts": {
"develop": "gatsby develop",
"clean": "gatsby clean",
"build": "gatsby build",
"clean-develop": "gatsby clean && gatsby develop",
"clean-build": "gatsby clean && gatsby build",
"start": "npm run develop",
"serve": "gatsby serve"
},
"dependencies": {
"@chakra-ui/core": "^0.8.0",
"@emotion/core": "^10.0.35",
"@emotion/styled": "^10.0.27",
"add": "^2.0.6",
"dotenv": "^8.2.0",
"emotion-theming": "^10.0.27",
"gatsby": "^2.24.37",
"gatsby-image": "^2.4.20",
"gatsby-plugin-chakra-ui": "^0.1.4",
"gatsby-plugin-netlify-cache": "^1.2.0",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^2.6.38",
"gatsby-source-filesystem": "^2.3.32",
"gatsby-source-wordpress-experimental": "^1.5.3",
"gatsby-transformer-sharp": "2.5.16",
"gatsby-wordpress-experimental-inline-images": "^0.0.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-paginate": "^6.5.0",
"yarn": "^1.22.10"
},
"devDependencies": {
"prettier": "^2.1.2"
}
}