-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
executable file
·60 lines (60 loc) · 1.72 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
{
"name": "pyjun01-blog",
"private": false,
"description": "pyjun01 blog powered by Gatsby",
"version": "1.0.0",
"author": "pyjun01",
"bugs": {
"url": "https://github.com/pyjun01/pyjun01.github.io/issues"
},
"keywords": [
"pyjun01",
"Justin",
"Yongjun Park",
"gatsby"
],
"scripts": {
"develop": "gatsby develop",
"start": "ENABLE_GATSBY_REFRESH_ENDPOINT=true gatsby develop",
"build": "gatsby build",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "gatsby build && gh-pages -d public"
},
"dependencies": {
"@mdx-js/mdx": "^2.3.0",
"@mdx-js/react": "^2.3.0",
"@sindresorhus/slugify": "^2.2.1",
"@types/github-slugger": "^1.3.0",
"@types/react-helmet": "^6.1.3",
"gatsby": "^5.14.0",
"gatsby-plugin-image": "^3.14.0",
"gatsby-plugin-mdx": "^5.14.0",
"gatsby-plugin-react-helmet": "^6.14.0",
"gatsby-plugin-sharp": "^5.14.0",
"gatsby-plugin-sitemap": "^6.14.0",
"gatsby-plugin-styled-components": "^6.14.0",
"gatsby-plugin-typescript": "^5.14.0",
"gatsby-remark-autolink-headers": "^6.14.0",
"gatsby-source-filesystem": "^5.14.0",
"gatsby-transformer-remark": "^6.14.0",
"gatsby-transformer-sharp": "^5.14.0",
"github-slugger": "^1.4.0",
"mdast-util-to-string": "^4.0.0",
"mdx-embed": "^1.1.2",
"prism-react-renderer": "^1.3.3",
"prismjs": "^1.29.0",
"react": "18.3.1",
"react-dom": "18.3.1",
"react-helmet": "^6.1.0",
"styled-components": "^6.0.0",
"stylis": "^4.0.0",
"unist-util-visit": "^5.0.0"
},
"devDependencies": {
"babel-plugin-styled-components": "^2.1.4",
"babel-preset-gatsby": "^3.14.0",
"gh-pages": "^3.2.3",
"prettier": "^2.4.0"
}
}