diff --git a/bun.lockb b/bun.lockb index f28aa37..2109e64 100755 Binary files a/bun.lockb and b/bun.lockb differ diff --git a/package.json b/package.json index ce7a3ee..5c26147 100644 --- a/package.json +++ b/package.json @@ -1,52 +1,52 @@ { - "name": "liveship", - "version": "0.0.0", - "description": "", - "type": "module", - "scripts": { - "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" - }, - "license": "MIT", - "dependencies": { - "@tauri-apps/api": "^2.0.0-beta.13", - "@tauri-apps/plugin-dialog": "^2.0.0-beta.5", - "@tauri-apps/plugin-http": "^2.0.0-beta.5", - "@tauri-apps/plugin-os": "^2.0.0-beta.5", - "@tauri-apps/plugin-shell": "^2.0.0-beta.6", - "@types/crypto-js": "^4.2.2", - "crypto-js": "^4.2.0", - "dayjs": "^1.11.11", - "jsonpath-plus": "^9.0.0", - "svelte-sonner": "^0.3.24", - "sveltekit-i18n": "^2.4.2" - }, - "devDependencies": { - "@iconify-json/bxs": "^1.1.10", - "@iconify-json/fluent": "^1.1.56", - "@iconify-json/icomoon-free": "^1.1.8", - "@iconify/tailwind": "^1.1.1", - "@sveltejs/adapter-static": "^3.0.2", - "@sveltejs/kit": "^2.5.16", - "@sveltejs/vite-plugin-svelte": "^3.1.1", - "@tauri-apps/cli": "^2.0.0-beta.20", - "autoprefixer": "^10.4.19", - "daisyui": "^4.12.2", - "internal-ip": "^8.0.0", - "postcss": "^8.4.38", - "prettier": "^3.3.2", - "prettier-plugin-svelte": "^3.2.4", - "prettier-plugin-tailwindcss": "^0.5.14", - "svelte": "^5.0.0-next.155", - "svelte-check": "^3.8.0", - "tailwindcss": "^3.4.4", - "tslib": "^2.6.3", - "typescript": "^5.4.5", - "unplugin-icons": "^0.19.0", - "vite": "^5.3.1" - } + "name": "liveship", + "version": "0.0.0", + "description": "", + "type": "module", + "scripts": { + "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" + }, + "license": "MIT", + "dependencies": { + "@tauri-apps/api": "^2.0.0-beta.13", + "@tauri-apps/plugin-dialog": "^2.0.0-beta.5", + "@tauri-apps/plugin-http": "^2.0.0-beta.5", + "@tauri-apps/plugin-os": "^2.0.0-beta.5", + "@tauri-apps/plugin-shell": "^2.0.0-beta.6", + "@types/crypto-js": "^4.2.2", + "crypto-js": "^4.2.0", + "dayjs": "^1.11.11", + "jsonpath-plus": "^9.0.0", + "svelte-sonner": "^0.3.24", + "sveltekit-i18n": "^2.4.2" + }, + "devDependencies": { + "@iconify-json/bxs": "^1.1.10", + "@iconify-json/fluent": "^1.1.56", + "@iconify-json/icomoon-free": "^1.1.8", + "@iconify/tailwind": "^1.1.1", + "@sveltejs/adapter-static": "^3.0.2", + "@sveltejs/kit": "^2.5.16", + "@sveltejs/vite-plugin-svelte": "^3.1.1", + "@tauri-apps/cli": "^2.0.0-beta.20", + "autoprefixer": "^10.4.19", + "daisyui": "^4.12.2", + "internal-ip": "^8.0.0", + "postcss": "^8.4.38", + "prettier": "^3.3.2", + "prettier-plugin-svelte": "^3.2.4", + "prettier-plugin-tailwindcss": "^0.5.14", + "svelte": "^5.0.0-next.155", + "svelte-check": "^3.8.0", + "tailwindcss": "^3.4.4", + "tslib": "^2.6.3", + "typescript": "^5.4.5", + "unplugin-icons": "^0.19.0", + "vite": "^5.3.1" + } }