-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.98 KB
/
Copy pathpackage.json
File metadata and controls
69 lines (69 loc) · 1.98 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
{
"name": "billui",
"version": "0.0.0",
"private": true,
"type": "module",
"scripts": {
"build": "fumadocs-registry && next build",
"dev": "portless billui next dev",
"start": "next start",
"types:check": "fumadocs-mdx && next typegen && tsc --noEmit",
"postinstall": "fumadocs-mdx",
"lint": "biome check",
"format": "biome format --write",
"typecheck": "next typegen && tsc --noEmit",
"test:registry": "node scripts/test-registry.js"
},
"dependencies": {
"@radix-ui/react-collapsible": "^1.1.12",
"@radix-ui/react-label": "^2.1.8",
"@radix-ui/react-navigation-menu": "^1.2.14",
"@radix-ui/react-popover": "^1.1.15",
"@radix-ui/react-presence": "^1.1.5",
"@radix-ui/react-progress": "^1.1.8",
"@radix-ui/react-scroll-area": "^1.2.10",
"@radix-ui/react-select": "^2.2.6",
"@radix-ui/react-slot": "^1.2.4",
"@vercel/analytics": "^1.6.1",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"country-state-city": "^3.2.1",
"fumadocs-core": "16.4.8",
"fumadocs-mdx": "14.2.6",
"fumadocs-registry": "0.3.2",
"fumadocs-ui": "16.4.8",
"lucide-react": "^0.556.0",
"motion": "^12.23.26",
"next": "16.1.6",
"next-themes": "^0.4.6",
"react": "19.2.3",
"react-dom": "19.2.3",
"scroll-into-view-if-needed": "^3.1.0",
"shiki": "^3.20.0",
"tailwind-merge": "^3.4.0"
},
"devDependencies": {
"@biomejs/biome": "^2.3.8",
"@tailwindcss/postcss": "^4.1.17",
"@types/mdast": "^4.0.4",
"@types/mdx": "^2.0.13",
"@types/node": "^24.10.2",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"mdast-util-mdx-jsx": "^3.2.0",
"postcss": "^8.5.6",
"tailwindcss": "^4.1.17",
"tsx": "^4.19.0",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"unified": "^11.0.5",
"unist-util-visit": "^5.0.0",
"vfile": "^6.0.3"
},
"pnpm": {
"overrides": {
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
}
}