-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
39 lines (39 loc) · 1.1 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
{
"name": "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",
"cdev": "gatsby clean && gatsby develop",
"cbuild": "gatsby clean && gatsby build",
"start": "npm run develop",
"serve": "gatsby serve"
},
"dependencies": {
"dotenv": "^8.2.0",
"gatsby": "^2.22.10",
"gatsby-image": "^2.4.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.6.9",
"gatsby-source-filesystem": "^2.3.8",
"gatsby-source-wordpress-experimental": "^0.7.1",
"gatsby-transformer-sharp": "^2.5.3",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-dom": "^16.13.1",
"react-helmet": "^6.0.0"
},
"devDependencies": {
"prettier": "^2.0.5"
}
}