package.json 884 B

123456789101112131415161718192021222324252627282930313233343536
  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. "lodash-es": "4.17.21",
  20. "vue": "3.3.9"
  21. },
  22. "devDependencies": {
  23. "@iconify-json/lucide": "^1.2.8",
  24. "@tauri-apps/cli": "^2.0.3",
  25. "@types/node": "^22.7.5",
  26. "@vitejs/plugin-vue": "^5.1.4",
  27. "autoprefixer": "^10.4.20",
  28. "postcss": "^8.4.47",
  29. "tailwindcss": "^3.4.13",
  30. "typescript": "^5.6.3",
  31. "unplugin-icons": "^0.19.3",
  32. "vite": "^5.4.8",
  33. "@types/lodash-es": "4.17.12",
  34. "vue-tsc": "^2.1.6"
  35. }
  36. }