{ "name": "ezpplauncher", "version": "3.0.0", "description": "", "type": "module", "scripts": { "debug": "bun run tauri dev", "dev": "vite dev", "build": "vite build", "tauri:build": "tauri build", "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", "update-logo": "bun run tauri icon ./static/logo.png" }, "license": "MIT", "dependencies": { "@elron/svelte-audio-store": "1.0.0", "@number-flow/svelte": "^0.3.9", "@tailwindcss/typography": "0.5.16", "@tauri-apps/api": "2.6.0", "@tauri-apps/plugin-dialog": "2.3.0", "@tauri-apps/plugin-fs": "2.4.0", "@tauri-apps/plugin-shell": "2.3.0", "@tauri-apps/plugin-sql": "2.3.0", "ky": "1.8.1", "lucide-svelte": "0.523.0", "osu-classes": "3.1.0", "osu-parsers": "4.1.7", "radix-icons-svelte": "1.2.1" }, "devDependencies": { "@lucide/svelte": "^0.482.0", "@sveltejs/adapter-static": "3.0.8", "@sveltejs/kit": "2.22.2", "@sveltejs/vite-plugin-svelte": "5.1.0", "@tauri-apps/cli": "2.6.1", "autoprefixer": "10.4.21", "bits-ui": "^1.4.7", "clsx": "2.1.1", "prettier": "^3.6.1", "prettier-plugin-svelte": "^3.4.0", "sass-embedded": "1.89.2", "svelte": "5.34.8", "svelte-check": "4.2.2", "tailwind-merge": "2.5.5", "tailwind-variants": "0.3.1", "tailwindcss": "3.4.17", "tailwindcss-animate": "1.0.7", "tslib": "2.8.1", "typescript": "5.8.3", "vite": "7.0.0", "vite-plugin-devtools-json": "^0.2.0" } }