Add vite lucide preprocessor

This commit is contained in:
2025-08-30 13:10:22 +02:00
parent 036a61aac8
commit b5804bc9e0
3 changed files with 10 additions and 4 deletions

View File

@ -2,6 +2,8 @@
"name": "librenav",
"version": "0.0.0",
"devDependencies": {
"@inlang/cli": "^3.0.0",
"@inlang/paraglide-js": "2.2.0",
"@internationalized/date": "^3.8.1",
"@lucide/svelte": "^0.515.0",
"@sveltejs/vite-plugin-svelte": "^5.0.3",
@ -25,9 +27,7 @@
"tw-animate-css": "^1.3.2",
"typescript": "^5.8.3",
"vaul-svelte": "^1.0.0-next.7",
"vite": "^6.3.5",
"@inlang/paraglide-js": "2.2.0",
"@inlang/cli": "^3.0.0"
"vite": "^6.3.5"
},
"private": true,
"scripts": {
@ -65,6 +65,7 @@
"svelte-maplibre-gl": "^0.1.8",
"tauri-plugin-duck-api": "^0.1.1",
"tauri-plugin-keep-screen-on-api": "^0.1.4",
"typescript-eslint": "^8.34.1"
"typescript-eslint": "^8.34.1",
"vite-plugin-lucide-preprocess": "^1.4.3"
}
}