-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
109 lines (109 loc) · 3.37 KB
/
package.json
File metadata and controls
109 lines (109 loc) · 3.37 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
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
{
"name": "oracle",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"prepare": "husky",
"bump-deps": "bun update --latest",
"bump-ui": "bunx --bun shadcn@latest add --all --overwrite && bunx --bun shadcn@latest migrate radix",
"build": "next build",
"start": "next start",
"check": "ultracite check",
"fix": "ultracite fix",
"type-check": "tsc --noEmit",
"test": "vitest run",
"test:watch": "vitest"
},
"dependencies": {
"@ai-sdk/google": "^3.0.43",
"@ai-sdk/openai": "^3.0.41",
"@ai-sdk/react": "^3.0.118",
"@base-ui/react": "^1.3.0",
"@hookform/resolvers": "^5.2.2",
"@json-render/core": "^0.14.0",
"@json-render/react": "^0.14.0",
"@json-render/shadcn": "^0.14.0",
"@streamdown/cjk": "^1.0.3",
"@streamdown/code": "^1.1.1",
"@streamdown/math": "^1.0.2",
"@streamdown/mermaid": "^1.0.2",
"@tiptap/core": "^3.20.1",
"@tiptap/extension-character-count": "^3.20.1",
"@tiptap/extension-code-block-lowlight": "^3.20.1",
"@tiptap/extension-list": "^3.20.1",
"@tiptap/extension-placeholder": "^3.20.1",
"@tiptap/extension-subscript": "^3.20.1",
"@tiptap/extension-superscript": "^3.20.1",
"@tiptap/extension-table": "^3.20.1",
"@tiptap/extension-table-cell": "^3.20.1",
"@tiptap/extension-table-header": "^3.20.1",
"@tiptap/extension-table-row": "^3.20.1",
"@tiptap/extension-task-item": "^3.20.1",
"@tiptap/extension-task-list": "^3.20.1",
"@tiptap/extension-text-style": "^3.20.1",
"@tiptap/extension-typography": "^3.20.1",
"@tiptap/extensions": "^3.20.1",
"@tiptap/pm": "^3.20.1",
"@tiptap/react": "^3.20.1",
"@tiptap/starter-kit": "^3.20.1",
"@tiptap/suggestion": "^3.20.1",
"@vercel/beautiful-mermaid": "^0.1.5",
"@vercel/blob": "^0.27.3",
"@xyflow/react": "^12.10.1",
"ai": "^6.0.116",
"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",
"fuse.js": "^7.1.0",
"input-otp": "^1.4.2",
"jotai": "^2.18.1",
"katex": "^0.16.38",
"lowlight": "^3.3.0",
"lucide-react": "^0.577.0",
"nanoid": "^5.1.6",
"next": "16.1.6",
"next-themes": "^0.4.6",
"radix-ui": "^1.4.3",
"react": "^19.2.4",
"react-day-picker": "^9.14.0",
"react-dom": "^19.2.4",
"react-dropzone": "^15.0.0",
"react-hook-form": "^7.71.2",
"react-hotkeys-hook": "^5.2.4",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^4.7.2",
"recharts": "2.15.4",
"shiki": "^4.0.2",
"sonner": "^2.0.7",
"streamdown": "^2.5.0",
"tailwind-merge": "^3.5.0",
"tippy.js": "^6.3.7",
"tunnel-rat": "^0.1.2",
"tw-animate-css": "^1.4.0",
"use-debounce": "^10.1.0",
"vaul": "^1.1.2",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "2.3.15",
"@tailwindcss/postcss": "^4.2.1",
"@testing-library/jest-dom": "^6.9.1",
"@testing-library/react": "^16.3.2",
"@testing-library/user-event": "^14.6.1",
"@types/node": "^25.5.0",
"@types/react": "^19.2.14",
"@types/react-dom": "^19.2.3",
"husky": "^9.1.7",
"jsdom": "^28.1.0",
"prettier": "^3.8.1",
"tailwindcss": "^4.2.1",
"typescript": "^5.9.3",
"ultracite": "7.1.5",
"vite-tsconfig-paths": "^6.1.1",
"vitest": "^4.1.0"
},
"packageManager": "bun@1.3.10"
}