{ "name": "hoppscotch-desktop", "private": true, "version": "0.1.0", "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && vite build", "preview": "vite preview", "tauri": "tauri" }, "dependencies": { "@fontsource-variable/inter": "5.1.0", "@fontsource-variable/material-symbols-rounded": "5.1.3", "@fontsource-variable/roboto-mono": "5.1.0", "@hoppscotch/kernel": "workspace:^", "@hoppscotch/plugin-appload": "github:CuriousCorrelation/tauri-plugin-appload", "@hoppscotch/ui": "0.2.1", "@tauri-apps/api": "2.1.1", "@tauri-apps/plugin-shell": "2.0.1", "@tauri-apps/plugin-store": "2.2.0", "@vueuse/core": "11.1.0", "fp-ts": "2.16.9", "vue": "^3.3.4", "vue-router": "4.4.5", "vue-tippy": "6.5.0" }, "devDependencies": { "@iconify-json/lucide": "1.2.10", "@tauri-apps/cli": "^2", "@vitejs/plugin-vue": "^5.0.5", "autoprefixer": "10.4.20", "postcss": "8.4.49", "sass": "1.80.3", "tailwindcss": "3.4.14", "typescript": "^5.2.2", "unplugin-icons": "0.19.3", "unplugin-vue-components": "0.27.4", "vite": "^5.3.1", "vue-tsc": "^2.2.0" } }