{ "name": "ezpplauncher", "version": "3.0.5", "description": "", "type": "module", "scripts": { "debug": "bun run tauri dev", "build": "bun ./scripts/sync-version.ts && bun run tauri:build", "vite:dev": "vite dev", "vite:build": "vite build", "tauri:build": "tauri build", "check": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./tsconfig.json --watch", "tauri": "tauri", "tauri:update-logo": "bun run tauri icon ./static/logo.png", "format": "prettier --write .", "lint": "prettier --check . && eslint ." }, "license": "GPL-3.0-only", "dependencies": { "@better-fetch/fetch": "^1.1.18", "@fontsource/sora": "^5.2.6", "@fontsource/space-mono": "^5.2.8", "@number-flow/svelte": "^0.3.9", "@tailwindcss/typography": "^0.5.16", "@tailwindcss/vite": "^4.1.11", "@tauri-apps/api": "^2.8.0", "@tauri-apps/plugin-dialog": "^2.4.0", "@tauri-apps/plugin-fs": "^2.4.2", "@tauri-apps/plugin-shell": "^2.3.1", "animejs": "^4.1.3", "buffer": "^6.0.3", "crypto-js": "^4.2.0", "lucide-svelte": "^0.542.0", "semver": "^7.7.2", "tw-animate-css": "^1.3.8", "svelte-confetti": "^2.3.2" }, "devDependencies": { "@eslint/compat": "^1.3.2", "@eslint/js": "^9.35.0", "@iarna/toml": "2.2.5", "@lucide/svelte": "^0.542.0", "@sveltejs/adapter-static": "^3.0.9", "@sveltejs/kit": "^2.37.1", "@sveltejs/vite-plugin-svelte": "^6.1.4", "@tauri-apps/cli": "^2.8.4", "@types/bun": "^1.2.21", "@types/crypto-js": "^4.2.2", "@types/semver": "^7.7.1", "autoprefixer": "10.4.21", "bits-ui": "^2.9.6", "clsx": "^2.1.1", "eslint": "^9.35.0", "eslint-config-prettier": "^10.1.8", "eslint-plugin-svelte": "^3.12.2", "globals": "^16.3.0", "mode-watcher": "^1.1.0", "prettier": "^3.6.2", "prettier-plugin-svelte": "^3.4.0", "sass-embedded": "^1.92.1", "svelte": "^5.38.7", "svelte-check": "^4.3.1", "svelte-sonner": "^1.0.5", "tailwind-merge": "^3.3.1", "tailwind-variants": "^3.1.0", "tailwindcss": "^4.1.7", "tailwindcss-animate": "^1.0.7", "tslib": "^2.8.1", "typescript": "^5.9.2", "typescript-eslint": "^8.42.0", "vite": "^7.1.5", "vite-plugin-devtools-json": "^0.4.1" } }