-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
96 lines (96 loc) · 3.27 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
{
"name": "gatsby-starter-bee",
"private": true,
"description": "Gatsby blog starter template",
"version": "0.1.0",
"author": "Jbee[JaeYeopHan]<[email protected]>",
"bugs": {
"url": "https://github.com/JaeYeopHan/gatsby-starter-bee/issues"
},
"dependencies": {
"babel-plugin-styled-components": "^2.1.4",
"gatsby": "^5.13.2",
"gatsby-image": "^3.11.0",
"gatsby-plugin-google-analytics": "^5.13.1",
"gatsby-plugin-lodash": "^6.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-offline": "^6.13.1",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-styled-components": "^6.13.1",
"gatsby-plugin-typography": "^5.13.1",
"gatsby-remark-autolink-headers": "^6.13.1",
"gatsby-remark-copy-linked-files": "^6.13.1",
"gatsby-remark-emoji": "^0.0.3",
"gatsby-remark-images": "^7.13.1",
"gatsby-remark-images-medium-zoom": "^1.7.0",
"gatsby-remark-katex": "^7.13.1",
"gatsby-remark-prismjs": "^7.13.1",
"gatsby-remark-responsive-iframe": "^6.13.1",
"gatsby-remark-smartypants": "^6.13.1",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"gh-pages": "^6.1.1",
"lodash": "^4.17.21",
"node-sass": "^9.0.0",
"prismjs": "^1.29.0",
"query-string": "^8.1.0",
"react": "^18.2.0",
"react-dom": "^18.2.0",
"react-helmet": "^6.1.0",
"react-switch": "^7.0.0",
"react-typography": "^0.16.23",
"sass": "^1.78.0",
"smooth-scroll": "^16.1.3",
"smoothscroll-polyfill": "^0.4.4",
"styled-components": "^6.1.8",
"typeface-catamaran": "^1.1.13",
"typeface-merriweather": "^1.1.13",
"typeface-montserrat": "^1.1.13",
"typeface-noto-sans-kr": "^1.1.13",
"typography": "^0.16.24",
"typography-theme-github": "^0.16.19"
},
"devDependencies": {
"date-fns": "^3.3.1",
"eslint": "^8.56.0",
"eslint-plugin-react": "^7.33.2",
"fs-extra": "^11.2.0",
"gatsby-post-gen": "^1.0.0",
"gray-matter": "^4.0.3",
"inquirer": "^9.2.12",
"lighthousebot": "git+https://github.com/GoogleChromeLabs/lighthousebot.git",
"prettier": "^3.2.4",
"recursive-readdir": "^2.2.3",
"signale": "^1.4.0"
},
"homepage": "https://github.com/JaeYeopHan/gatsby-starter-bee#readme",
"keywords": [
"gatsby"
],
"license": "MIT",
"main": "n/a",
"repository": {
"type": "git",
"url": "git+https://github.com/JaeYeopHan/gatsby-starter-bee.git"
},
"scripts": {
"clean": "gatsby clean",
"post": "gatsby-post-gen",
"dev": "gatsby develop",
"lint": "eslint --ext .js,.jsx --ignore-pattern public .",
"format": "prettier --trailing-comma es5 --no-semi --single-quote --write 'src/**/*.js' 'src/**/*.md'",
"develop": "gatsby develop",
"start": "npm run develop",
"build": "gatsby build",
"lh": "lighthousebot",
"fix-semi": "eslint --quiet --ignore-pattern node_modules --ignore-pattern public --parser babel-eslint --no-eslintrc --rule '{\"semi\": [2, \"never\"], \"no-extra-semi\": [2]}' --fix gatsby-node.js",
"deploy": "gatsby build && gh-pages -d public -b gh-pages"
},
"volta": {
"node": "20.11.0"
}
}