-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
52 lines (52 loc) · 1.21 KB
/
Copy pathpackage.json
File metadata and controls
52 lines (52 loc) · 1.21 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
{
"name": "makerfly-blog",
"version": "1.0.0",
"private": true,
"description": "MakerFly personal blog built with Next 16, React 19, and Tailwind 4.",
"scripts": {
"dev": "next dev -p 2025",
"build": "next build",
"start": "next start -p 2025",
"lint": "eslint"
},
"keywords": [
"blog",
"next",
"react"
],
"author": "MakerFly",
"license": "SEE LICENSE IN LICENSE",
"type": "module",
"dependencies": {
"clsx": "^2.1.1",
"dayjs": "^1.11.21",
"html-react-parser": "^6.1.3",
"jsrsasign": "^11.1.3",
"katex": "^0.17.0",
"lucide-react": "^1.21.0",
"marked": "^18.0.5",
"motion": "^12.41.0",
"next": "^16.2.9",
"react": "^19.2.7",
"react-dom": "^19.2.7",
"shiki": "^4.2.0",
"sonner": "^2.0.7",
"swr": "^2.4.2",
"tailwind-merge": "^3.6.0",
"zustand": "^5.0.14"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.1",
"@types/jsrsasign": "^10.5.15",
"@types/node": "^26.0.0",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"eslint": "^9.39.4",
"eslint-config-next": "^16.2.9",
"tailwindcss": "^4.3.1",
"typescript": "^6.0.3"
},
"overrides": {
"postcss": "8.5.15"
}
}