-
Notifications
You must be signed in to change notification settings - Fork 165
Expand file tree
/
Copy pathpackage.json
More file actions
79 lines (79 loc) · 2.42 KB
/
package.json
File metadata and controls
79 lines (79 loc) · 2.42 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
{
"name": "tersa",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --turbopack",
"bump-deps": "npx npm-check-updates -u && pnpm install",
"bump-ui": "npx shadcn@latest add --all --overwrite && npx shadcn@latest migrate radix",
"build": "next build --turbopack",
"start": "next start",
"check": "ultracite check",
"fix": "ultracite fix"
},
"dependencies": {
"@ai-sdk/gateway": "^3.0.53",
"@ai-sdk/react": "^3.0.97",
"@tiptap/core": "^3.19.0",
"@tiptap/extension-character-count": "^3.19.0",
"@tiptap/extension-code-block-lowlight": "^3.19.0",
"@tiptap/extension-list": "^3.19.0",
"@tiptap/extension-placeholder": "^3.19.0",
"@tiptap/extension-subscript": "^3.19.0",
"@tiptap/extension-superscript": "^3.19.0",
"@tiptap/extension-table": "^3.19.0",
"@tiptap/extension-table-cell": "^3.19.0",
"@tiptap/extension-table-header": "^3.19.0",
"@tiptap/extension-table-row": "^3.19.0",
"@tiptap/extension-task-item": "^3.19.0",
"@tiptap/extension-task-list": "^3.19.0",
"@tiptap/extension-text-style": "^3.19.0",
"@tiptap/extension-typography": "^3.19.0",
"@tiptap/extensions": "^3.19.0",
"@tiptap/pm": "^3.19.0",
"@tiptap/react": "^3.19.0",
"@tiptap/starter-kit": "^3.19.0",
"@tiptap/suggestion": "^3.19.0",
"@vercel/analytics": "^1.6.1",
"@vercel/blob": "^0.27.0",
"@xyflow/react": "^12.10.0",
"ai": "^6.0.95",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"fuse.js": "^7.1.0",
"jotai": "^2.17.1",
"lowlight": "^3.3.0",
"lucide-react": "^0.563.0",
"motion": "^12.34.0",
"nanoid": "^5.1.6",
"next": "16.1.6",
"next-themes": "^0.4.6",
"radix-ui": "latest",
"react": "^19.2.4",
"react-dom": "^19.2.4",
"react-dropzone": "^15.0.0",
"react-hotkeys-hook": "^5.2.4",
"react-markdown": "^10.1.0",
"sonner": "^2.0.7",
"streamdown": "^2.2.0",
"tailwind-merge": "^3.4.0",
"tippy.js": "^6.3.7",
"tunnel-rat": "^0.1.2",
"tw-animate-css": "^1.4.0",
"use-debounce": "^10.1.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "2.3.15",
"@tailwindcss/postcss": "^4",
"@types/node": "^25",
"@types/react": "^19",
"@types/react-dom": "^19",
"prettier": "^3.8.1",
"tailwindcss": "^4",
"typescript": "^5",
"ultracite": "7.1.5"
},
"packageManager": "pnpm@10.29.3"
}