This repository has been archived by the owner on Feb 27, 2023. It is now read-only.
generated from SSWConsulting/SSW.GitHub.Template
-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
57 lines (57 loc) · 1.68 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
{
"name": "ssw-website",
"version": "1.0.0",
"private": true,
"description": "SSW Website",
"author": "Tylah Kapa",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby clean && gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"c-d": "gatsby clean && gatsby develop"
},
"dependencies": {
"@fontsource/open-sans": "^4.5.8",
"@fortawesome/fontawesome-svg-core": "^6.1.1",
"@fortawesome/free-brands-svg-icons": "^6.1.1",
"@fortawesome/free-solid-svg-icons": "^6.1.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^1.6.22",
"aos": "^2.3.4",
"axios": "^0.27.2",
"bootstrap": "^5.1.3",
"classnames": "^2.3.1",
"dayjs": "^1.11.3",
"dotenv": "^16.0.1",
"formik": "^2.2.9",
"gatsby": "^4.24.8",
"gatsby-plugin-google-gtag": "^4.24.0",
"gatsby-plugin-image": "^2.24.0",
"gatsby-plugin-mdx": "^3.20.0",
"gatsby-plugin-mdx-source-name": "^1.0.1",
"gatsby-plugin-sharp": "^4.24.0",
"gatsby-plugin-zendesk-chat": "^1.1.4",
"gatsby-remark-embed-video": "^3.2.1",
"gatsby-remark-fenced-divs": "^1.0.3",
"gatsby-remark-images": "^6.24.0",
"gatsby-source-filesystem": "^4.24.0",
"gatsby-source-git": "^1.1.0",
"gatsby-transformer-sharp": "^4.24.0",
"preval.macro": "^5.0.0",
"react": "^17.0.2",
"react-bootstrap": "^2.3.1",
"react-dom": "^17.0.2",
"react-google-recaptcha": "^2.1.0",
"react-player": "^2.10.1",
"react-responsive-modal": "^6.2.0",
"react-transition-group": "^4.4.2",
"sharp": "^0.30.7",
"yup": "^0.32.11"
}
}