-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
66 lines (66 loc) · 2.08 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
{
"name": "gatsby-starter-hello-world",
"private": true,
"description": "A simplified bare-bones starter for Gatsby",
"version": "0.1.0",
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "env-cmd -f .env gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1"
},
"dependencies": {
"@contentful/rich-text-react-renderer": "^13.4.0",
"algoliasearch": "^3.35.1",
"axios": "^0.20.0",
"contentful": "^7.10.0",
"gatsby": "^2.10.0",
"gatsby-image": "^2.2.33",
"gatsby-plugin-algolia": "^0.3.4",
"gatsby-plugin-alias-imports": "^1.0.5",
"gatsby-plugin-google-analytics": "^2.1.31",
"gatsby-plugin-mailchimp": "^5.1.2",
"gatsby-plugin-module-resolver": "^1.0.3",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-sass": "^2.1.20",
"gatsby-plugin-sharp": "^2.3.2",
"gatsby-source-contentful": "^2.0.41",
"gatsby-source-filesystem": "^2.0.28",
"gatsby-source-formspree": "0.0.2",
"gatsby-transformer-csv": "^2.1.26",
"gatsby-transformer-json": "^2.2.22",
"gatsby-transformer-remark": "^2.3.8",
"gatsby-transformer-sharp": "^2.3.5",
"masonry-layout": "^4.2.2",
"moment": "^2.24.0",
"node-sass": "^4.13.0",
"random-number": "0.0.9",
"react": "^16.11.0",
"react-dom": "^16.11.0",
"react-helmet": "^5.2.0",
"react-icons": "^3.8.0",
"react-instantsearch-dom": "^6.0.0",
"react-loading-delay": "^1.0.8",
"react-meta-tags": "^0.7.4",
"react-responsive-navbar": "^1.0.11",
"react-reveal": "^1.2.2",
"react-sidebar": "^3.0.2",
"react-simple-maps": "^1.0.0-beta.0",
"react-sticky": "^6.0.3"
},
"devDependencies": {
"env-cmd": "^10.0.1",
"prettier": "^1.18.2",
"react-social-icons": "^4.1.0"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-hello-world"
},
"bugs": {
"url": "https://github.com/gatsbyjs/gatsby/issues"
}
}