-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
48 lines (48 loc) · 1.35 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
{
"name": "elemental-health-kelowna",
"version": "1.0.0",
"private": true,
"description": "elemental-health-kelowna",
"author": "Jennifer Aube",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@fontsource/inter": "^5.0.18",
"@parcel/watcher": "^2.4.1",
"@popperjs/core": "^2.11.8",
"bootstrap": "^5.3.3",
"gatsby": "^5.13.6",
"gatsby-omni-font-loader": "^2.0.2",
"gatsby-plugin-google-fonts": "^1.0.1",
"gatsby-plugin-google-gtag": "^5.13.1",
"gatsby-plugin-html-attributes": "^1.0.5",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-source-contentful": "^8.13.2",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"jquery": "^3.7.1",
"mortgage-calculator-react": "^0.1.3",
"node-loader": "^2.0.0",
"npm": "^10.8.0",
"react": "^18.2.0",
"react-burger-menu": "^3.0.9",
"react-dom": "^18.2.0",
"react-elfsight-widget": "^1.1.1",
"react-helmet": "^6.1.0",
"react-modal": "^3.16.1",
"react-slick": "^0.30.2",
"sass": "^1.76.0",
"slick-carousel": "^1.8.1"
}
}