-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.15 KB
/
package.json
File metadata and controls
76 lines (76 loc) · 2.15 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
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
{
"name": "walnuts.dev",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build && next-sitemap --config next-sitemap.config.js",
"start": "next start",
"lint:eslint": "next lint",
"lint:eslint:fix": "next lint --fix",
"lint:prettier": "prettier --check .",
"lint:prettier:fix": "prettier --write ."
},
"dependencies": {
"@opentelemetry/api-logs": "^0.203.0",
"@opentelemetry/instrumentation": "^0.203.0",
"@opentelemetry/sdk-logs": "^0.203.0",
"@vercel/otel": "^1.14.1",
"body-scroll-lock": "4.0.0-beta.0",
"clsx": "^2.1.1",
"date-fns": "^4.1.0",
"next": "16.0.10",
"react": "19.2.5",
"react-dom": "19.2.5",
"react-icons": "^5.5.0",
"react-modal": "^3.16.3",
"react-share": "^5.2.2",
"rss-parser": "^3.13.0",
"swr": "^2.3.8",
"tailwind-merge": "^3.4.1"
},
"devDependencies": {
"@eslint/compat": "^1.4.1",
"@eslint/eslintrc": "^3.3.5",
"@eslint/js": "^9.39.4",
"@hatena/eslint-config-hatena": "github:hatena/eslint-config-hatena#v3.3.0",
"@next/bundle-analyzer": "16.0.10",
"@tailwindcss/postcss": "^4.1.18",
"@types/body-scroll-lock": "^3.1.2",
"@types/node": "^22.19.5",
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3",
"@types/react-modal": "^3.16.3",
"@typescript-eslint/parser": "^8.49.0",
"eslint": "^9.39.4",
"eslint-config-next": "16.0.10",
"eslint-import-resolver-typescript": "^4.4.4",
"eslint-plugin-perfectionist": "^4.15.1",
"eslint-plugin-unused-imports": "^4.3.0",
"globals": "^16.5.0",
"next-sitemap": "^4.2.3",
"prettier": "^3.7.4",
"prettier-plugin-tailwindcss": "^0.7.2",
"react-schemaorg": "^2.0.1",
"schema-dts": "^1.1.5",
"sharp": "^0.34.5",
"tailwindcss": "^4.1.18",
"typescript": "^5.9.3"
},
"pnpm": {
"onlyBuiltDependencies": [
"@tailwindcss/oxide",
"sharp",
"unrs-resolver"
],
"overrides": {
"@types/react": "19.2.14",
"@types/react-dom": "19.2.3"
}
},
"engines": {
"node": "v22.21.1",
"pnpm": "10.27.0"
},
"packageManager": "pnpm@10.27.0"
}