-
-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
49 lines (49 loc) · 1.48 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": "sethdev",
"private": true,
"description": "Seth's Personal Website & Blog",
"author": "Seth Cohen <[email protected]>",
"dependencies": {
"@browniebroke/gatsby-image-gallery": "^7.0.3",
"@emotion/react": "^11.7.1",
"@emotion/styled": "^11.6.0",
"@mui/material": "^5.3.1",
"@mui/styles": "^5.3.0",
"@react-icons/all-files": "^4.1.0",
"gatsby": "^4.5.5",
"gatsby-plugin-client-side-redirect": "^1.1.0",
"gatsby-plugin-feed": "^4.5.0",
"gatsby-plugin-gatsby-cloud": "^4.5.2",
"gatsby-plugin-image": "^2.5.2",
"gatsby-plugin-manifest": "^4.5.2",
"gatsby-plugin-offline": "^5.5.2",
"gatsby-plugin-react-helmet": "^5.5.0",
"gatsby-plugin-react-svg": "^3.1.0",
"gatsby-plugin-sharp": "^4.5.2",
"gatsby-plugin-smoothscroll": "^1.2.0",
"gatsby-remark-autolink-headers": "^5.5.0",
"gatsby-source-filesystem": "^4.5.2",
"gatsby-theme-material-ui": "^5.1.0",
"gatsby-transformer-remark": "^5.5.2",
"gatsby-transformer-sharp": "^4.5.0",
"npm-check-updates": "^12.2.1",
"prop-types": "^15.8.1",
"react": "^17.0.2",
"react-dom": "^17.0.2",
"react-helmet": "^6.1.0"
},
"devDependencies": {
"gh-pages": "^3.2.3"
},
"keywords": [
"gatsby"
],
"scripts": {
"deploy": "gatsby build --prefix-paths && gh-pages -d public",
"build": "gatsby build",
"develop": "gatsby develop",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean"
}
}