-
Notifications
You must be signed in to change notification settings - Fork 3
/
Copy pathpackage.json
52 lines (52 loc) · 1.58 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
{
"name": "green-software-foundation",
"version": "1.0.0",
"private": true,
"description": "Green Software Foundation",
"author": "Osama Jandali",
"email": "[email protected]",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@fontsource/nunito-sans": "^4.5.1",
"algoliasearch": "^4.11.0",
"body-scroll-lock": "^4.0.0-beta.0",
"datocms-structured-text-to-plain-text": "^2.0.4",
"framer-motion": "^7.5.3",
"gatsby": "^4.24.3",
"gatsby-plugin-algolia": "^0.26.0",
"gatsby-plugin-feed": "^4.25.0",
"gatsby-plugin-google-gtag": "^4.24.0",
"gatsby-plugin-image": "^2.24.0",
"gatsby-plugin-mailchimp": "^5.2.2",
"gatsby-plugin-manifest": "^4.24.0",
"gatsby-plugin-netlify": "^5.0.1",
"gatsby-plugin-react-helmet": "^5.24.0",
"gatsby-plugin-react-svg": "^3.0.1",
"gatsby-plugin-sass": "^5.24.0",
"gatsby-plugin-sharp": "^4.24.0",
"gatsby-plugin-sitemap": "^5.24.0",
"gatsby-source-datocms": "^4.0.4",
"gatsby-source-filesystem": "^4.24.0",
"gatsby-transformer-remark": "^5.24.0",
"gatsby-transformer-sharp": "^4.24.0",
"lottie-react": "^2.2.1",
"react": "^18.2.0",
"react-datocms": "^3.1.3",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-hook-form": "^7.43.5",
"react-instantsearch-dom": "^6.16.0",
"react-medium-image-zoom": "^5.0.3",
"react-responsive": "^9.0.0-beta.6",
"sass": "^1.42.1"
}
}