-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
executable file
·100 lines (100 loc) · 3.2 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
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
{
"name": "borderless",
"private": true,
"description": "Gatsby Blog, 'Borderless' Theme By Junhobaik",
"version": "3.0.0",
"author": "JunhoBaik",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.28",
"@fortawesome/free-brands-svg-icons": "^5.13.0",
"@fortawesome/free-regular-svg-icons": "^5.13.0",
"@fortawesome/free-solid-svg-icons": "^5.13.0",
"@fortawesome/react-fontawesome": "^0.1.10",
"@types/theme-ui": "^0.3.2",
"disqus-react": "^1.0.8",
"gatsby": "^2.23.1",
"gatsby-image": "^2.4.6",
"gatsby-plugin-feed": "^2.5.4",
"gatsby-plugin-google-analytics": "^2.3.3",
"gatsby-plugin-manifest": "^2.4.10",
"gatsby-plugin-offline": "^3.2.8",
"gatsby-plugin-react-helmet": "^3.3.3",
"gatsby-plugin-remove-serviceworker": "^1.0.0",
"gatsby-plugin-robots-txt": "^1.5.1",
"gatsby-plugin-sass": "^2.3.3",
"gatsby-plugin-sharp": "^2.6.10",
"gatsby-plugin-sitemap": "^2.4.4",
"gatsby-plugin-theme-ui": "^0.3.0",
"gatsby-plugin-tslint": "0.0.2",
"gatsby-plugin-typescript": "^2.4.4",
"gatsby-plugin-typography": "^2.5.3",
"gatsby-remark-autolink-headers": "^2.3.4",
"gatsby-remark-emojis": "^0.4.3",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^3.3.9",
"gatsby-remark-katex": "^3.3.3",
"gatsby-remark-prismjs": "^3.5.3",
"gatsby-source-filesystem": "^2.3.10",
"gatsby-transformer-remark": "^2.8.14",
"gatsby-transformer-sharp": "^2.5.4",
"katex": "^0.11.1",
"lodash": "^4.17.15",
"mobile-detect": "^1.4.4",
"moment": "^2.26.0",
"node-sass": "^4.14.1",
"prism-themes": "^1.4.0",
"prismjs": "^1.20.0",
"prop-types": "^15.7.2",
"react": "^16.13.1",
"react-adsense": "^0.1.0",
"react-dom": "^16.13.1",
"react-helmet": "^5.2.1",
"react-redux": "^7.2.0",
"react-share": "^4.2.0",
"react-typography": "^0.16.19",
"redux": "^4.0.4",
"theme-ui": "^0.3.1",
"typography": "^0.16.19"
},
"devDependencies": {
"@types/lodash": "^4.14.155",
"@types/react": "^16.9.35",
"@types/react-dom": "^16.9.8",
"@types/react-helmet": "^5.0.16",
"@types/react-redux": "^7.1.9",
"@types/react-share": "^3.0.3",
"@types/typography": "^0.16.3",
"gh-pages": "^2.1.1",
"prettier": "^1.19.1",
"tslint": "^5.20.1",
"tslint-config-prettier": "^1.18.0",
"tslint-loader": "^3.5.4",
"tslint-plugin-prettier": "^2.3.0",
"tslint-react": "^4.1.0",
"typescript": "^3.9.5"
},
"keywords": [
"gatsby"
],
"license": "MIT",
"scripts": {
"build": "gatsby build",
"develop": "gatsby develop",
"format": "prettier --write \"**/*.{js,jsx,json,scss,tsx,ts}\"",
"start": "npm run develop",
"serve": "gatsby serve",
"clean": "gatsby clean",
"test": "echo \"Write tests! -> https://gatsby.dev/unit-testing\" && exit 1",
"tsc": "tsc",
"type-check": "tsc --noEmit",
"lint": "tslint --project .",
"deploy": "gatsby clean && gatsby build --prefix-paths && gh-pages -d public"
},
"repository": {
"type": "git",
"url": "https://github.com/junhobaik/junhobaik.github.io"
},
"bugs": {
"url": "https://github.com/junhobaik/junhobaik.github.io/issues"
}
}