-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
51 lines (51 loc) · 1.25 KB
/
package.json
File metadata and controls
51 lines (51 loc) · 1.25 KB
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
{
"name": "z0ffy.github.io",
"version": "1.0.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "next-sitemap",
"start": "next start",
"lint": "eslint .",
"fix": "eslint --fix ."
},
"dependencies": {
"next": "16.2.2",
"next-themes": "^0.4.6",
"octokit": "^5.0.5",
"react": "19.2.4",
"react-dom": "19.2.4",
"react-markdown": "^10.1.0",
"react-syntax-highlighter": "^16.1.1",
"rehype-raw": "^7.0.0",
"remark-gfm": "^4.0.1",
"remark-github": "^12.0.0",
"rss": "^1.2.2",
"sakana-widget": "^2.7.1"
},
"devDependencies": {
"@eslint/js": "^9.0.0",
"@next/eslint-plugin-next": "^16.2.2",
"@next/third-parties": "16.2.2",
"@tailwindcss/postcss": "^4.2.2",
"@types/node": "25.5.2",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/rss": "^0.0.32",
"eslint": "9.39.4",
"eslint-config-next": "16.2.2",
"eslint-plugin-react-hooks": "^7.0.1",
"next-sitemap": "^4.2.3",
"postcss": "^8.5.8",
"tailwindcss": "^4.2.2",
"typescript": "6.0.2"
},
"pnpm": {
"onlyBuiltDependencies": [
"@tailwindcss/oxide",
"sharp",
"unrs-resolver"
]
}
}