api-client/packages/hoppscotch-agent/package.json

38 lines
913 B
JSON
Raw Normal View History

{
"name": "hoppscotch-agent",
"private": true,
"version": "0.1.16",
"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.3.3",
"@vueuse/core": "14.1.0",
"axios": "1.13.2",
"fp-ts": "2.16.11",
"lodash-es": "4.17.22",
"vue": "3.5.26"
},
"devDependencies": {
"@iconify-json/lucide": "1.2.81",
"@tauri-apps/cli": "2.9.3",
"@types/lodash-es": "4.17.12",
"@types/node": "24.10.1",
"@vitejs/plugin-vue": "6.0.3",
"autoprefixer": "10.4.23",
"postcss": "8.5.6",
"tailwindcss": "3.4.16",
"typescript": "5.9.3",
"unplugin-icons": "22.5.0",
"unplugin-vue-components": "30.0.0",
"vite": "7.3.0",
"vue-tsc": "2.2.0"
}
}