-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
42 lines (42 loc) · 1.22 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
{
"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.7.0",
"@emotion/core": "^10.0.28",
"@emotion/styled": "^10.0.27",
"dotenv": "^8.2.0",
"emotion-theming": "^10.0.27",
"gatsby": "4.21.1",
"gatsby-image": "^2.3.5",
"gatsby-plugin-chakra-ui": "^0.1.4",
"gatsby-plugin-netlify-cache": "^1.2.0",
"gatsby-plugin-notifications": "^0.0.2",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "2.14.4",
"gatsby-source-filesystem": "^2.2.5",
"gatsby-source-wordpress-experimental": "^7.0.6",
"gatsby-transformer-sharp": "2.4.7",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-paginate": "^6.3.2"
},
"devDependencies": {
"prettier": "^1.13.7"
}
}