-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathpackage.json
65 lines (65 loc) · 1.72 KB
/
package.json
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
{
"name": "vahor.fr",
"version": "2.0.0",
"private": false,
"license": "MIT",
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"format": "bunx @biomejs/biome check ./ --write",
"format:check": "bunx @biomejs/biome format ./",
"lint": "bunx @biomejs/biome lint ./ --write",
"typecheck": "tsc --noEmit --declaration"
},
"dependencies": {
"@giscus/react": "^3.1.0",
"@radix-ui/react-dialog": "^1.1.6",
"@radix-ui/react-slot": "^1.1.2",
"@radix-ui/react-tooltip": "^1.1.8",
"@radix-ui/react-visually-hidden": "^1.1.2",
"@shikijs/transformers": "^1",
"@shikijs/twoslash": "^1",
"@t3-oss/env-nextjs": "^0.12.0",
"@vercel/analytics": "^1.5.0",
"@vercel/kv": "^3.0.0",
"@vercel/speed-insights": "^1.2.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.0.4",
"contentlayer2": "^0.5.4",
"date-fns": "^4.1.0",
"fuse.js": "^7.1.0",
"jsdom": "^26.0.0",
"lucide-react": "^0.475.0",
"next": "^15.1.7",
"next-contentlayer2": "^0.5.4",
"next-themes": "^0.4.4",
"react": "19.0.0",
"react-dom": "19.0.0",
"rehype-pretty-code": "^0.14.0",
"rehype-slug": "^6.0.0",
"remark-custom-header-id": "^1.0.0",
"remark-gfm": "^4.0.1",
"sharp": "^0.33.5",
"shiki": "^1",
"tailwind-merge": "^3.0.2",
"tailwindcss-animate": "^1.0.7",
"usehooks-ts": "^3.1.1",
"zod": "^3.24.2",
"zustand": "^5.0.3"
},
"devDependencies": {
"@biomejs/biome": "1.9.4",
"@total-typescript/ts-reset": "^0.6.1",
"@types/jsdom": "^21.1.7",
"@types/node": "^22.13.5",
"@types/react": "^19.0.10",
"@types/react-dom": "^19.0.4",
"postcss": "^8.5.3",
"remark-code-import": "^1.2.0",
"schema-dts": "^1.1.2",
"tailwindcss": "^3",
"typescript": "^5.7.3"
}
}