-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpackage.json
More file actions
executable file
·94 lines (94 loc) · 2.96 KB
/
package.json
File metadata and controls
executable file
·94 lines (94 loc) · 2.96 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": "ddal-svelte",
"version": "0.0.2",
"private": true,
"scripts": {
"start:supabase": "./start-supabase.sh",
"clean:circular": "ds src --exclude-types",
"clean:install": "rm -rf node_modules pnpm-lock.yaml && pnpm install",
"clean:dev": "rm -rf .svelte-kit && pnpm dev",
"dev": "pnpm start:supabase && vite dev",
"build": "pnpm env-check && vite build",
"preview": "vite preview",
"env-check": "node -v && pnpm -v && vite -v",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"lint": "eslint \"src/**/*.{ts,svelte}\" --max-warnings=0",
"format": "prettier --plugin-search-dir . --write ."
},
"devDependencies": {
"@eslint/js": "^9.39.2",
"@iconify-json/logos": "^1.2.9",
"@iconify-json/material-symbols": "^1.2.50",
"@iconify-json/mdi": "^1.2.3",
"@iconify/tailwind4": "^1.2.0",
"@sveltejs/adapter-node": "^5.4.0",
"@sveltejs/kit": "^2.49.2",
"@sveltejs/vite-plugin-svelte": "^6.2.1",
"@tailwindcss/postcss": "^4.1.18",
"@tailwindcss/vite": "^4.1.18",
"@total-typescript/ts-reset": "^0.6.1",
"@types/js-cookie": "^3.0.6",
"@types/node": "^24.1.0",
"@typescript-eslint/eslint-plugin": "^8.51.0",
"@typescript-eslint/parser": "^8.51.0",
"autoprefixer": "^10.4.23",
"daisyui": "5.5.14",
"eslint": "^9.39.2",
"eslint-config-prettier": "^10.1.8",
"eslint-plugin-svelte": "^3.13.1",
"globals": "^17.0.0",
"prettier": "^3.7.4",
"prettier-plugin-svelte": "^3.4.1",
"prettier-plugin-tailwindcss": "^0.7.2",
"svelte": "5.41.4",
"svelte-check": "^4.3.5",
"sveltekit-superforms": "2.29.1",
"tailwindcss": "^4.1.18",
"tslib": "^2.8.1",
"typescript": "5.9.3",
"typescript-eslint": "^8.51.0",
"vite": "^7.3.0",
"vite-plugin-devtools-json": "^1.0.0"
},
"type": "module",
"dependencies": {
"@better-auth/passkey": "^1.4.10",
"@humanspeak/svelte-markdown": "^0.8.13",
"@internationalized/date": "^3.10.1",
"@resvg/resvg-js": "^2.6.2",
"@sillvva/search": "^1.0.2",
"@sillvva/utils": "^0.8.2",
"@standard-schema/spec": "^1.1.0",
"@svelteuidev/composables": "^0.15.7",
"@types/regexp.escape": "^2.0.0",
"better-auth": "^1.4.10",
"bits-ui": "^2.14.4",
"chalk": "^5.6.2",
"drizzle-orm": "1.0.0-beta.1-af4c434",
"effect": "^3.19.14",
"js-cookie": "^3.0.5",
"postgres": "^3.4.7",
"regexp.escape": "^2.0.1",
"satori": "^0.18.3",
"sharp": "^0.34.5",
"shiki": "^3.20.0",
"svelte-autosize": "^1.1.5",
"svelte-breadcrumbs": "^2.0.1",
"svelte-contextify": "^1.0.4",
"svelte-sonner": "^1.0.7",
"sveltekit-search-params": "4.0.0-next.0",
"uuid": "^13.0.0",
"valibot": "1.2.0"
},
"engines": {
"node": ">=24.0"
},
"pnpm": {
"overrides": {
"@sveltejs/vite-plugin-svelte": "^6.1.3",
"cookie": "^1.0.2"
}
},
"packageManager": "pnpm@10.21.0+sha512.da3337267e400fdd3d479a6c68079ac6db01d8ca4f67572083e722775a796788a7a9956613749e000fac20d424b594f7a791a5f4e2e13581c5ef947f26968a40"
}