package.json 821 B

12345678910111213141516171819202122232425262728293031323334
  1. {
  2. "name": "hoppscotch-agent",
  3. "private": true,
  4. "version": "0.1.3",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vue-tsc --noEmit && vite build",
  9. "preview": "vite preview",
  10. "tauri": "tauri"
  11. },
  12. "dependencies": {
  13. "@hoppscotch/ui": "^0.2.1",
  14. "@tauri-apps/api": "^2.0.2",
  15. "@tauri-apps/plugin-shell": "^2.0.0",
  16. "@vueuse/core": "^11.1.0",
  17. "axios": "^1.7.7",
  18. "fp-ts": "^2.16.9",
  19. "vue": "3.3.9"
  20. },
  21. "devDependencies": {
  22. "@iconify-json/lucide": "^1.2.8",
  23. "@tauri-apps/cli": "^2.0.3",
  24. "@types/node": "^22.7.5",
  25. "@vitejs/plugin-vue": "^5.1.4",
  26. "autoprefixer": "^10.4.20",
  27. "postcss": "^8.4.47",
  28. "tailwindcss": "^3.4.13",
  29. "typescript": "^5.6.3",
  30. "unplugin-icons": "^0.19.3",
  31. "vite": "^5.4.8",
  32. "vue-tsc": "^2.1.6"
  33. }
  34. }