{ "name": "hoppscotch-desktop", "private": true, "version": "25.6.1", "type": "module", "scripts": { "dev": "vite", "build": "vue-tsc --noEmit && vite build", "preview": "vite preview", "tauri": "tauri", "lint": "eslint src --ext .ts,.js,.vue --ignore-path .gitignore .", "lint:ts": "vue-tsc --noEmit", "lintfix": "eslint --fix src --ext .ts,.js,.vue --ignore-path .gitignore .", "prod-lint": "cross-env HOPP_LINT_FOR_PROD=true pnpm run lint", "prepare-web": "(cd ../hoppscotch-selfhost-web && pnpm install && pnpm generate) && (cd crates/webapp-bundler && cargo build --release && cd target/release && ./webapp-bundler --input ../../../../../hoppscotch-selfhost-web/dist --output ../../../../bundle.zip --manifest ../../../../manifest.json)", "dev:full": "pnpm tauri dev", "build:full": "pnpm tauri build", "dev:portable": "pnpm tauri dev -- --no-default-features --features portable", "build:portable": "pnpm tauri build -- --no-default-features --features portable" }, "dependencies": { "@fontsource-variable/inter": "5.1.0", "@fontsource-variable/material-symbols-rounded": "5.1.3", "@fontsource-variable/roboto-mono": "5.1.0", "@hoppscotch/common": "workspace:^", "@hoppscotch/kernel": "workspace:^", "@hoppscotch/plugin-appload": "github:CuriousCorrelation/tauri-plugin-appload#1b52e49d881926135838cf6cfebdc1643a9bec31", "@hoppscotch/ui": "0.2.1", "@tauri-apps/api": "2.1.1", "@tauri-apps/plugin-fs": "2.0.2", "@tauri-apps/plugin-process": "2.2.0", "@tauri-apps/plugin-shell": "2.0.1", "@tauri-apps/plugin-store": "2.2.0", "@tauri-apps/plugin-updater": "2.5.1", "@vueuse/core": "11.1.0", "fp-ts": "2.16.9", "rxjs": "7.8.1", "vue": "^3.3.4", "vue-router": "4.4.5", "vue-tippy": "6.5.0", "zod": "3.23.8" }, "devDependencies": { "@iconify-json/lucide": "1.2.10", "@rushstack/eslint-patch": "1.10.4", "@tauri-apps/cli": "^2", "@typescript-eslint/eslint-plugin": "8.9.0", "@typescript-eslint/parser": "8.9.0", "@vitejs/plugin-vue": "^5.0.5", "@vue/eslint-config-typescript": "13.0.0", "autoprefixer": "10.4.20", "eslint": "8.57.0", "eslint-plugin-prettier": "5.2.1", "eslint-plugin-vue": "9.29.0", "postcss": "8.4.49", "sass": "1.80.3", "tailwindcss": "3.4.14", "typescript": "^5.8.3", "unplugin-icons": "0.19.3", "unplugin-vue-components": "0.27.4", "vite": "^5.3.1", "vue-tsc": "2.2.0" } }