-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
63 lines (63 loc) · 1.9 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
{
"name": "grace-website",
"private": true,
"description": "Website for Grace Lutheran Church in Long Beach, MS",
"version": "0.1.0",
"author": "Richard Sween <sweenr418@gmail.com>",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.3.0",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.1.18",
"@portabletext/react": "^2.0.0",
"dotenv": "^16.0.0",
"gatsby": "^5.3.3",
"gatsby-awesome-pagination": "^0.3.8",
"gatsby-plugin-image": "^3.3.2",
"gatsby-plugin-manifest": "^5.3.1",
"gatsby-plugin-netlify-cms": "^7.3.0",
"gatsby-plugin-offline": "^5.13.0",
"gatsby-plugin-postcss": "^5.13.0",
"gatsby-plugin-react-helmet": "^5.13.0",
"gatsby-plugin-sass": "^6.3.1",
"gatsby-plugin-sharp": "^5.3.2",
"gatsby-source-cloudinary": "^0.1.14",
"gatsby-source-filesystem": "^5.3.1",
"gatsby-source-sanity": "^7.6.1",
"gatsby-transformer-remark": "^6.3.2",
"gatsby-transformer-sharp": "^5.3.1",
"netlify-cms-app": "^2.15.72",
"netlify-cms-media-library-cloudinary": "^1.3.10",
"prop-types": "^15.7.2",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-html-parser": "^2.0.2",
"react-markdown": "^8.0.3",
"react-responsive-masonry": "^2.1.4"
},
"devDependencies": {
"postcss": "^8.4.13",
"prettier": "^2.6.2",
"sass": "^1.51.0"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,md}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"repository": {
"type": "git",
"url": "https://github.com/sweenr/grace-website"
},
"bugs": {
"url": "https://github.com/sweenr/grace-website/issues"
}
}