-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
53 lines (53 loc) · 1.58 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
53
{
"name": "my-website",
"version": "1.0.0",
"private": true,
"description": "My Website",
"author": "Beatriz Mendes",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.36",
"@fortawesome/free-brands-svg-icons": "^5.15.4",
"@fortawesome/free-solid-svg-icons": "^5.15.4",
"@fortawesome/react-fontawesome": "^0.1.19",
"@mdx-js/mdx": "^1.6.22",
"@mdx-js/react": "^2.0.0",
"gatsby": "^4.0.0",
"gatsby-plugin-dark-mode": "^1.1.2",
"gatsby-plugin-fontawesome-css": "^1.2.0",
"gatsby-plugin-google-analytics": "^4.25.0",
"gatsby-plugin-image": "^2.25.0",
"gatsby-plugin-jss": "^4.25.0",
"gatsby-plugin-manifest": "^4.25.0",
"gatsby-plugin-mdx": "^4.4.0",
"gatsby-plugin-netlify-cms": "^6.25.0",
"gatsby-plugin-react-helmet": "^5.25.0",
"gatsby-plugin-react-svg": "^3.3.0",
"gatsby-plugin-sass": "^5.25.0",
"gatsby-plugin-sharp": "^4.24.0",
"gatsby-plugin-smoothscroll": "^1.2.0",
"gatsby-source-filesystem": "^4.25.0",
"gatsby-transformer-sharp": "^4.25.0",
"react": "^17.0.0",
"react-dark-mode-toggle": "^0.2.0",
"react-dom": "^17.0.0",
"react-helmet": "^6.1.0",
"react-jss": "^10.9.2",
"sass": "^1.57.1"
},
"devDependencies": {
"eslint": "^7.32.0",
"eslint-plugin-babel": "^5.3.1",
"eslint-plugin-react": "^7.31.11",
"eslint-plugin-react-hooks": "^4.6.0"
}
}