-
Notifications
You must be signed in to change notification settings - Fork 4
Expand file tree
/
Copy pathpackage.json
More file actions
91 lines (91 loc) · 2.59 KB
/
Copy pathpackage.json
File metadata and controls
91 lines (91 loc) · 2.59 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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
{
"name": "boot-nextjs",
"type": "module",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"prebuild": "pnpm lint:fix",
"build": "next build",
"start": "next start",
"lint": "eslint",
"lint:fix": "eslint --fix",
"ui": "pnpm dlx shadcn@latest add",
"test": "vitest"
},
"dependencies": {
"@base-ui/react": "^1.4.1",
"@better-auth/stripe": "^1.6.9",
"@hookform/resolvers": "^5.2.2",
"@kirklin/logger": "^0.1.1",
"@kirklin/reset-css": "^0.0.6",
"@next/third-parties": "^16.2.4",
"@radix-ui/react-use-controllable-state": "^1.2.2",
"@rive-app/react-webgl2": "^4.28.3",
"@streamdown/cjk": "^1.0.3",
"@streamdown/code": "^1.1.1",
"@streamdown/math": "^1.0.2",
"@streamdown/mermaid": "^1.0.2",
"@stripe/stripe-js": "^9.4.0",
"@vercel/analytics": "^2.0.1",
"@xyflow/react": "^12.10.2",
"ai": "^6.0.174",
"ansi-to-react": "^6.2.6",
"better-auth": "^1.6.9",
"cfuse": "^0.1.2",
"class-variance-authority": "^0.7.1",
"cmdk": "^1.1.1",
"date-fns": "^4.1.0",
"drizzle-orm": "^0.45.2",
"embla-carousel-react": "^8.6.0",
"framer-motion": "^12.38.0",
"input-otp": "^1.4.2",
"iso-639-1": "^3.1.5",
"lucide-react": "^1.14.0",
"media-chrome": "^4.19.0",
"motion": "^12.38.0",
"nanoid": "^5.1.11",
"next": "^16.2.4",
"next-intl": "^4.11.0",
"next-themes": "^0.4.6",
"postgres": "^3.4.9",
"radix-ui": "^1.4.3",
"react": "^19.2.5",
"react-day-picker": "^9.13.2",
"react-dom": "^19.2.5",
"react-hook-form": "^7.75.0",
"react-jsx-parser": "^2.4.1",
"react-resizable-panels": "^4.10.0",
"recharts": "^2.15.4",
"shiki": "^3.23.0",
"sonner": "^2.0.7",
"streamdown": "^2.5.0",
"stripe": "^22.1.0",
"tailwind-merge": "^3.5.0",
"tokenlens": "^1.3.1",
"use-stick-to-bottom": "^1.1.4",
"vaul": "^1.1.2",
"zod": "^4.4.2"
},
"devDependencies": {
"@eslint-react/eslint-plugin": "^3.0.0",
"@iconify/json": "^2.2.469",
"@iconify/tailwind4": "^1.2.3",
"@kirklin/eslint-config": "^8.2.0",
"@next/eslint-plugin-next": "^16.2.4",
"@tailwindcss/postcss": "^4.2.4",
"@types/node": "^25.6.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"drizzle-kit": "^0.31.10",
"eslint": "^10.3.0",
"eslint-plugin-format": "^2.0.1",
"eslint-plugin-jsx-a11y": "^6.10.2",
"eslint-plugin-react-refresh": "^0.5.2",
"postcss": "^8.5.13",
"tailwindcss": "^4.2.4",
"tw-animate-css": "^1.4.0",
"typescript": "^6.0.3",
"vitest": "^4.1.5"
}
}