-
Notifications
You must be signed in to change notification settings - Fork 3
/
package.json
43 lines (43 loc) · 1.17 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": "my-gatsby-site",
"version": "1.0.0",
"private": true,
"description": "my-gatsby-site",
"author": "yiannisha",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@emotion/styled": "^11.10.5",
"@fortawesome/fontawesome-svg-core": "^6.4.0",
"@fortawesome/free-brands-svg-icons": "^6.4.0",
"@fortawesome/free-solid-svg-icons": "^6.4.0",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mui/material": "^5.11.7",
"bootstrap": "^5.2.3",
"font-awesome": "^4.7.0",
"gatsby": "^5.2.0",
"gatsby-plugin-image": "^3.3.2",
"gatsby-plugin-sharp": "^5.5.0",
"gatsby-source-contentful": "^8.3.1",
"gatsby-source-filesystem": "^5.3.0",
"gatsby-transformer-sharp": "^5.3.0",
"node": "^18.14.2",
"react": "^18.2.0",
"react-colorful": "^5.6.1",
"react-device-detect": "^2.2.3",
"react-dom": "^18.2.0",
"reactstrap": "^9.1.5",
"three": "^0.150.1",
"url-loader": "^4.1.1",
"valtio": "^1.10.3"
}
}