-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathpackage.json
147 lines (147 loc) · 4.56 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
{
"name": "blog.kochie.io",
"version": "2.0.2",
"description": "My blog, written in nextjs typescript.",
"repository": {
"type": "git",
"url": "https://github.com/kochie/blog.kochie.io.git"
},
"type": "module",
"scripts": {
"test": "vitest run",
"build": "next build",
"dev": "next",
"lint": "npm run prettier && npm run eslint",
"prettier": "prettier --write \"src/**/*.{tsx,ts,less,js,jsx,json}\"",
"eslint": "eslint",
"prepare": "husky",
"prebuild": "node --loader ./bin/loader.js bin/build_feed.ts",
"postbuild": "node --loader ./bin/loader.js bin/postbuild.ts"
},
"keywords": [
"blog",
"nextjs",
"static"
],
"author": "Robert Koch <[email protected]>",
"license": "MIT",
"devDependencies": {
"@actions/core": "^1.10.1",
"@csstools/postcss-color-mix-function": "^2.0.16",
"@csstools/postcss-hwb-function": "^3.0.15",
"@csstools/postcss-oklab-function": "^3.0.16",
"@eslint/compat": "^1.0.1",
"@eslint/eslintrc": "^3.1.0",
"@fortawesome/fontawesome-pro": "^6.5.2",
"@fortawesome/fontawesome-svg-core": "^6.5.2",
"@fortawesome/free-brands-svg-icons": "^6.5.2",
"@fortawesome/free-regular-svg-icons": "^6.5.2",
"@fortawesome/free-solid-svg-icons": "^6.5.2",
"@fortawesome/pro-duotone-svg-icons": "^6.5.2",
"@fortawesome/pro-light-svg-icons": "^6.5.2",
"@fortawesome/pro-regular-svg-icons": "^6.5.2",
"@fortawesome/pro-solid-svg-icons": "^6.5.2",
"@fortawesome/react-fontawesome": "^0.2.2",
"@jest/globals": "^29.7.0",
"@jest/types": "^29.6.3",
"@mapbox/rehype-prism": "^0.9.0",
"@mdx-js/mdx": "^3.0.1",
"@mdx-js/react": "^3.0.1",
"@next/bundle-analyzer": "^14.2.3",
"@next/env": "^14.2.3",
"@next/eslint-plugin-next": "^14.2.3",
"@octokit/core": "^6.1.2",
"@octokit/types": "^13.5.0",
"@react-spring/web": "^9.7.3",
"@sentry/nextjs": "^8.4.0",
"@sentry/profiling-node": "^8.4.0",
"@testing-library/jest-dom": "^6.4.5",
"@testing-library/react": "^15.0.7",
"@types/d3": "^7.4.3",
"@types/hast": "^3.0.4",
"@types/jest": "^29.5.12",
"@types/js-yaml": "^4.0.9",
"@types/node": "^20.12.12",
"@types/react": "^18.3.3",
"@types/react-dom": "^18.3.0",
"@types/react-is": "^18.3.0",
"@types/react-test-renderer": "^18.3.0",
"@types/sharp": "^0.31.1",
"@types/three": "^0.164.1",
"@types/unist": "^3.0.2",
"@typescript-eslint/eslint-plugin": "^7.10.0",
"@typescript-eslint/parser": "^7.10.0",
"@typescript-eslint/typescript-estree": "^7.10.0",
"@vercel/og": "^0.6.2",
"@vitejs/plugin-react": "^4.3.0",
"autoprefixer": "^10.4.19",
"canvas": "^2.11.2",
"clsx": "^2.1.1",
"csstype": "^3.1.3",
"d3": "^7.9.0",
"encoding": "^0.1.13",
"eslint": "^9.3.0",
"eslint-config-next": "^14.2.3",
"eslint-plugin-import": "^2.29.1",
"fathom-client": "^3.6.0",
"feed": "./feed-4.2.2.tgz",
"gray-matter": "^4.0.3",
"hast-util-heading": "^3.0.0",
"hast-util-is-element": "^3.0.0",
"husky": "^9.0.11",
"identity-obj-proxy": "^3.0.0",
"intl-list-format": "^1.0.3",
"jest": "^29.7.0",
"jest-environment-jsdom": "^29.7.0",
"jimp": "^0.22.12",
"js-yaml": "^4.1.0",
"jsdom": "^24.0.0",
"msw": "^2.3.0",
"next": "14.2.3",
"next-mdx-remote": "^5.0.0",
"next-pwa": "^5.6.0",
"next-remote-watch": "^2.0.0",
"node-loader": "^2.0.0",
"postcss": "^8.4.38",
"postcss-flexbugs-fixes": "^5.0.2",
"postcss-preset-env": "^9.5.14",
"prettier": "^3.2.5",
"prism-react-renderer": "^2.3.1",
"prismjs": "^1.29.0",
"react": "19.0.0-beta-26f2496093-20240514",
"react-dom": "19.0.0-beta-26f2496093-20240514",
"react-is": "^18.3.1",
"react-test-renderer": "18.3.1",
"reading-time": "^1.5.0",
"rehype": "^13.0.1",
"rehype-katex": "^7.0.0",
"rehype-slug": "^6.0.0",
"remark": "^15.0.1",
"remark-frontmatter": "^5.0.0",
"remark-gfm": "^4.0.0",
"remark-math": "^6.0.0",
"remark-mdx-frontmatter": "^4.0.0",
"remark-slug": "^7.0.1",
"sentry-testkit": "^5.0.9",
"sharp": "^0.33.4",
"swr": "^2.2.5",
"tailwindcss": "^3.4.3",
"three": "^0.164.1",
"to-vfile": "^8.0.0",
"ts-node": "^10.9.2",
"tsconfig-paths": "^4.2.0",
"typescript": "^5.4.5",
"unist-util-visit": "^5.0.0",
"vitest": "^1.6.0",
"vitest-canvas-mock": "^0.3.3",
"webpack": "^5.91.0",
"yaml-loader": "^0.8.1"
},
"prettier": {
"trailingComma": "es5",
"tabWidth": 2,
"semi": false,
"singleQuote": true,
"proseWrap": "always"
}
}