-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
62 lines (62 loc) · 1.88 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
54
55
56
57
58
59
60
61
62
{
"name": "blog",
"version": "0.1.0",
"private": true,
"description": "Berlin Chan's blog",
"scripts": {
"start": "gatsby develop",
"clean": "gatsby clean",
"build": "gatsby build",
"deploy": "gatsby build --prefix-paths && gh-pages -d public"
},
"homepage": "https://www.berlinchan.com",
"repository": "https://github.com/BerlinChan/blog",
"author": "Berlin Chan <berlinchancom@gmail.com>",
"license": "MIT",
"keywords": [
"blog",
"gatsby",
"react",
"material-ui"
],
"dependencies": {
"@emotion/react": "11.10.5",
"@emotion/styled": "11.10.5",
"@mui/icons-material": "5.8.4",
"@mui/material": "5.10.0",
"date-fns": "2.29.3",
"gatsby": "4.20.0",
"gatsby-plugin-catch-links": "4.20.0",
"gatsby-plugin-feed": "4.20.0",
"gatsby-plugin-google-gtag": "4.20.0",
"gatsby-plugin-image": "2.20.0",
"gatsby-plugin-manifest": "4.20.0",
"gatsby-plugin-material-ui": "4.1.0",
"gatsby-plugin-offline": "5.20.0",
"gatsby-plugin-optimize-svgs": "1.0.5",
"gatsby-plugin-robots-txt": "1.7.1",
"gatsby-plugin-sharp": "4.20.0",
"gatsby-plugin-sitemap": "5.20.0",
"gatsby-remark-autolink-headers": "5.20.0",
"gatsby-remark-copy-linked-files": "5.20.0",
"gatsby-remark-embed-video": "3.2.1",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "6.20.0",
"gatsby-remark-prismjs": "6.20.0",
"gatsby-remark-responsive-iframe": "5.20.0",
"gatsby-remark-smartypants": "5.20.0",
"gatsby-source-filesystem": "4.20.0",
"gatsby-transformer-json": "4.20.0",
"gatsby-transformer-remark": "5.20.0",
"gatsby-transformer-sharp": "4.20.0",
"material-ui-popup-state": "2.0.1",
"prismjs": "1.29.0",
"react": "17.0.2",
"react-disqus-comments": "1.4.0",
"react-dom": "17.0.2",
"react-share": "4.4.0"
},
"devDependencies": {
"gh-pages": "3.2.3"
}
}