-
Notifications
You must be signed in to change notification settings - Fork 13
Expand file tree
/
Copy pathpackage.json
More file actions
69 lines (69 loc) · 1.79 KB
/
package.json
File metadata and controls
69 lines (69 loc) · 1.79 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": "basecn",
"version": "0.0.0",
"private": true,
"scripts": {
"build": "next build",
"lint": "next lint",
"dev": "next dev --turbopack",
"start": "next start",
"postinstall": "fumadocs-mdx",
"registry:build": "shadcn build",
"knip": "knip"
},
"dependencies": {
"@base-ui/react": "^1.3.0",
"@databuddy/sdk": "^1.4.2",
"@hookform/resolvers": "^5.2.1",
"@radix-ui/react-separator": "^1.1.7",
"@radix-ui/react-slot": "^1.2.3",
"@tabler/icons-react": "^3.35.0",
"@tanstack/react-form": "^1.19.2",
"@wandry/analytics-sdk": "^1.16.0",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"embla-carousel-react": "^8.6.0",
"fumadocs-core": "16.2.2",
"fumadocs-mdx": "14.0.4",
"fumadocs-ui": "16.2.2",
"lucide-react": "^0.539.0",
"motion": "^12.23.12",
"next": "^16.0.10",
"next-themes": "^0.4.6",
"react": "19.2.0",
"react-day-picker": "^9.8.1",
"react-dom": "19.2.0",
"react-hook-form": "^7.62.0",
"react-resizable-panels": "^3.0.6",
"react-textarea-autosize": "^8.5.9",
"recharts": "^3.5.1",
"shadcn": "3.5.0",
"sonner": "^2.0.7",
"tailwind-merge": "^3.3.1",
"vaul-base": "^0.0.6",
"zod": "^4.0.17"
},
"devDependencies": {
"@tailwindcss/postcss": "^4.1.11",
"@types/mdx": "^2.0.13",
"@types/node": "24.1.0",
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3",
"eslint": "^8",
"eslint-config-next": "16.0.6",
"knip": "^5.63.1",
"postcss": "^8.5.6",
"shiki": "^3.11.0",
"tailwindcss": "^4.1.11",
"tw-animate-css": "^1.3.6",
"typescript": "^5.9.2"
},
"pnpm": {
"overrides": {
"@types/react": "19.2.7",
"@types/react-dom": "19.2.3"
}
}
}