-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
76 lines (76 loc) · 2.29 KB
/
Copy pathpackage.json
File metadata and controls
76 lines (76 loc) · 2.29 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
{
"name": "arkethon-frontend",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"build": "next build --turbopack",
"start": "next start",
"check": "ultracite check",
"fix": "ultracite fix",
"check:errors": "ultracite check --diagnostic-level=error --max-diagnostics 150"
},
"dependencies": {
"@arkejs/client": "^2.11.2",
"@hookform/resolvers": "^5.4.0",
"@radix-ui/react-alert-dialog": "^1.1.17",
"@radix-ui/react-dialog": "^1.1.17",
"@radix-ui/react-dropdown-menu": "^2.1.18",
"@radix-ui/react-label": "^2.1.10",
"@radix-ui/react-popover": "^1.1.17",
"@radix-ui/react-primitive": "^2.1.6",
"@radix-ui/react-scroll-area": "^1.2.12",
"@radix-ui/react-separator": "^1.1.10",
"@radix-ui/react-slot": "^1.3.0",
"@radix-ui/react-toolbar": "^1.1.13",
"@radix-ui/react-tooltip": "^1.2.10",
"@streamdown/cjk": "^1.0.3",
"@streamdown/code": "^1.1.1",
"@streamdown/math": "^1.0.2",
"@streamdown/mermaid": "^1.0.2",
"@tabler/icons-react": "^3.44.0",
"@tanstack/react-query": "^5.101.0",
"@tanstack/react-query-devtools": "^5.101.0",
"@toolwind/corner-shape": "0.0.8-3",
"ai": "^6.0.208",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"date-fns": "^4.4.0",
"ddmushi": "^0.3.1",
"lucide-react": "^0.544.0",
"nanoid": "^5.1.14",
"next": "16.2.6",
"next-auth": "^4.24.14",
"next-themes": "^0.4.6",
"phoenix": "^1.8.8",
"puedo": "^0.0.2",
"radix-ui": "^1.6.0",
"react": "19.1.0",
"react-day-picker": "^10.0.1",
"react-dom": "19.1.0",
"react-dropzone": "^15.0.0",
"react-hook-form": "^7.79.0",
"recharts": "^3.8.0",
"shiki": "^4.2.0",
"streamdown": "^2.5.0",
"superjson": "^2.2.6",
"tailwind-merge": "^3.6.0",
"tailwind-scrollbar-hide": "^4.0.0",
"use-file-picker": "2.1.2",
"use-stick-to-bottom": "^1.1.6",
"zod": "^4.4.3"
},
"devDependencies": {
"@biomejs/biome": "2.2.5",
"@tailwindcss/postcss": "^4.3.1",
"@types/lodash": "^4.17.24",
"@types/node": "^20.19.43",
"@types/react": "^19.2.17",
"@types/react-dom": "^19.2.3",
"tailwindcss": "^4.3.1",
"tw-animate-css": "^1.4.0",
"typescript": "^5.9.3",
"ultracite": "5.5.0"
}
}