-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
51 lines (51 loc) · 1.62 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
{
"name": "sungkukpark.github.io",
"version": "1.0.0",
"private": true,
"description": "sungkukpark.github.io",
"author": "Sungkuk Park",
"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 release -r [email protected]:sungkukpark/sungkukpark.github.io.git",
"publish": "gh-pages -d public -b release -r [email protected]:sungkukpark/sungkukpark.github.io.git",
"cleanup": "rm -rf node_modules/gh-pages/.cache"
},
"dependencies": {
"@emotion/core": "^11.0.0",
"@emotion/react": "^11.4.0",
"disqus-react": "^1.0.11",
"gatsby": "^3.4.1",
"gatsby-plugin-algolia": "^0.22.2",
"gatsby-plugin-emotion": "^6.6.0",
"gatsby-plugin-gatsby-cloud": "^2.6.1",
"gatsby-plugin-image": "^1.6.0",
"gatsby-plugin-manifest": "^3.6.0",
"gatsby-plugin-offline": "^4.6.0",
"gatsby-plugin-react-helmet": "^4.6.0",
"gatsby-plugin-sharp": "^3.6.0",
"gatsby-plugin-typography": "^3.6.0",
"gatsby-remark-embed-gist": "^1.2.1",
"gatsby-remark-images": "^5.3.0",
"gatsby-remark-numbered-footnotes": "^1.0.1",
"gatsby-remark-prismjs": "^5.3.0",
"gatsby-source-filesystem": "^3.6.0",
"gatsby-transformer-remark": "^4.3.0",
"prismjs": "^1.23.0",
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-helmet": "^6.1.0",
"react-typography": "^0.16.20",
"typography": "^0.16.21",
"typography-theme-kirkham": "^0.16.19"
},
"devDependencies": {
"gh-pages": "^3.2.0"
}
}