-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
105 lines (105 loc) · 3.72 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
102
103
104
105
{
"name": "yuni-q-blog",
"private": true,
"description": "Yuni-Q blog",
"version": "0.7.0",
"author": "yuni-q[YunHeeLee]<[email protected]>",
"bugs": {
"url": "https://github.com/Yuni-Q/blog/issues"
},
"dependencies": {
"axios": "^1.7.9",
"babel-plugin-styled-components": "^1.11.1",
"firebase": "^8.0.1",
"fs": "^0.0.1-security",
"gatsby": "^5.0.0-next",
"gatsby-image": "^3.11.0",
"gatsby-plugin-feed": "^5.13.0",
"gatsby-plugin-firebase": "^0.2.0-beta.4",
"gatsby-plugin-google-analytics": "^5.13.0",
"gatsby-plugin-lodash": "^6.13.0",
"gatsby-plugin-manifest": "^5.13.0",
"gatsby-plugin-offline": "^6.13.0",
"gatsby-plugin-react-helmet": "^6.13.0",
"gatsby-plugin-robots-txt": "^1.5.6",
"gatsby-plugin-sass": "^6.13.0",
"gatsby-plugin-sharp": "^5.13.0",
"gatsby-plugin-sitemap": "^6.13.0",
"gatsby-plugin-styled-components": "^6.13.0",
"gatsby-plugin-typography": "^5.13.0",
"gatsby-remark-autolink-headers": "^6.13.0",
"gatsby-remark-copy-linked-files": "^6.13.0",
"gatsby-remark-emoji": "0.0.3",
"gatsby-remark-images": "^7.13.0",
"gatsby-remark-images-medium-zoom": "^1.7.0",
"gatsby-remark-prismjs": "^7.13.0",
"gatsby-remark-responsive-iframe": "^6.13.0",
"gatsby-remark-smartypants": "^6.13.0",
"gatsby-source-filesystem": "^5.13.0",
"gatsby-transformer-remark": "^6.13.0",
"gatsby-transformer-sharp": "^5.13.0",
"gh-pages": "^2.2.0",
"intersection-observer": "^0.5.1",
"lodash": "^4.17.20",
"node-sass": "^9.0.0",
"prismjs": "^1.21.0",
"react": "^18.0.0",
"react-dom": "^18.0.0",
"react-helmet": "^6.1.0",
"react-typography": "^0.16.13",
"smooth-scroll": "^16.1.3",
"styled-components": "^5.1.1",
"type-coverage": "^2.19.0",
"typeface-catamaran": "0.0.54",
"typeface-merriweather": "0.0.72",
"typeface-montserrat": "0.0.54",
"typeface-noto-sans-kr": "0.0.63",
"typescript": "^5.1.3",
"typography": "^0.16.17",
"typography-theme-github": "^0.16.18",
"uuid": "^8.3.0",
"webpack-dev-server": "^4.15.1"
},
"devDependencies": {
"@types/helmet": "0.0.47",
"@types/react-helmet": "^6.1.0",
"@types/styled-components": "^5.1.2",
"@typescript-eslint/eslint-plugin": "^4.14.2",
"@typescript-eslint/parser": "^4.14.2",
"date-fns": "^1.30.1",
"eslint": "^7.16.0",
"eslint-config-prettier": "^7.1.0",
"eslint-plugin-prettier": "^3.3.0",
"eslint-plugin-react": "^7.21.5",
"fs-extra": "^7.0.1",
"gray-matter": "^4.0.2",
"inquirer": "^6.2.2",
"lighthousebot": "git+https://github.com/GoogleChromeLabs/lighthousebot.git",
"prettier": "^2.0.5",
"recursive-readdir": "^2.2.2",
"signale": "^1.3.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": {
"post": "node ./cli/create-new-post.js",
"dev": "gatsby develop",
"lint": "eslint --fix --ext .ts,.tsx,.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 master -r '[email protected]:Yuni-Q/Yuni-Q.github.io.git'",
"type-coverage": "npx type-coverage --detail"
}
}