-
Notifications
You must be signed in to change notification settings - Fork 4
/
Copy pathpackage.json
45 lines (45 loc) · 1.34 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
{
"name": "ccs-b.b.warfield",
"description": "Calvary Chapel Stockholm website project",
"author": "Gabe Rodriguez",
"dependencies": {
"babel-plugin-styled-components": "^1.10.0",
"dotenv": "^8.0.0",
"gatsby": "^2.4.3",
"gatsby-cli": "^2.7.53",
"gatsby-image": "^2.0.41",
"gatsby-plugin-facebook-pixel": "^1.0.3",
"gatsby-plugin-google-analytics": "^2.0.19",
"gatsby-plugin-manifest": "^2.1.1",
"gatsby-plugin-offline": "^2.1.0",
"gatsby-plugin-react-helmet": "^3.0.12",
"gatsby-plugin-styled-components": "^3.0.7",
"gatsby-source-google-sheets": "^1.1.1",
"googleapis": "^39.2.0",
"netlify-lambda": "^1.4.7",
"react": "^16.8.6",
"react-device-detect": "^1.6.2",
"react-dom": "^16.8.6",
"react-helmet": "^5.2.1",
"react-modal": "^3.8.1",
"react-scroll-parallax": "^2.1.2",
"react-toastify": "^5.1.0",
"styled-components": "^4.2.0",
"typeface-crimson-text": "0.0.72",
"typeface-open-sans": "0.0.54",
"typeface-open-sans-condensed": "0.0.72"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build && netlify-lambda build lambda",
"develop": "gatsby develop",
"format": "prettier --write '**/*.js'",
"lambda-local": "netlify-lambda serve lambda"
},
"devDependencies": {
"prettier": "^1.17.0"
}
}