-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
72 lines (72 loc) · 2.12 KB
/
package.json
File metadata and controls
72 lines (72 loc) · 2.12 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
67
68
69
70
71
72
{
"name": "patrick-xin.com",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev --host",
"build": "vite build",
"preview": "vite preview",
"test": "vitest run",
"format": "biome format",
"lint": "biome lint",
"check": "biome check"
},
"dependencies": {
"@base-ui/react": "^1.3.0",
"@content-collections/core": "^0.14.2",
"@content-collections/mdx": "^0.2.2",
"@content-collections/vite": "^0.2.9",
"@fontsource-variable/jetbrains-mono": "^5.2.8",
"@fontsource/fira-mono": "^5.2.7",
"@tailwindcss/vite": "^4.1.18",
"@tanstack/react-devtools": "^0.7.0",
"@tanstack/react-hotkeys": "^0.3.2",
"@tanstack/react-router": "^1.132.0",
"@tanstack/react-router-devtools": "^1.132.0",
"@tanstack/react-router-ssr-query": "^1.131.7",
"@tanstack/react-start": "^1.132.0",
"@tanstack/router-plugin": "^1.132.0",
"@tanstack/start-static-server-functions": "^1.166.3",
"@tanstack/zod-adapter": "^1.166.6",
"@unpic/react": "^1.0.2",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"github-slugger": "^2.0.0",
"lucide-react": "^0.577.0",
"motion": "^12.35.0",
"react": "^19.2.0",
"react-day-picker": "^9.14.0",
"react-dom": "^19.2.0",
"rehype-autolink-headings": "^7.1.0",
"shiki": "^4.0.1",
"tailwind-merge": "^3.5.0",
"tailwindcss": "^4.1.18",
"use-sound": "^5.0.0"
},
"devDependencies": {
"@biomejs/biome": "2.2.4",
"@netlify/vite-plugin-tanstack-start": "^1.2.3",
"@tailwindcss/typography": "^0.5.16",
"@tanstack/devtools-vite": "^0.3.11",
"@testing-library/dom": "^10.4.0",
"@testing-library/react": "^16.2.0",
"@types/node": "^22.10.2",
"@types/react": "^19.2.0",
"@types/react-dom": "^19.2.0",
"@vitejs/plugin-react": "^5.0.4",
"jsdom": "^27.0.0",
"rehype-pretty-code": "^0.14.3",
"rehype-slug": "^6.0.0",
"remark-gfm": "^4.0.1",
"typescript": "^5.7.2",
"vite": "^7.1.7",
"vite-tsconfig-paths": "^5.1.4",
"vitest": "^3.0.5"
},
"pnpm": {
"onlyBuiltDependencies": [
"esbuild",
"lightningcss"
]
}
}