feat: hoppscotch agent and agent interceptor (#4396)
Co-authored-by: CuriousCorrelation <CuriousCorrelation@gmail.com> Co-authored-by: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com>
This commit is contained in:
34
packages/hoppscotch-agent/package.json
Normal file
34
packages/hoppscotch-agent/package.json
Normal file
@@ -0,0 +1,34 @@
|
||||
{
|
||||
"name": "hoppscotch-agent",
|
||||
"private": true,
|
||||
"version": "0.1.0",
|
||||
"type": "module",
|
||||
"scripts": {
|
||||
"dev": "vite",
|
||||
"build": "vue-tsc --noEmit && vite build",
|
||||
"preview": "vite preview",
|
||||
"tauri": "tauri"
|
||||
},
|
||||
"dependencies": {
|
||||
"@hoppscotch/ui": "^0.2.1",
|
||||
"@tauri-apps/api": ">=2.0.0-rc.0",
|
||||
"@tauri-apps/plugin-shell": ">=2.0.0-rc.0",
|
||||
"@vueuse/core": "^11.1.0",
|
||||
"axios": "^1.7.7",
|
||||
"fp-ts": "^2.16.9",
|
||||
"vue": "^3.3.4"
|
||||
},
|
||||
"devDependencies": {
|
||||
"@iconify-json/lucide": "^1.2.6",
|
||||
"@tauri-apps/cli": ">=2.0.0-rc.0",
|
||||
"@types/node": "^22.7.0",
|
||||
"@vitejs/plugin-vue": "^5.1.4",
|
||||
"autoprefixer": "^10.4.20",
|
||||
"postcss": "^8.4.47",
|
||||
"tailwindcss": "^3.4.13",
|
||||
"typescript": "^5.2.2",
|
||||
"unplugin-icons": "^0.19.3",
|
||||
"vite": "^5.4.7",
|
||||
"vue-tsc": "^2.0.22"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user