{ "name": "wdb", "version": "0.1.0", "description": "", "type": "module", "scripts": { "dev": "vite dev", "build": "vite build", "preview": "vite preview", "check": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json", "check:watch": "svelte-kit sync && svelte-check --tsconfig ./jsconfig.json --watch", "tauri": "tauri" }, "license": "MIT", "dependencies": { "@tauri-apps/api": "2.2.0", "@tauri-apps/plugin-fs": "2.0.4", "@tauri-apps/plugin-opener": "2.2.3", "@tauri-apps/plugin-shell": "2.2.0", "@tauri-apps/plugin-sql": "2.0.2" }, "devDependencies": { "@sveltejs/adapter-static": "3.0.8", "@sveltejs/kit": "2.15.2", "@sveltejs/vite-plugin-svelte": "5.0.3", "svelte": "5.17.3", "svelte-check": "4.1.3", "typescript": "5.6.3", "vite": "6.0.7", "@tauri-apps/cli": "2.2.2", "autoprefixer": "10.4.20", "postcss": "8.4.49", "tailwindcss": "3.4.17" } }