-
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",
"version": "1.0.0",
"private": true,
"description": "alexandru-gorgos",
"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.4",
"@emotion/styled": "^11.10.4",
"@fontsource/josefin-sans": "^4.5.10",
"@fontsource/nunito-sans": "^4.5.9",
"@fontsource/source-code-pro": "^4.5.12",
"@mdx-js/mdx": "^2.1.3",
"@mdx-js/react": "^2.1.3",
"@mui/icons-material": "^5.10.6",
"@mui/material": "^5.10.7",
"gatsby": "^4.23.1",
"gatsby-plugin-emotion": "^7.24.0",
"gatsby-plugin-feed-mdx": "^1.1.0",
"gatsby-plugin-google-gtag": "^4.24.0",
"gatsby-plugin-image": "^2.24.0",
"gatsby-plugin-manifest": "^4.24.0",
"gatsby-plugin-material-ui": "^4.1.0",
"gatsby-plugin-mdx": "^4.3.0",
"gatsby-plugin-react-helmet": "^5.24.0",
"gatsby-plugin-robots-txt": "^1.7.1",
"gatsby-plugin-sharp": "^4.24.0",
"gatsby-plugin-sitemap": "^5.24.0",
"gatsby-remark-component": "^1.1.3",
"gatsby-remark-component-parent2div": "^1.2.3",
"gatsby-source-contentful": "^7.22.0",
"gatsby-source-filesystem": "^4.24.0",
"gatsby-transformer-remark": "^5.24.0",
"gatsby-transformer-sharp": "^4.24.0",
"keen-slider": "^6.8.2",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"react-helmet": "^6.1.0",
"react-markdown": "^8.0.3",
"rehype-react": "^7.1.1"
}
}