Removed ALL errors

This commit is contained in:
BOT Alex 2025-04-06 00:17:55 +02:00
parent f64ae9f991
commit 379577cc5c
21 changed files with 379 additions and 713 deletions

View file

@ -6,8 +6,8 @@
"dev": "vite dev",
"build": "vite build",
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch"
"check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --compiler-warnings \"css-unused-selector:ignore,unused-export-let:ignore\" --threshold error",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch --threshold error"
},
"devDependencies": {
"@sveltejs/adapter-auto": "^3.0.0",
@ -19,7 +19,7 @@
"daisyui": "^5.0.12",
"sass": "^1.77.4",
"svelte": "^5.25.7",
"svelte-check": "^3.6.0",
"svelte-check": "^3.8.6",
"svelte-highlight": "^7.6.0",
"tailwindcss": "^4.1.3",
"typescript": "^5.0.0",
@ -28,6 +28,7 @@
},
"type": "module",
"dependencies": {
"@lucide/svelte": "^0.487.0",
"@tailwindcss/vite": "^4.1.3",
"lucide-svelte": "^0.475.0",
"svelte-katex": "^0.1.2",