-
Notifications
You must be signed in to change notification settings - Fork 17
Expand file tree
/
Copy pathpackage.json
More file actions
57 lines (57 loc) · 1.67 KB
/
Copy pathpackage.json
File metadata and controls
57 lines (57 loc) · 1.67 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
{
"name": "multigres-site",
"private": true,
"type": "module",
"sideEffects": false,
"scripts": {
"dev": "vite dev",
"build": "vite build && tsx scripts/generate-rss.ts",
"start": "vite preview",
"preview": "vite preview",
"types:check": "fumadocs-mdx && tsc --noEmit",
"lint:naming": "./tools/naming_linter.sh",
"postinstall": "fumadocs-mdx"
},
"dependencies": {
"@fontsource-variable/geist": "^5.2.9",
"@fontsource-variable/manrope": "^5.2.8",
"@tanstack/react-router": "1.170.8",
"@tanstack/react-router-devtools": "1.167.0",
"@tanstack/react-start": "1.168.14",
"class-variance-authority": "0.7.1",
"clsx": "2.1.1",
"fumadocs-core": "16.9.3",
"fumadocs-mdx": "15.0.10",
"fumadocs-ui": "16.9.3",
"lucide-react": "^1.17.0",
"posthog-js": "^1.376.6",
"radix-ui": "^1.4.3",
"react": "^19.2.6",
"react-dom": "^19.2.6",
"shadcn": "^4.9.0",
"tailwind-merge": "^3.6.0",
"tw-animate-css": "1.3.3",
"vite": "^8.0.14",
"zod": "^4.4.3"
},
"devDependencies": {
"@tailwindcss/vite": "^4.3.0",
"@types/js-yaml": "^4.0.9",
"@types/mdx": "^2.0.13",
"@types/node": "^25.9.1",
"@types/react": "^19.2.15",
"@types/react-dom": "^19.2.3",
"@vitejs/plugin-react": "^6.0.2",
"dayjs": "^1.11.21",
"feed": "^5.2.1",
"js-yaml": "^4.2.0",
"nitro": "3.0.260522-beta",
"tailwindcss": "^4.3.0",
"tsx": "^4.22.4",
"typescript": "^6.0.3"
},
"packageManager": "pnpm@10.24.0+sha512.01ff8ae71b4419903b65c60fb2dc9d34cf8bb6e06d03bde112ef38f7a34d6904c424ba66bea5cdcf12890230bf39f9580473140ed9c946fef328b6e5238a345a",
"engines": {
"node": ">=20.19.0"
}
}