-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
41 lines (41 loc) · 1.02 KB
/
Copy pathpackage.json
File metadata and controls
41 lines (41 loc) · 1.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
{
"name": "ybchar-blog",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"dev": "next dev --turbo",
"start": "next start",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@vercel/analytics": "^1.5.0",
"@vercel/postgres": "^0.10.0",
"@vercel/speed-insights": "^1.0.9",
"fumadocs-core": "16.8.12",
"fumadocs-mdx": "15.0.7",
"fumadocs-ui": "16.8.12",
"lucide-react": "^0.503.0",
"mermaid": "^11.14.0",
"next": "16.2.6",
"next-mdx-remote": "^6.0.0",
"next-themes": "^0.4.6",
"react": "^19.2.6",
"react-dom": "^19.2.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.3.0",
"@types/mdast": "^4.0.4",
"@types/mdx": "^2.0.13",
"@types/node": "22.14.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"@types/unist": "^3.0.3",
"eslint": "^9.39.4",
"eslint-config-next": "16.2.6",
"postcss": "^8.5.3",
"tailwindcss": "^4.3.0",
"typescript": "^5.8.3",
"zod": "^4.4.3"
}
}