-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
115 lines (115 loc) · 3.78 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
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
{
"name": "zetseat-church",
"version": "0.2.0",
"description": "Official Website of Zetseat Apostolic Reformation Church (https://zetseat.church/).",
"keywords": [
"zetseat",
"apostolic",
"reformation",
"church",
"official",
"website"
],
"author": "kelal tech plc <[email protected]> (https://www.kelaltech.com/)",
"private": true,
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/zetseatchurchwebsite/zetseat.church"
},
"bugs": {
"url": "https://github.com/zetseatchurchwebsite/zetseat.church/issues"
},
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{tsx,ts,jsx,js,json,md,yml,graphql}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 0",
"deploy": "netlify deploy --prod"
},
"resolutions": {
"**/netlify-cms-lib-util": "git+https://github.com/kaleabmelkie/netlify-cms-lib-util.git"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "1.2.32",
"@fortawesome/free-brands-svg-icons": "5.15.1",
"@fortawesome/free-regular-svg-icons": "5.15.1",
"@fortawesome/free-solid-svg-icons": "5.15.1",
"@fortawesome/react-fontawesome": "0.1.12",
"@gatsby-contrib/gatsby-plugin-elasticlunr-search": "2.4.2",
"@loadable/component": "5.14.1",
"@types/elasticlunr": "0.9.1",
"@types/lodash": "4.14.165",
"@types/markdown-to-jsx": "6.11.3",
"@types/react-helmet": "6.1.0",
"@types/react-tooltip": "4.2.4",
"elasticlunr": "0.9.5",
"gatsby": "2.26.1",
"gatsby-image": "2.5.0",
"gatsby-plugin-feed": "2.7.0",
"gatsby-plugin-fullstory": "2.4.0",
"gatsby-plugin-google-analytics": "2.5.0",
"gatsby-plugin-google-tagmanager": "2.5.0",
"gatsby-plugin-graphql-codegen": "2.7.1",
"gatsby-plugin-intl": "0.3.3",
"gatsby-plugin-mailchimp": "5.2.2",
"gatsby-plugin-manifest": "2.6.1",
"gatsby-plugin-netlify": "2.5.0",
"gatsby-plugin-netlify-cms": "4.4.0",
"gatsby-plugin-nprogress": "2.4.0",
"gatsby-plugin-offline": "3.4.0",
"gatsby-plugin-page-creator": "2.4.0",
"gatsby-plugin-react-helmet": "3.4.0",
"gatsby-plugin-robots-txt": "1.5.3",
"gatsby-plugin-sass": "2.5.1",
"gatsby-plugin-scroll-reveal": "0.0.7",
"gatsby-plugin-sharp": "2.8.0",
"gatsby-plugin-sitemap": "2.6.0",
"gatsby-plugin-typescript": "2.6.0",
"gatsby-plugin-typescript-checker": "1.1.1",
"gatsby-plugin-webfonts": "1.1.3",
"gatsby-remark-autolink-headers": "2.5.0",
"gatsby-remark-copy-linked-files": "2.4.0",
"gatsby-remark-embedder": "4.1.0",
"gatsby-remark-images": "3.5.1",
"gatsby-remark-relative-images": "2.0.2",
"gatsby-remark-responsive-iframe": "2.5.0",
"gatsby-source-filesystem": "2.5.0",
"gatsby-transformer-remark": "2.10.0",
"gatsby-transformer-sharp": "2.6.0",
"gerami": "0.1.6",
"husky": "4.3.0",
"lodash": "4.17.20",
"markdown-to-jsx": "7.0.1",
"moment": "2.29.1",
"netlify-cli": "latest",
"netlify-cms-app": "2.13.3",
"netlify-cms-lib-util": "git+https://github.com/kaleabmelkie/netlify-cms-lib-util.git",
"node-sass": "4.14.1",
"prettier": "2.1.2",
"react": "17.0.1",
"react-dom": "17.0.1",
"react-helmet": "6.1.0",
"react-icons": "3.11.0",
"react-parallax": "3.1.2",
"react-router-dom": "5.2.0",
"react-share": "4.3.1",
"react-tooltip": "4.2.10",
"react-use-storage": "0.4.3",
"rss-to-json": "^2.0.2",
"typescript": "4.0.5"
},
"husky": {
"hooks": {
"pre-commit": "yarn format && yarn test && git update-index --again"
}
},
"prettier": {
"endOfLine": "lf",
"semi": false,
"singleQuote": true
}
}