-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
50 lines (50 loc) · 1.56 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
46
47
48
49
50
{
"name": "wp-gatsby-demo-with-preview",
"description": "a demo project showing wp gatsby preview",
"license": "MIT",
"version": "0.0.1",
"author": {
"name": "Caleb",
"email": "caleb@bare.ca"
},
"scripts": {
"develop": "gatsby develop",
"clean": "gatsby clean",
"build": "GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --log-pages",
"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",
"add": "^2.0.6",
"babel-plugin-styled-components": "^1.10.7",
"dotenv": "^8.2.0",
"emotion-theming": "^10.0.27",
"gatsby": "2.24.11",
"gatsby-image": "^2.4.13",
"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.19",
"gatsby-plugin-styled-components": "^3.3.10",
"gatsby-source-filesystem": "^2.3.7",
"gatsby-source-wordpress-experimental": "^1.3.7",
"gatsby-transformer-sharp": "2.5.11",
"gatsby-wordpress-experimental-inline-images": "^0.0.3",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-html-parser": "^2.0.2",
"react-paginate": "^6.3.2",
"react-spinners": "^0.9.0",
"styled-components": "^5.1.1",
"yarn": "^1.22.4",
"gatsby-plugin-wordpress-preview": "0.0.6"
},
"devDependencies": {
"prettier": "^2.0.5"
}
}