69 lines
2.5 KiB
JSON
69 lines
2.5 KiB
JSON
{
|
|
"name": "hoppscotch-desktop",
|
|
"private": true,
|
|
"version": "26.1.1",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri",
|
|
"lint": "eslint src",
|
|
"lint:ts": "vue-tsc --noEmit",
|
|
"lintfix": "eslint --fix src",
|
|
"prod-lint": "cross-env HOPP_LINT_FOR_PROD=true pnpm run lint",
|
|
"do-lint": "pnpm run prod-lint",
|
|
"do-typecheck": "pnpm run lint:ts",
|
|
"do-lintfix": "pnpm run lintfix",
|
|
"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.2.8",
|
|
"@fontsource-variable/material-symbols-rounded": "5.2.32",
|
|
"@fontsource-variable/roboto-mono": "5.2.8",
|
|
"@hoppscotch/common": "workspace:^",
|
|
"@hoppscotch/kernel": "workspace:^",
|
|
"@hoppscotch/plugin-appload": "github:CuriousCorrelation/tauri-plugin-appload#168ff9533258a56de184fb69ad32f8a7f61bae0d",
|
|
"@hoppscotch/ui": "0.2.5",
|
|
"@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.3.3",
|
|
"@tauri-apps/plugin-store": "2.4.1",
|
|
"@tauri-apps/plugin-updater": "2.9.0",
|
|
"fp-ts": "2.16.11",
|
|
"rxjs": "7.8.2",
|
|
"vue": "3.5.27",
|
|
"vue-router": "4.6.4",
|
|
"vue-tippy": "6.7.1",
|
|
"zod": "3.25.32"
|
|
},
|
|
"devDependencies": {
|
|
"@eslint/eslintrc": "3.3.3",
|
|
"@eslint/js": "9.39.2",
|
|
"@iconify-json/lucide": "1.2.86",
|
|
"@rushstack/eslint-patch": "1.15.0",
|
|
"@tauri-apps/cli": "2.9.3",
|
|
"@typescript-eslint/eslint-plugin": "8.53.1",
|
|
"@typescript-eslint/parser": "8.53.1",
|
|
"@vitejs/plugin-vue": "6.0.3",
|
|
"@vue/eslint-config-typescript": "14.6.0",
|
|
"autoprefixer": "10.4.23",
|
|
"eslint": "9.39.2",
|
|
"eslint-plugin-prettier": "5.5.5",
|
|
"eslint-plugin-vue": "10.6.2",
|
|
"globals": "16.5.0",
|
|
"postcss": "8.5.6",
|
|
"sass": "1.97.2",
|
|
"tailwindcss": "3.4.16",
|
|
"typescript": "5.9.3",
|
|
"unplugin-icons": "22.5.0",
|
|
"unplugin-vue-components": "30.0.0",
|
|
"vite": "7.3.1",
|
|
"vue-tsc": "2.2.0"
|
|
}
|
|
}
|