add WIP design

This commit is contained in:
2024-12-10 23:29:28 +01:00
parent 314fb4d19e
commit a271522069
38 changed files with 190 additions and 24 deletions

View File

@@ -10,7 +10,8 @@
"preview": "vite preview",
"check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json",
"check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch",
"tauri": "tauri"
"tauri": "tauri",
"update-logo": "bun run tauri icon ./static/logo.png"
},
"license": "MIT",
"dependencies": {
@@ -29,7 +30,7 @@
"@sveltejs/vite-plugin-svelte": "^4.0.0",
"@tauri-apps/cli": "^2",
"autoprefixer": "^10.4.20",
"bits-ui": "^1.0.0-next.69",
"bits-ui": "^1.0.0-next.70",
"clsx": "^2.1.1",
"sass-embedded": "^1.82.0",
"svelte": "^5.0.0",
@@ -42,4 +43,4 @@
"typescript": "^5.5.0",
"vite": "^5.4.10"
}
}
}