forked from cotes2020/jekyll-theme-chirpy
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
99 lines (99 loc) · 3.15 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
{
"name": "borderless",
"private": true,
"description": "Gatsby Blog, 'Borderless' Theme By Junhobaik",
"version": "3.0.0",
"author": "JunhoBaik",
"dependencies": {
"@fortawesome/fontawesome-svg-core": "^1.2.26",
"@fortawesome/free-brands-svg-icons": "^5.12.0",
"@fortawesome/free-regular-svg-icons": "^5.12.0",
"@fortawesome/free-solid-svg-icons": "^5.12.0",
"@fortawesome/react-fontawesome": "^0.1.8",
"@types/theme-ui": "^0.3.0",
"disqus-react": "^1.0.7",
"gatsby": "^2.18.17",
"gatsby-image": "^2.2.34",
"gatsby-plugin-feed": "^2.3.25",
"gatsby-plugin-google-analytics": "^2.1.31",
"gatsby-plugin-manifest": "^2.2.34",
"gatsby-plugin-offline": "^3.0.27",
"gatsby-plugin-react-helmet": "^3.1.16",
"gatsby-plugin-robots-txt": "^1.5.0",
"gatsby-plugin-sass": "^2.1.26",
"gatsby-plugin-sharp": "^2.3.5",
"gatsby-plugin-sitemap": "^2.2.24",
"gatsby-plugin-theme-ui": "^0.3.0",
"gatsby-plugin-tslint": "0.0.2",
"gatsby-plugin-typescript": "^2.1.23",
"gatsby-plugin-typography": "^2.3.20",
"gatsby-remark-autolink-headers": "^2.1.21",
"gatsby-remark-emojis": "^0.4.2",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^3.1.38",
"gatsby-remark-katex": "^3.1.20",
"gatsby-remark-prismjs": "^3.3.27",
"gatsby-source-filesystem": "^2.1.43",
"gatsby-transformer-remark": "^2.6.45",
"gatsby-transformer-sharp": "^2.3.7",
"katex": "^0.11.1",
"lodash": "^4.17.15",
"mobile-detect": "^1.4.4",
"moment": "^2.24.0",
"node-sass": "^4.13.0",
"prism-themes": "^1.3.0",
"prismjs": "^1.17.1",
"prop-types": "^15.7.2",
"react": "^16.12.0",
"react-adsense": "^0.1.0",
"react-dom": "^16.12.0",
"react-helmet": "^5.2.1",
"react-redux": "^7.1.3",
"react-share": "^4.0.1",
"react-typography": "^0.16.19",
"redux": "^4.0.4",
"theme-ui": "^0.3.1",
"typography": "^0.16.19"
},
"devDependencies": {
"@types/lodash": "^4.14.149",
"@types/react": "^16.9.16",
"@types/react-dom": "^16.9.4",
"@types/react-helmet": "^5.0.14",
"@types/react-redux": "^7.1.5",
"@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.0.1",
"tslint-react": "^4.1.0",
"typescript": "^3.7.3"
},
"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/junhobaik/junhobaik.github.io"
},
"bugs": {
"url": "https://github.com/junhobaik/junhobaik.github.io/issues"
}
}