-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
66 lines (66 loc) · 1.74 KB
/
Copy pathpackage.json
File metadata and controls
66 lines (66 loc) · 1.74 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
{
"name": "next-markdown-vcard-blog",
"version": "0.1.0",
"private": true,
"type": "module",
"packageManager": "pnpm@11.9.0",
"scripts": {
"dev": "next dev",
"build": "next build",
"postbuild": "pagefind --site out --silent",
"typecheck": "tsc --noEmit",
"lint": "biome check .",
"test": "vitest run",
"format": "biome check --write ."
},
"dependencies": {
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"hast-util-to-string": "^3.0.1",
"lucide-react": "^1.21.0",
"mermaid": "^11.16.0",
"next": "16.2.9",
"radix-ui": "^1.6.0",
"react": "19.2.7",
"react-dom": "19.2.7",
"rehype-autolink-headings": "^7.1.0",
"rehype-external-links": "^3.0.0",
"rehype-katex": "^7.0.1",
"rehype-pretty-code": "^0.14.4",
"rehype-sanitize": "^6.0.0",
"rehype-slug": "^6.0.0",
"rehype-stringify": "^10.0.1",
"remark-gfm": "^4.0.1",
"remark-math": "^6.0.0",
"remark-parse": "^11.0.0",
"remark-rehype": "^11.1.2",
"shadcn": "^4.12.0",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "^1.4.0",
"unified": "^11.0.5",
"unist-util-visit": "^5.1.0",
"vfile": "^6.0.3",
"vfile-matter": "^5.0.1",
"zod": "^4.4.3"
},
"devDependencies": {
"@biomejs/biome": "2.5.1",
"@tailwindcss/postcss": "4.3.1",
"@tailwindcss/typography": "^0.5.20",
"@testing-library/react": "^16.3.2",
"@types/hast": "^3.0.5",
"@types/mdast": "^4.0.4",
"@types/node": "26.0.1",
"@types/react": "19.2.17",
"@types/react-dom": "19.2.3",
"axe-core": "^4.12.1",
"happy-dom": "^20.11.1",
"pagefind": "1.5.2",
"tailwindcss": "4.3.1",
"typescript": "6.0.3",
"vitest": "4.1.9"
},
"engines": {
"node": ">=22"
}
}