-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
43 lines (43 loc) · 1.1 KB
/
Copy pathpackage.json
File metadata and controls
43 lines (43 loc) · 1.1 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
{
"packageManager": "pnpm@10.29.3",
"scripts": {
"dev": "next --turbopack",
"build": "next build",
"check:previews": "node scripts/check-previews-manifest.mjs",
"test:site": "node --test site-tests/*.test.mjs",
"start": "next start",
"postbuild": "pagefind --site .next/server/app --output-path public/_pagefind"
},
"dependencies": {
"@tailwindcss/postcss": "^4.2.2",
"@theguild/remark-mermaid": "^0.3.0",
"@vercel/og": "^0.11.1",
"clsx": "^2.1.1",
"framer-motion": "^12.38.0",
"lucide-react": "^0.544.0",
"next": "15.5.14",
"nextra": "^4.6.1",
"nextra-theme-docs": "^4.6.1",
"postcss": "^8.5.8",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"resend": "^6.17.2",
"shiki": "^4.0.2",
"tailwindcss": "^4.2.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@types/node": "24.5.0",
"@types/react": "19.2.14",
"eslint": "^9.35.0",
"eslint-config-next": "^15.5.14",
"eslint-plugin-mdx": "^3.7.0",
"pagefind": "^1.4.0",
"typescript": "^5.9.2"
},
"pnpm": {
"overrides": {
"zod": "4.3.6"
}
}
}