-
Notifications
You must be signed in to change notification settings - Fork 0
/
package.json
35 lines (35 loc) · 1.08 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
{
"name": "lumberjack",
"version": "2.6.0",
"description": "Log where you are, instantly",
"type": "module",
"scripts": {
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview --host 0.0.0.0 --port 443",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"gen-supabase-types": "npx supabase gen types --lang=typescript --project-id \"gikuvqhvhuuooyegmotc\" --schema public > src/lib/types/supabase.ts"
},
"devDependencies": {
"@sveltejs/adapter-node": "^5.2.9",
"@sveltejs/kit": "^2.8.0",
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"rollup-plugin-visualizer": "^5.12.0",
"supabase": "^1.219.2",
"svelte": "^5.1.14",
"svelte-check": "^4.0.7",
"tslib": "^2.8.1",
"typescript": "^5.6.3",
"vite": "^5.4.11"
},
"dependencies": {
"@iconify-json/fa-solid": "^1.2.0",
"@supabase/ssr": "^0.5.2",
"@supabase/supabase-js": "^2.46.1",
"@vite-pwa/sveltekit": "^0.6.6",
"fast-glob": "^3.3.2",
"skia-canvas": "^1.0.2",
"unplugin-icons": "^0.20.1"
}
}