{ "name": "ezpplauncher", "version": "3.0.0", "description": "", "type": "module", "scripts": { "debug": "bun run tauri dev", "dev": "vite dev", "build": "vite 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": { "@tailwindcss/typography": "^0.5.15", "@tauri-apps/api": "^2", "@tauri-apps/plugin-dialog": "~2", "@tauri-apps/plugin-fs": "~2", "@tauri-apps/plugin-shell": "^2", "@tauri-apps/plugin-sql": "^2.2.0", "ky": "^1.7.3", "lucide-svelte": "^0.468.0", "osu-classes": "^3.1.0", "osu-parsers": "^4.1.7", "radix-icons-svelte": "^1.2.1" }, "devDependencies": { "@sveltejs/adapter-static": "^3.0.5", "@sveltejs/kit": "^2.7.0", "@sveltejs/vite-plugin-svelte": "^4.0.0", "@tauri-apps/cli": "^2", "autoprefixer": "^10.4.20", "bits-ui": "^1.0.0-next.70", "clsx": "^2.1.1", "sass-embedded": "^1.82.0", "svelte": "^5.0.0", "svelte-check": "^4.0.0", "tailwind-merge": "^2.5.5", "tailwind-variants": "^0.3.0", "tailwindcss": "^3.4.9", "tailwindcss-animate": "^1.0.7", "tslib": "^2.8.0", "typescript": "^5.5.0", "vite": "^5.4.10" } }