-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
46 lines (46 loc) · 1.12 KB
/
Copy pathpackage.json
File metadata and controls
46 lines (46 loc) · 1.12 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
{
"name": "2025-blog",
"version": "0.1.0",
"private": true,
"packageManager": "pnpm@10.15.0",
"scripts": {
"dev": "next dev --turbopack -p 2025",
"svg": "node scripts/gen-svgs-index.js",
"build": "next build",
"start": "next start",
"check:data": "node scripts/check-data-health.js"
},
"dependencies": {
"clsx": "^2.1.1",
"dayjs": "^1.11.18",
"html-react-parser": "^5.2.8",
"katex": "^0.16.27",
"lucide-react": "^0.553.0",
"marked": "^17.0.0",
"motion": "^12.23.24",
"next": "16.0.10",
"react": "19.2.1",
"react-dom": "19.2.0",
"shiki": "^3.15.0",
"sonner": "^2.0.7",
"swr": "^2.3.6",
"tailwind-merge": "^3.3.1",
"tailwindcss-animate": "^1.0.7",
"ts-debounce": "^4.0.0",
"zustand": "^5.0.8"
},
"devDependencies": {
"@svgr/webpack": "^8.1.0",
"@tailwindcss/postcss": "^4",
"@types/node": "^20.19.40",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"babel-plugin-react-compiler": "1.0.0",
"code-inspector-plugin": "^1.2.10",
"next-sitemap": "^4.2.3",
"prettier": "^3.6.2",
"prettier-plugin-tailwindcss": "^0.7.1",
"tailwindcss": "^4",
"typescript": "^5.9.3"
}
}