-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.35 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
{
"name": "curriculum",
"version": "1.0.0",
"private": true,
"license": "MIT",
"description": "my personal curriculum viate and portfolio website",
"author": "Andrés Felipe Alvarez",
"homepage": "https://afar-cmyk.github.io/curriculum/",
"keywords": [
"gatsby",
"react",
"javascript",
"gatsby-background-image",
"curriculum",
"netlify"
],
"scripts": {
"develop": "gatsby develop",
"build": "gatsby build",
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"serve": "gatsby serve",
"clean": "gatsby clean"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.6.0",
"@mui/icons-material": "^5.2.5",
"@mui/material": "^5.2.6",
"gatsby": "^4.4.0",
"gatsby-background-image": "^1.6.0",
"gatsby-plugin-image": "^2.4.0",
"gatsby-plugin-manifest": "^4.13.0",
"gatsby-plugin-netlify": "^4.3.0",
"gatsby-plugin-offline": "^5.13.0",
"gatsby-plugin-react-helmet": "^5.15.0",
"gatsby-plugin-sharp": "^4.4.0",
"gatsby-plugin-sitemap": "^5.4.0",
"gatsby-source-filesystem": "^4.4.0",
"gatsby-transformer-sharp": "^4.4.0",
"gbimage-bridge": "^0.2.1",
"gh-pages": "^4.0.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"@netlify/plugin-gatsby": "^3.0.0"
}
}