-
Notifications
You must be signed in to change notification settings - Fork 1
/
package.json
101 lines (101 loc) · 3.12 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
101
{
"name": "devjin-blog",
"private": true,
"description": "Gatsby Blog, 'Borderless' Theme By Dojin Kim",
"version": "3.0.0",
"author": "Dojin Kim",
"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.3",
"disqus-react": "1.0.8",
"gatsby": "2.24.81",
"gatsby-image": "2.4.7",
"gatsby-plugin-feed": "2.5.5",
"gatsby-plugin-google-analytics": "2.3.4",
"gatsby-plugin-manifest": "2.4.11",
"gatsby-plugin-offline": "3.2.9",
"gatsby-plugin-react-helmet": "3.3.4",
"gatsby-plugin-robots-txt": "1.5.1",
"gatsby-plugin-sass": "2.3.4",
"gatsby-plugin-sharp": "2.6.43",
"gatsby-plugin-sitemap": "2.4.5",
"gatsby-plugin-theme-ui": "0.3.0",
"gatsby-plugin-tslint": "0.0.2",
"gatsby-plugin-typescript": "2.4.6",
"gatsby-plugin-typography": "2.5.4",
"gatsby-remark-autolink-headers": "2.3.5",
"gatsby-remark-emojis": "0.4.3",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "3.3.10",
"gatsby-remark-katex": "3.3.4",
"gatsby-remark-prismjs": "3.5.4",
"gatsby-source-filesystem": "2.3.11",
"gatsby-transformer-remark": "2.8.15",
"gatsby-transformer-sharp": "2.5.5",
"katex": "0.11.1",
"lodash": "4.17.21",
"minimist": "1.2.6",
"mobile-detect": "1.4.4",
"moment": "2.29.2",
"node-sass": "4.14.1",
"prism-themes": "1.4.0",
"prismjs": "^1.27.0",
"prop-types": "15.7.2",
"react": "16.13.1",
"react-adsense": "0.1.0",
"react-dom": "16.13.1",
"react-helmet": "6.1.0",
"react-icons": "^3.11.0",
"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.36",
"@types/react-dom": "16.9.8",
"@types/react-helmet": "6.0.0",
"@types/react-redux": "7.1.9",
"@types/react-share": "3.0.3",
"@types/typography": "0.16.3",
"gh-pages": "3.0.0",
"prettier": "2.0.5",
"tslint": "6.1.2",
"tslint-config-prettier": "1.18.0",
"tslint-loader": "3.5.4",
"tslint-plugin-prettier": "2.3.0",
"tslint-react": "5.0.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 && gh-pages -b master -d public"
},
"repository": {
"type": "git",
"url": "https://github.com/dojinkimm/devjin-blog"
},
"bugs": {
"url": "https://github.com/dojinkimm/devjin-blog/issues"
}
}