forked from IsinghGitHub/blogger
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
66 lines (66 loc) · 2.06 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-default",
"description": "Gatsby default starter",
"version": "1.0.0",
"author": "Kyle Mathews <mathews.kyle@gmail.com>",
"dependencies": {
"babel-plugin-styled-components": "^1.9.1",
"disqus-react": "^1.0.5",
"dotenv": "^6.2.0",
"gatsby": "^2.0.53",
"gatsby-cli": "^2.4.5",
"gatsby-image": "^2.0.21",
"gatsby-paginate": "^1.0.16",
"gatsby-plugin-algolia": "^0.3.0",
"gatsby-plugin-mailchimp": "git+https://github.com/benjaminhoffman/gatsby-plugin-mailchimp.git#gatsby-v2",
"gatsby-plugin-manifest": "^2.0.9",
"gatsby-plugin-offline": "^2.0.16",
"gatsby-plugin-react-helmet": "^3.0.2",
"gatsby-plugin-sharp": "^2.0.16",
"gatsby-plugin-sitemap": "^2.0.4",
"gatsby-plugin-styled-components": "^3.0.3",
"gatsby-remark-images-contentful": "^2.0.5",
"gatsby-source-contentful": "^2.0.18",
"gatsby-source-filesystem": "^2.0.8",
"gatsby-source-google-sheets": "^1.1.1",
"gatsby-transformer-remark": "^2.1.19",
"gatsby-transformer-sharp": "^2.1.8",
"google-map-react": "^1.1.1",
"google-maps-react": "^2.0.2",
"path-to-regexp": "^2.4.0",
"prop-types": "^15.6.2",
"react": "^16.6.3",
"react-cookies": "^0.1.0",
"react-disqus-comments": "^1.4.0",
"react-dom": "^16.6.3",
"react-firebaseui": "^3.1.2",
"react-geolocation": "^1.0.4",
"react-google-recaptcha": "^1.0.5",
"react-helmet": "^5.2.0",
"react-redux": "^6.0.0",
"react-redux-firebase": "^2.2.1",
"react-router-dom": "^4.3.1",
"recompose": "^0.30.0",
"redux": "^4.0.1",
"styled-components": "^4.1.2"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"format": "prettier --write \"src/**/*.js\"",
"test": "echo \"Error: no test specified\" && exit 1"
},
"devDependencies": {
"firebase": "^5.7.0",
"prettier": "^1.15.2"
},
"repository": {
"type": "git",
"url": "https://github.com/gatsbyjs/gatsby-starter-default"
}
}