-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
98 lines (98 loc) · 3.23 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
{
"name": "baekdev",
"version": "0.0.0-development",
"description": "A Gatsby theme/starter to build lightning-fast blog/websites",
"keywords": [
"blog",
"gatsby",
"gatsby-plugin",
"gatsby-theme",
"starter"
],
"homepage": "https://github.com/baekdev/baekdev.github.io",
"bugs": {
"url": "https://github.com/baekdev/baekdev.github.io/issues"
},
"repository": {
"type": "git",
"url": "https://github.com/baekdev/baekdev.github.io.git"
},
"license": "MIT",
"author": "BAEKDEV <diveintotechnology@gmail.com>",
"main": "n/a",
"scripts": {
"build": "gatsby clean && gatsby build",
"develop": "gatsby develop -H 0.0.0.0",
"format": "prettier --write 'src/**/*.js' 'data/siteConfig.js' 'gatsby-*.js' 'scripts/*.js'",
"generatePostPreviewImages": "./scripts/generatePostPreviewImages.js",
"lh": "lighthousebot",
"semantic-release": "semantic-release",
"start": "gatsby develop -H 0.0.0.0",
"serve": "gatsby serve",
"test": "echo \"Write tests! -> https://gatsby.app/unit-testing\"",
"deploy": "gatsby clean && gatsby build && gh-pages -d public -b master"
},
"bin": {
"generatePostPreviewImages": "./scripts/generatePostPreviewImages.js"
},
"dependencies": {
"@darth-knoppix/gatsby-plugin-feed": "^2.0.2",
"@mdx-js/mdx": "^1.5.9",
"@mdx-js/react": "^1.5.9",
"babel-plugin-styled-components": "^1.10.6",
"disqus-react": "^1.0.8",
"gatsby": "^2.20.0",
"gatsby-image": "^2.3.5",
"gatsby-plugin-buildtime-timezone": "^1.0.3",
"gatsby-plugin-cname": "^1.0.0",
"gatsby-plugin-compile-es6-packages": "^2.1.0",
"gatsby-plugin-feed": "^2.5.14",
"gatsby-plugin-google-adsense": "^1.1.3",
"gatsby-plugin-google-analytics": "^2.2.5",
"gatsby-plugin-manifest": "^2.3.7",
"gatsby-plugin-mdx": "^1.1.11",
"gatsby-plugin-offline": "^3.1.5",
"gatsby-plugin-page-creator": "^2.2.4",
"gatsby-plugin-react-helmet": "^3.2.5",
"gatsby-plugin-robots-txt": "^1.5.3",
"gatsby-plugin-sass": "^2.6.0",
"gatsby-plugin-sharp": "^2.5.7",
"gatsby-plugin-sitemap": "^2.4.15",
"gatsby-plugin-styled-components": "^3.2.4",
"gatsby-remark-autolink-headers": "^2.2.4",
"gatsby-remark-copy-linked-files": "^2.2.4",
"gatsby-remark-embed-gist": "^1.2.1",
"gatsby-remark-embedder": "^3.0.0",
"gatsby-remark-images": "^3.2.6",
"gatsby-remark-prismjs": "^3.4.5",
"gatsby-remark-responsive-iframe": "^2.3.4",
"gatsby-remark-smartypants": "^2.2.4",
"gatsby-source-filesystem": "^2.2.5",
"gatsby-transformer-remark": "^2.7.5",
"gatsby-transformer-sharp": "^2.4.7",
"gh-pages": "^3.2.3",
"global": "^4.4.0",
"moment-timezone": "^0.5.31",
"node-sass": "^7.0.0",
"prismjs": "^1.27.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"react-helmet": "^6.0.0",
"rss": "^1.2.2",
"styled-components": "^5.1.0",
"terser": "^4.6.11"
},
"devDependencies": {
"lighthousebot": "https://github.com/GoogleChromeLabs/lighthousebot",
"prettier": "^2.0.5",
"puppeteer": "^1.17.0",
"semantic-release": "^17.2.3",
"yaml": "^1.6.0"
},
"peerDependencies": {
"gatsby": "^5.0.0",
"react": "^16.13.0",
"react-dom": "^16.13.0",
"sharp": "^0.29.3"
}
}