{ "name": "api-client", "version": "0.1.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.3", "@tauri-apps/plugin-shell": ">=2.0.0", "autoprefixer": "^10.4.20", "daisyui": "^4.12.14", "tailwind": "^4.0.0", "tailwindcss": "^3.4.14" }, "devDependencies": { "@sveltejs/adapter-static": "^3.0.1", "@sveltejs/kit": "^2.0.0", "@sveltejs/vite-plugin-svelte": "^4.0.0", "svelte": "^5.1.9", "svelte-check": "^4.0.5", "tslib": "^2.4.1", "typescript": "^5.0.0", "vite": "^5.0.3", "@tauri-apps/cli": ">=2.0.0" }, "trustedDependencies": [ "core-js", "svelte-preprocess" ] }