-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
74 lines (74 loc) · 2.26 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
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
{
"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": "[email protected]"
},
"dependencies": {
"@chakra-ui/core": "^0.8.0",
"@emotion/core": "^10.0.35",
"@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.50",
"gatsby-background-image": "^1.1.2",
"gatsby-cli": "^2.12.88",
"gatsby-image": "^2.4.16",
"gatsby-plugin-chakra-ui": "^0.1.4",
"gatsby-plugin-manifest": "^2.4.24",
"gatsby-plugin-netlify-cache": "^1.2.0",
"gatsby-plugin-offline": "^3.2.24",
"gatsby-plugin-react-helmet": "^3.3.6",
"gatsby-plugin-react-svg": "^3.0.0",
"gatsby-plugin-sharp": "^2.6.28",
"gatsby-plugin-styled-components": "^3.3.6",
"gatsby-source-filesystem": "^2.3.25",
"gatsby-source-graphql": "^2.7.1",
"gatsby-source-wordpress-experimental": "1.3.6",
"gatsby-transformer-sharp": "^2.5.13",
"gatsby-wordpress-experimental-inline-images": "^0.0.3",
"lodash": "^4.17.20",
"postal-codes-js": "^2.5.1",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-country-flag": "^2.3.0",
"react-dom": "^16.13.1",
"react-helmet": "^6.1.0",
"react-nested-menu": "^1.0.9",
"react-paginate": "^6.3.2",
"react-slick": "^0.27.10",
"slick-carousel": "^1.8.1",
"striptags": "^3.1.1",
"styled-components": "^5.1.1",
"yarn": "^1.22.4"
},
"devDependencies": {
"prettier": "^2.1.0"
},
"keywords": [
"gatsby"
],
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"clean-develop": "gatsby clean && gatsby develop",
"clean-build": "gatsby clean && gatsby build"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}