-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
95 lines (95 loc) · 2.52 KB
/
Copy pathpackage.json
File metadata and controls
95 lines (95 loc) · 2.52 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
{
"name": "scribe",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev --webpack",
"build": "next build",
"start": "next start",
"lint": "eslint",
"typecheck": "tsc --noEmit",
"check": "npm run lint && npm run typecheck && npm test && npm run build",
"test": "vitest run"
},
"dependencies": {
"@ai-sdk/google": "^3.0.29",
"@ai-sdk/react": "^3.0.84",
"@base-ui/react": "^1.1.0",
"@clerk/nextjs": "^6.37.4",
"@hookform/resolvers": "^5.2.2",
"@langchain/textsplitters": "^1.0.1",
"@neondatabase/serverless": "^1.0.2",
"@radix-ui/react-use-controllable-state": "^1.2.2",
"@rive-app/react-webgl2": "^4.26.2",
"@streamdown/cjk": "^1.0.2",
"@streamdown/code": "^1.0.2",
"@streamdown/math": "^1.0.2",
"@streamdown/mermaid": "^1.0.2",
"@supermemory/tools": "^1.4.0",
"@types/pdf-parse": "^1.1.5",
"@vercel/blob": "^2.3.1",
"@xyflow/react": "^12.10.0",
"ai": "^6.0.82",
"ansi-to-react": "^6.2.6",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
"cmdk": "^1.1.1",
"csv-parse": "^6.1.0",
"date-fns": "^4.1.0",
"dotenv": "^17.3.1",
"drizzle-kit": "^0.31.9",
"drizzle-orm": "^0.45.1",
"embla-carousel-react": "^8.6.0",
"input-otp": "^1.4.2",
"lucide-react": "^0.563.0",
"mammoth": "^1.11.0",
"media-chrome": "^4.17.2",
"motion": "^12.34.0",
"nanoid": "^5.1.6",
"next": "16.1.6",
"next-themes": "^0.4.6",
"pdf-parse": "1.1.1",
"pdfjs-dist": "^5.5.207",
"radix-ui": "^1.4.3",
"razorpay": "^2.9.6",
"react": "19.2.3",
"react-day-picker": "^9.13.2",
"react-dom": "19.2.3",
"react-hook-form": "^7.71.1",
"react-jsx-parser": "^2.4.1",
"react-markdown": "^10.1.0",
"react-resizable-panels": "^4",
"recharts": "2.15.4",
"shiki": "^3.22.0",
"sonner": "^2.0.7",
"streamdown": "^2.2.0",
"tailwind-merge": "^3.4.0",
"tokenlens": "^1.3.1",
"use-stick-to-bottom": "^1.1.3",
"vaul": "^1.1.2",
"ws": "^8.19.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@tailwindcss/postcss": "^4",
"@types/node": "^20",
"@types/react": "^19",
"@types/react-dom": "^19",
"@types/ws": "^8.18.1",
"eslint": "^9",
"eslint-config-next": "16.1.6",
"shadcn": "^3.8.4",
"tailwindcss": "^4",
"tw-animate-css": "^1.4.0",
"typescript": "^5",
"vitest": "^4.1.0"
},
"ignoreScripts": [
"sharp",
"unrs-resolver"
],
"trustedDependencies": [
"sharp",
"unrs-resolver"
]
}