api-client/packages/hoppscotch-desktop/package.json
2025-04-09 19:47:01 +05:30

46 lines
1.9 KiB
JSON

{
"name": "hoppscotch-desktop",
"private": true,
"version": "25.3.1",
"type": "module",
"scripts": {
"dev": "vite",
"build": "vue-tsc --noEmit && vite build",
"preview": "vite preview",
"tauri": "tauri",
"dev:full": "(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) && (cd src-tauri && pnpm tauri dev)",
"build:full": "(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) && (cd src-tauri && pnpm tauri build)"
},
"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-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",
"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"
}
}