35 lines
821 B
JSON
35 lines
821 B
JSON
{
|
|
"name": "hoppscotch-agent",
|
|
"private": true,
|
|
"version": "0.1.3",
|
|
"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.2",
|
|
"@tauri-apps/plugin-shell": "^2.0.0",
|
|
"@vueuse/core": "^11.1.0",
|
|
"axios": "^1.7.7",
|
|
"fp-ts": "^2.16.9",
|
|
"vue": "3.3.9"
|
|
},
|
|
"devDependencies": {
|
|
"@iconify-json/lucide": "^1.2.8",
|
|
"@tauri-apps/cli": "^2.0.3",
|
|
"@types/node": "^22.7.5",
|
|
"@vitejs/plugin-vue": "^5.1.4",
|
|
"autoprefixer": "^10.4.20",
|
|
"postcss": "^8.4.47",
|
|
"tailwindcss": "^3.4.13",
|
|
"typescript": "^5.6.3",
|
|
"unplugin-icons": "^0.19.3",
|
|
"vite": "^5.4.8",
|
|
"vue-tsc": "^2.1.6"
|
|
}
|
|
}
|