-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
162 lines (162 loc) · 5.6 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
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
{
"name": "borderless",
"private": true,
"description": "Gatsby Blog, 'Borderless' Theme By Junhobaik",
"version": "5.13",
"author": "kozistr",
"keywords": [
"gatsby",
"pnpm",
"blog"
],
"license": "MIT",
"repository": {
"type": "git",
"url": "https://github.com/kozistr/kozistr.github.io"
},
"bugs": {
"url": "https://github.com/kozistr/kozistr.github.io/issues"
},
"scripts": {
"init": "pnpm install -g gatsby@latest gatsby-cli@latest npm-check-updates cross-env eslint@latest",
"develop": "gatsby develop",
"build": "cross-env GATSBY_CPU_COUNT=8 GATSBY_EXPERIMENTAL_QUERY_CONCURRENCY=8 GATSBY_EXPERIMENTAL_PAGE_BUILD_ON_DATA_CHANGES=true gatsby build --prefix-paths --write-to-file --log-pages",
"serve": "gatsby serve",
"clean": "gatsby clean",
"deploy": "pnpm run build && gh-pages -b main -d public",
"format": "prettier --write \"**/*.{js,jsx,json,scss,tsx,ts}\"",
"lint": "eslint -c eslint.config.js --ignore-pattern public ./src",
"update": "npm-check-updates -u"
},
"engines": {
"node": ">=20.0.0"
},
"browserslist": [
">0.25%, not dead and supports es6-module"
],
"dependencies": {
"@emotion/react": "^11.13.3",
"@eslint/eslintrc": "^3.1.0",
"@fortawesome/fontawesome-svg-core": "^6.6.0",
"@fortawesome/free-brands-svg-icons": "^6.6.0",
"@fortawesome/free-regular-svg-icons": "^6.6.0",
"@fortawesome/free-solid-svg-icons": "^6.6.0",
"@fortawesome/react-fontawesome": "^0.2.2",
"@gatsbyjs/reach-router": "^2.0.1",
"@giscus/react": "^3.0.0",
"@mdx-js/react": "^3.0.1",
"@reduxjs/toolkit": "^2.2.7",
"cross-env": "^7.0.3",
"css-minimizer-webpack-plugin": "^7.0.0",
"gatsby": "^5.13.7",
"gatsby-plugin-feed": "^5.13.1",
"gatsby-plugin-google-gtag": "^5.13.1",
"gatsby-plugin-image": "^3.13.1",
"gatsby-plugin-manifest": "^5.13.1",
"gatsby-plugin-offline": "^6.13.3",
"gatsby-plugin-pnpm-gatsby-5": "^1.2.11",
"gatsby-plugin-react-helmet": "^6.13.1",
"gatsby-plugin-remove-fingerprints": "^0.0.2",
"gatsby-plugin-robots-txt": "^1.8.0",
"gatsby-plugin-sass": "^6.13.1",
"gatsby-plugin-sharp": "^5.13.1",
"gatsby-plugin-sitemap": "^6.13.1",
"gatsby-plugin-theme-ui": "^0.16.2",
"gatsby-plugin-typescript": "^5.13.1",
"gatsby-plugin-typography": "^5.13.1",
"gatsby-remark-autolink-headers": "^6.13.1",
"gatsby-remark-copy-linked-files": "^6.13.2",
"gatsby-remark-emojis": "^0.4.3",
"gatsby-remark-external-links": "0.0.4",
"gatsby-remark-images": "^7.13.2",
"gatsby-remark-katex": "^7.13.1",
"gatsby-remark-prismjs": "^7.13.2",
"gatsby-source-filesystem": "^5.13.1",
"gatsby-transformer-remark": "^6.13.1",
"gatsby-transformer-sharp": "^5.13.1",
"katex": "0.16.11",
"lodash": "^4.17.21",
"mobile-detect": "^1.4.5",
"moment": "^2.30.1",
"node-sass": "^9.0.0",
"parse-path": "^7.0.0",
"prism-themes": "^1.9.0",
"prismjs": "^1.29.0",
"prop-types": "^15.8.1",
"react": "^18.3.1",
"react-adsense": "^0.1.0",
"react-dom": "^18.3.1",
"react-helmet": "^6.1.0",
"react-redux": "^9.1.2",
"react-share": "^5.1.0",
"react-typography": "^0.16.23",
"redux": "^5.0.1",
"terser": "^5.34.1",
"theme-ui": "^0.16.2",
"typography": "^0.16.24"
},
"devDependencies": {
"@types/lodash": "^4.17.9",
"@types/react": "^18.3.10",
"@types/react-dom": "^18.3.0",
"@types/react-helmet": "^6.1.11",
"@types/react-redux": "^7.1.34",
"@types/typography": "^0.16.8",
"@typescript-eslint/eslint-plugin": "^8.7.0",
"@typescript-eslint/parser": "^8.7.0",
"autoprefixer": "^10.4.20",
"eslint": "^9.11.1",
"eslint-config-prettier": "^9.1.0",
"eslint-plugin-import": "^2.30.0",
"eslint-plugin-prettier": "^5.2.1",
"eslint-plugin-react": "^7.37.0",
"gh-pages": "^6.1.1",
"postcss": "^8.4.47",
"prettier": "^3.3.3",
"tailwindcss": "^3.4.13",
"typescript": "^5.6.2"
},
"pnpm": {
"overrides": {
"loader-utils@<1.4.1": ">=1.4.1",
"loader-utils@>=1.0.0 <1.4.2": ">=1.4.2",
"engine.io@>=4.0.0 <6.2.1": ">=6.2.1",
"json5@<2.2.2": ">=2.2.2",
"ua-parser-js@<0.7.33": ">=0.7.33",
"http-cache-semantics@<4.1.1": ">=4.1.1",
"@sideway/formula@<3.0.1": ">=3.0.1",
"webpack@>=5.0.0 <5.76.0": ">=5.76.0",
"yaml@>=2.0.0-5 <2.2.2": ">=2.2.2",
"socket.io-parser@>=4.0.4 <4.2.3": ">=4.2.3",
"semver@<5.7.2": ">=5.7.2",
"semver@>=6.0.0 <6.3.1": ">=6.3.1",
"semver@>=7.0.0 <7.5.2": ">=7.5.2",
"word-wrap@<1.2.4": ">=1.2.4",
"graphql@>=16.3.0 <16.8.1": ">=16.8.1",
"postcss@<8.4.31": ">=8.4.31",
"@babel/traverse@<7.23.2": ">=7.23.2",
"axios@>=0.8.1 <1.6.0": ">=1.6.0",
"msgpackr@<1.10.1": ">=1.10.1",
"follow-redirects@<1.15.4": ">=1.15.4",
"ip@=2.0.0": ">=2.0.1",
"es5-ext@>=0.10.0 <0.10.63": ">=0.10.63",
"sanitize-html@<2.12.1": ">=2.12.1",
"webpack-dev-middleware@<=5.3.3": ">=5.3.4",
"katex@>=0.11.0 <0.16.10": ">=0.16.10",
"katex@>=0.10.0-beta <0.16.10": ">=0.16.10",
"express@<4.19.2": ">=4.19.2",
"follow-redirects@<=1.15.5": ">=1.15.6",
"tar@<6.2.1": ">=6.2.1",
"braces@<3.0.3": ">=3.0.3",
"ws@>=8.0.0 <8.17.1": ">=8.17.1",
"axios@>=1.3.2 <=1.7.3": ">=1.7.4",
"micromatch@<4.0.8": ">=4.0.8",
"webpack@>=5.0.0-alpha.0 <5.94.0": ">=5.94.0",
"body-parser@<1.20.3": ">=1.20.3",
"send@<0.19.0": ">=0.19.0",
"serve-static@<1.16.0": ">=1.16.0",
"express@<4.20.0": ">=4.20.0",
"path-to-regexp@<0.1.10": ">=0.1.10"
}
}
}