-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
94 lines (94 loc) · 3.02 KB
/
package.json
File metadata and controls
94 lines (94 loc) · 3.02 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
{
"name": "prepme",
"private": true,
"version": "0.0.1",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"prepare": "svelte-kit sync || echo ''",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"db:push": "drizzle-kit push",
"db:migrate": "drizzle-kit migrate",
"db:studio": "drizzle-kit studio",
"dev:webhook": "ngrok http --url=big-drake-quietly.ngrok-free.app 5173"
},
"devDependencies": {
"@internationalized/date": "^3.8.2",
"@lucide/svelte": "^0.525.0",
"@sveltejs/adapter-auto": "^6.0.1",
"@sveltejs/enhanced-img": "^0.8.1",
"@sveltejs/kit": "^2.37.0",
"@sveltejs/vite-plugin-svelte": "^6.1.3",
"@tailwindcss/vite": "^4.1.11",
"@tanstack/table-core": "^8.21.3",
"@types/node": "^22.17.0",
"bits-ui": "^2.9.1",
"clsx": "^2.1.1",
"drizzle-kit": "^0.30.6",
"embla-carousel-svelte": "^8.6.0",
"formsnap": "^2.0.1",
"layerchart": "2.0.0-next.27",
"mode-watcher": "^1.1.0",
"paneforge": "^1.0.2",
"prettier": "3.6.2",
"prettier-plugin-svelte": "^3.4.0",
"prettier-plugin-tailwindcss": "^0.6.14",
"svelte": "^5.38.6",
"svelte-check": "^4.3.1",
"svelte-sonner": "^1.0.5",
"sveltekit-superforms": "^2.27.1",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^1.0.0",
"tailwindcss": "^4.1.11",
"tw-animate-css": "^1.3.6",
"typescript": "^5.9.2",
"vaul-svelte": "^1.0.0-next.7",
"vite": "^7.0.6",
"vite-plugin-devtools-json": "^0.2.1"
},
"dependencies": {
"@biomejs/biome": "2.0.6",
"@dicebear/collection": "^9.2.3",
"@dicebear/core": "^9.2.3",
"@fontsource-variable/inter": "^5.2.6",
"@inngest/agent-kit": "^0.9.0",
"@neondatabase/serverless": "^0.10.4",
"@opentelemetry/winston-transport": "^0.14.1",
"@polar-sh/better-auth": "^1.1.1",
"@polar-sh/sdk": "^0.34.16",
"@stream-io/node-sdk": "^0.6.2",
"@stream-io/openai-realtime-api": "^0.3.3",
"@stream-io/video-client": "^1.28.1",
"@stream-io/video-react-sdk": "^1.20.1",
"@sveltejs/adapter-vercel": "^5.10.2",
"@tanstack/svelte-query": "^5.83.1",
"@tanstack/svelte-query-devtools": "^5.84.0",
"@types/date-fns": "^2.6.3",
"@types/humanize-duration": "^3.27.4",
"@types/react": "^19.1.12",
"@types/react-dom": "^19.1.9",
"better-auth": "^1.3.4",
"bufferutil": "^4.0.9",
"class-variance-authority": "^0.7.1",
"date-fns": "^4.1.0",
"drizzle-orm": "^0.40.1",
"drizzle-zod": "^0.8.2",
"encoding": "^0.1.13",
"highlight-words": "^2.0.0",
"humanize-duration": "^3.33.0",
"inngest": "^3.40.1",
"nanoid": "^5.1.5",
"nuqs-svelte": "^1.2.1",
"openai": "^5.19.1",
"react": "^19.1.1",
"react-dom": "^19.1.1",
"stream-chat": "^9.19.0",
"stream-chat-react": "^13.6.1",
"svelte-exmarkdown": "^5.0.2",
"utf-8-validate": "^6.0.5",
"zod": "^3.25.76"
}
}