-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
67 lines (67 loc) · 2.02 KB
/
Copy pathpackage.json
File metadata and controls
67 lines (67 loc) · 2.02 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
{
"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": "eslint src",
"lint:eslint:fix": "eslint src --fix",
"lint:prettier": "prettier --check .",
"lint:prettier:fix": "prettier --write ."
},
"dependencies": {
"@opentelemetry/api-logs": "^0.218.0",
"@opentelemetry/instrumentation": "^0.218.0",
"@opentelemetry/sdk-logs": "^0.218.0",
"@opentelemetry/sdk-metrics": "^2.7.1",
"@opentelemetry/sdk-trace-base": "^2.7.1",
"@vercel/otel": "^2.1.2",
"body-scroll-lock": "4.0.0-beta.0",
"clsx": "^2.1.1",
"date-fns": "^4.3.0",
"next": "16.2.9",
"react": "19.2.7",
"react-dom": "19.2.7",
"react-icons": "^5.6.0",
"react-modal": "^3.16.3",
"react-share": "^5.3.0",
"rss-parser": "^3.13.0",
"swr": "^2.4.1",
"tailwind-merge": "^3.6.0"
},
"devDependencies": {
"@eslint/compat": "^2.1.0",
"@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.2.9",
"@tailwindcss/postcss": "^4.3.1",
"@types/body-scroll-lock": "^3.1.2",
"@types/node": "^22.19.20",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"@types/react-modal": "^3.16.3",
"@typescript-eslint/parser": "^8.60.1",
"eslint": "^9.39.4",
"eslint-config-next": "16.2.9",
"eslint-import-resolver-typescript": "^4.4.5",
"eslint-plugin-perfectionist": "^5.9.0",
"eslint-plugin-unused-imports": "^4.4.1",
"globals": "^17.6.0",
"next-sitemap": "^4.2.3",
"prettier": "^3.8.4",
"prettier-plugin-tailwindcss": "^0.8.0",
"react-schemaorg": "^2.0.1",
"schema-dts": "^2.0.0",
"sharp": "^0.34.5",
"tailwindcss": "^4.3.1",
"typescript": "^6.0.3"
},
"engines": {
"node": "v24.16.0",
"pnpm": "11.5.3"
},
"packageManager": "pnpm@11.5.3"
}