-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
43 lines (43 loc) · 1.11 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
{
"name": "swissstake",
"version": "1.0.0",
"private": true,
"description": "swissstake",
"author": "wojtek-blockbites",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^6.5.1",
"@fortawesome/free-solid-svg-icons": "^6.5.1",
"@fortawesome/react-fontawesome": "^0.2.0",
"font-awesome": "^4.7.0",
"gatsby": "^5.11.0",
"gatsby-omni-font-loader": "^2.0.2",
"gatsby-plugin-google-tagmanager": "^5.12.3",
"gatsby-plugin-sass": "^6.12.3",
"hamburger-react": "^2.5.0",
"lottie-react": "^2.4.0",
"node-sass": "^9.0.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-icons": "^4.12.0",
"react-parallax": "^3.5.1",
"react-scroll": "^1.9.0",
"react-scroll-parallax": "^3.4.5",
"sweetalert2": "^11.10.3"
},
"devDependencies": {
"sass": "^1.69.5",
"sass-loader": "^13.3.2",
"webpack": "^5.89.0"
}
}