{ "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", "format": "prettier --write .", "lint": "prettier --check . && eslint ." }, "license": "MIT", "dependencies": { "@better-fetch/fetch": "^1.1.18", "@elron/svelte-audio-store": "1.0.0", "@fontsource/sora": "^5.2.6", "@fontsource/space-mono": "^5.2.8", "@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", "animejs": "^4.0.2", "buffer": "^6.0.3", "crypto": "^1.0.1", "crypto-js": "^4.2.0", "lucide-svelte": "0.523.0", "osu-classes": "3.1.0", "osu-parsers": "4.1.7", "prettier-plugin-rust": "^0.1.9", "radix-icons-svelte": "1.2.1", "svelte-confetti": "^2.0.0" }, "devDependencies": { "@eslint/compat": "^1.2.5", "@eslint/js": "^9.18.0", "@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", "@types/crypto-js": "^4.2.2", "autoprefixer": "10.4.21", "bits-ui": "^1.4.7", "clsx": "2.1.1", "eslint": "^9.18.0", "eslint-config-prettier": "^10.0.1", "eslint-plugin-svelte": "^3.0.0", "globals": "^16.0.0", "mode-watcher": "^1.0.6", "prettier": "^3.4.2", "prettier-plugin-svelte": "^3.3.3", "sass-embedded": "1.89.2", "svelte": "5.34.8", "svelte-check": "4.2.2", "svelte-sonner": "^0.3.25", "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", "typescript-eslint": "^8.20.0", "vite": "7.0.0", "vite-plugin-devtools-json": "^0.2.0" } }