-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
37 lines (37 loc) · 1.06 KB
/
package.json
File metadata and controls
37 lines (37 loc) · 1.06 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
{
"name": "web",
"version": "0.0.1",
"private": true,
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"build:vercel": "cd ../.. && bun run build:vercel",
"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"
},
"dependencies": {
"@cable-intel/backend": "workspace:*",
"@cable-intel/env": "workspace:*",
"@vercel/analytics": "^1.5.0",
"@tabler/icons-svelte": "^3.36.1",
"convex": "catalog:",
"convex-svelte": "^0.0.12",
"dotenv": "catalog:",
"zod": "catalog:"
},
"devDependencies": {
"@cable-intel/config": "workspace:*",
"@sveltejs/adapter-auto": "^7.0.1",
"@sveltejs/kit": "2.55.0",
"@sveltejs/vite-plugin-svelte": "7.0.0",
"@tailwindcss/vite": "^4.1.12",
"svelte": "5.53.12",
"svelte-check": "4.4.5",
"tailwindcss": "^4.1.12",
"typescript": "catalog:",
"vite": "8.0.0"
}
}