-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
93 lines (93 loc) · 2.74 KB
/
package.json
File metadata and controls
93 lines (93 loc) · 2.74 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
{
"private": true,
"type": "module",
"version": "1.0.0",
"name": "codecollab",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"format": "prettier --write .",
"postinstall": "npx prisma generate",
"prepare": "svelte-kit sync || echo ''",
"lint": "prettier --check . && eslint .",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch"
},
"devDependencies": {
"@ai-sdk/openai": "^2.0.3",
"@ai-sdk/svelte": "^3.0.4",
"@dnd-kit-svelte/core": "^0.0.8",
"@dnd-kit-svelte/modifiers": "^0.0.8",
"@dnd-kit-svelte/sortable": "^0.0.8",
"@dnd-kit-svelte/utilities": "^0.0.8",
"@eslint/compat": "^1.2.5",
"@eslint/js": "^9.18.0",
"@internationalized/date": "^3.8.2",
"@lucide/svelte": "^0.515.0",
"@sveltejs/adapter-auto": "^6.0.0",
"@sveltejs/kit": "^2.22.0",
"@sveltejs/vite-plugin-svelte": "^6.1.0",
"@tabler/icons-svelte": "^3.34.1",
"@tailwindcss/typography": "^0.5.15",
"@tailwindcss/vite": "^4.0.0",
"@tanstack/table-core": "^8.21.3",
"@types/d3-scale": "^4.0.9",
"@types/d3-shape": "^3.1.7",
"@types/jsonwebtoken": "^9.0.10",
"@types/marked": "^5.0.2",
"@types/node": "^24.2.0",
"ai": "^5.0.4",
"bits-ui": "^2.9.1",
"clsx": "^2.1.1",
"d3-scale": "^4.0.2",
"d3-shape": "^3.2.0",
"eslint": "^9.18.0",
"eslint-config-prettier": "^10.0.1",
"eslint-plugin-svelte": "^3.0.0",
"globals": "^16.0.0",
"layerchart": "^2.0.0-next.27",
"prettier": "^3.4.2",
"prettier-plugin-svelte": "^3.3.3",
"prettier-plugin-tailwindcss": "^0.6.11",
"svelte": "^5.0.0",
"svelte-check": "^4.0.0",
"svelte-sonner": "^1.0.5",
"tailwind-merge": "^3.3.1",
"tailwind-variants": "^1.0.0",
"tailwindcss": "^4.0.0",
"tw-animate-css": "^1.3.6",
"typescript": "^5.0.0",
"typescript-eslint": "^8.20.0",
"vaul-svelte": "^1.0.0-next.7",
"vite": "^7.0.6",
"zod": "^3.25.76"
},
"dependencies": {
"@ai-sdk/openai-compatible": "^1.0.2",
"@mediapipe/tasks-vision": "^0.10.22-rc.20250304",
"@openrouter/ai-sdk-provider": "^1.0.0-beta.6",
"@prisma/client": "^6.13.0",
"@tiptap-pro/provider": "^3.0.1",
"@tiptap/core": "^3.0.9",
"@tiptap/extension-code-block-lowlight": "^3.0.9",
"@tiptap/extension-collaboration": "^3.0.9",
"@tiptap/pm": "^3.0.9",
"@tiptap/starter-kit": "^3.0.9",
"@tiptap/y-tiptap": "^3.0.0",
"@types/ws": "^8.18.1",
"agora-rtc-sdk-ng": "^4.24.0",
"agora-token": "^2.0.5",
"better-auth": "^1.3.4",
"jsonwebtoken": "^9.0.2",
"lowlight": "^3.3.0",
"lucide-svelte": "^0.536.0",
"marked": "^16.1.2",
"mode-watcher": "^1.1.0",
"paneforge": "^1.0.2",
"prisma": "^6.13.0",
"ws": "^8.18.3",
"y-protocols": "^1.0.6",
"yjs": "^13.6.27"
}
}