-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
52 lines (52 loc) · 1.57 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": "alexandru-gorgos-photography",
"version": "1.0.0",
"private": true,
"description": "alexandru-gorgos-photography",
"author": "Alexandru Gorgos",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@emotion/react": "^11.10.0",
"@emotion/styled": "^11.10.0",
"@fontsource/playfair-display": "^4.5.11",
"@fontsource/poppins": "^4.5.9",
"@fontsource/sorts-mill-goudy": "^4.5.9",
"@mdx-js/mdx": "v1",
"@mdx-js/react": "v1",
"@mui/icons-material": "^5.8.4",
"@mui/lab": "^5.0.0-alpha.96",
"@mui/material": "^5.10.2",
"cross-env": "^7.0.3",
"dotenv": "^16.0.1",
"gatsby": "^4.20.0",
"gatsby-plugin-google-gtag": "^4.24.0",
"gatsby-plugin-image": "^2.20.0",
"gatsby-plugin-material-ui": "^4.0.2",
"gatsby-plugin-netlify": "^5.0.1",
"gatsby-plugin-react-helmet": "^5.20.0",
"gatsby-plugin-robots-txt": "^1.7.1",
"gatsby-plugin-sharp": "^4.20.0",
"gatsby-plugin-sitemap": "^5.20.0",
"gatsby-source-filesystem": "^4.20.0",
"gatsby-source-instagram": "^0.9.0",
"gatsby-source-strapi": "^2.0.0",
"gatsby-source-strapi-plugin-menus": "^1.0.1",
"gatsby-theme-material-ui": "^5.2.0",
"gatsby-transformer-remark": "^5.20.0",
"gatsby-transformer-sharp": "^4.20.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-google-recaptcha-v3": "^1.10.0",
"react-helmet": "^6.1.0",
"swiper": "^8.3.2"
}
}