-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
47 lines (47 loc) · 1.42 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
{
"name": "crewsby",
"version": "1.0.0",
"private": true,
"description": "Crewsby",
"author": "NicolasMegow",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@emotion/react": "^11.10.5",
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/pro-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.2.0",
"@mdx-js/mdx": "^2.2.1",
"@mdx-js/react": "^2.2.1",
"gatsby": "^5.6.0-next.1",
"gatsby-plugin-gdpr-cookies": "^2.0.9",
"gatsby-plugin-google-analytics": "^5.5.0",
"gatsby-plugin-image": "^3.6.0-next.1",
"gatsby-plugin-mailchimp": "^5.2.2",
"gatsby-plugin-manifest": "^5.6.0-next.1",
"gatsby-plugin-mdx": "^5.6.0-next.1",
"gatsby-plugin-react-helmet": "^5.4.0",
"gatsby-plugin-react-svg": "^2.0.0-beta1",
"gatsby-plugin-sass": "^5.4.0",
"gatsby-plugin-sharp": "^5.6.0-next.1",
"gatsby-plugin-sitemap": "^5.4.0",
"gatsby-plugin-theme-ui": "^0.6.0-alpha.8",
"gatsby-source-filesystem": "^5.5.0",
"gatsby-transformer-sharp": "^5.5.0",
"react": "^18.2.0",
"react-cookie-consent": "^7.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"sass": "^1.57.1",
"theme-ui": "^0.15.4"
}
}