-
Notifications
You must be signed in to change notification settings - Fork 14
/
package.json
119 lines (119 loc) · 3.48 KB
/
package.json
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
110
111
112
113
114
115
116
117
118
119
{
"name": "doctor-dok",
"version": "0.1.0",
"private": true,
"scripts": {
"dev": "next dev",
"build": "next build",
"start": "next start",
"lint": "next lint",
"generate": "drizzle-kit generate",
"generate-stats": "drizzle-kit generate --config drizzle.stats.config.ts",
"generate-audit": "drizzle-kit generate --config drizzle.audit.config.ts"
},
"dependencies": {
"@ai-sdk/openai": "^0.0.36",
"@chengsokdara/use-whisper": "^0.2.0",
"@enhances/with-resolvers": "^0.0.5",
"@ffmpeg/core": "0.11.0",
"@ffmpeg/ffmpeg": "^0.12.10",
"@hookform/resolvers": "^3.6.0",
"@next/bundle-analyzer": "^14.2.5",
"@radix-ui/react-accordion": "^1.2.0",
"@radix-ui/react-alert-dialog": "^1.1.1",
"@radix-ui/react-avatar": "^1.0.4",
"@radix-ui/react-checkbox": "^1.0.4",
"@radix-ui/react-dialog": "^1.1.1",
"@radix-ui/react-dropdown-menu": "^2.1.2",
"@radix-ui/react-icons": "^1.3.0",
"@radix-ui/react-label": "^2.0.2",
"@radix-ui/react-popover": "^1.1.1",
"@radix-ui/react-select": "^2.0.0",
"@radix-ui/react-slot": "^1.1.0",
"@radix-ui/react-tabs": "^1.1.0",
"@react-pdf/renderer": "^3.4.4",
"@svgr/webpack": "^8.1.0",
"@uiw/react-json-view": "^1.12.2",
"ai": "^3.2.27",
"argon2-browser": "^1.18.0",
"async-mutex": "^0.5.0",
"axios": "^1.7.4",
"base64-loader": "^1.0.0",
"better-sqlite3": "^11.0.0",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"cmdk": "1.0.0",
"crypto-js": "^4.2.0",
"date-fns": "^3.6.0",
"deep-object-diff": "^1.1.9",
"drizzle-kit": "^0.22.7",
"drizzle-orm": "^0.31.2",
"emblor": "^1.4.6",
"fast-sort": "^3.4.0",
"ffmpeg-wasm": "^1.0.1",
"file-saver": "^2.0.5",
"filenamify": "^6.0.0",
"fs": "^0.0.1-security",
"gpt-tokens": "^1.3.8",
"is-url": "^1.2.4",
"jose": "^5.6.3",
"json-edit-react": "^1.15.5",
"jsonrepair": "^3.8.0",
"jszip": "^3.10.1",
"lucide-react": "^0.400.0",
"nanoid": "^5.0.7",
"next": "14.2.15",
"next-themes": "^0.3.0",
"node-cache": "^5.1.2",
"ollama-ai-provider": "^0.12.0",
"password-validator": "^5.3.0",
"react": "^18.3.1",
"react-day-picker": "8.10.1",
"react-dom": "^18",
"react-dropzone": "^14.2.3",
"react-hook-form": "^7.52.0",
"react-json-view-lite": "^1.4.0",
"react-markdown": "^9.0.1",
"react-no-ssr": "^1.1.0",
"react-pdf": "^9.1.0",
"react-syntax-highlighter": "^15.5.0",
"react-to-print": "^2.15.1",
"react-use": "^17.5.0",
"remark-gfm": "^4.0.0",
"remove-markdown": "^0.5.5",
"showdown": "^2.1.0",
"sonner": "^1.5.0",
"tailwind-merge": "^2.3.0",
"tailwindcss-animate": "^1.0.7",
"tesseract.js": "^5.1.0",
"typescript-string-operations": "^1.5.1",
"use-file-picker": "^2.1.2",
"use-mask-input": "^3.4.0",
"uuid": "^10.0.0",
"vaul": "^0.9.1",
"zod": "^3.23.8",
"zod-to-json-schema": "^3.23.1"
},
"devDependencies": {
"@types/better-sqlite3": "^7.6.11",
"@types/file-saver": "^2.0.7",
"@types/node": "^20",
"@types/react": "^18",
"@types/react-dom": "^18",
"@types/react-no-ssr": "^1.1.7",
"@types/react-syntax-highlighter": "^15.5.13",
"@types/showdown": "^2.0.6",
"@types/uuid": "^10.0.0",
"eslint": "^8",
"eslint-config-next": "14.2.4",
"postcss": "^8",
"tailwindcss": "^3.4.1",
"typescript": "^5"
},
"resolutions": {
"string-width": "4.2.3"
},
"engines": {
"node": "20"
}
}