-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
45 lines (45 loc) · 1.23 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
{
"name": "reata-s-blog",
"version": "1.0.0",
"private": true,
"description": "Reata's Blog",
"author": "reata",
"keywords": [
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build && gh-pages -d public -b master"
},
"dependencies": {
"@emotion/react": "^11.9.0",
"@emotion/styled": "^11.8.1",
"@mui/icons-material": "^5.8.3",
"@mui/lab": "^5.0.0-alpha.85",
"@mui/material": "^5.8.3",
"gatsby": "^4.25.7",
"gatsby-legacy-polyfills": "^2.16.0",
"gatsby-plugin-image": "^2.16.1",
"gatsby-plugin-manifest": "^4.16.0",
"gatsby-plugin-meta-redirect": "^1.1.1",
"gatsby-plugin-sharp": "^4.25.1",
"gatsby-remark-images": "^6.16.0",
"gatsby-remark-prismjs": "^6.16.0",
"gatsby-source-filesystem": "^4.16.0",
"gatsby-theme-material-ui": "^5.2.0",
"gatsby-transformer-remark": "^5.25.1",
"gatsby-transformer-sharp": "^4.16.0",
"prismjs": "^1.23.0",
"react": "^18.1.0",
"react-dom": "^18.1.0",
"recharts": "^2.1.14"
},
"devDependencies": {
"gh-pages": "^5.0.0",
"markdown-to-jsx": "^7.4.0"
}
}