- This standardises package versions between desktop, agent, appload, relay all the native components to resolve version inconsistencies and prepare for unified bumps in the future. - Account for recent minor dependency bumps as a follow-up to #5329 Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
37 lines
914 B
JSON
37 lines
914 B
JSON
{
|
|
"name": "hoppscotch-agent",
|
|
"private": true,
|
|
"version": "0.1.12",
|
|
"type": "module",
|
|
"scripts": {
|
|
"dev": "vite",
|
|
"build": "vue-tsc --noEmit && vite build",
|
|
"preview": "vite preview",
|
|
"tauri": "tauri"
|
|
},
|
|
"dependencies": {
|
|
"@hoppscotch/ui": "0.2.5",
|
|
"@tauri-apps/api": "2.1.1",
|
|
"@tauri-apps/plugin-shell": "^2.0.0",
|
|
"@vueuse/core": "13.7.0",
|
|
"axios": "1.11.0",
|
|
"fp-ts": "2.16.11",
|
|
"lodash-es": "4.17.21",
|
|
"vue": "3.5.19"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/lucide": "1.2.63",
|
|
"@tauri-apps/cli": "^2.0.3",
|
|
"@types/lodash-es": "4.17.12",
|
|
"@types/node": "24.3.0",
|
|
"@vitejs/plugin-vue": "5.1.4",
|
|
"autoprefixer": "10.4.21",
|
|
"postcss": "8.5.6",
|
|
"tailwindcss": "3.4.16",
|
|
"typescript": "5.9.2",
|
|
"unplugin-icons": "22.2.0",
|
|
"unplugin-vue-components": "29.0.0",
|
|
"vite": "6.3.5",
|
|
"vue-tsc": "2.2.0"
|
|
}
|
|
}
|