package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "termcap",
  3. "version": "0.1.0",
  4. "author": "Caner <5658514@qq.com> (https://git.caner.top/Caner/termcap)",
  5. "description": "SSH SFTP TOOL",
  6. "homepage": "https://caner.top",
  7. "type": "module",
  8. "scripts": {
  9. "dev": "vite",
  10. "build": "vue-tsc --noEmit && vite build",
  11. "preview": "vite preview",
  12. "tauri": "tauri"
  13. },
  14. "dependencies": {
  15. "@tauri-apps/api": "^2.2.0",
  16. "@xterm/addon-clipboard": "^0.1.0",
  17. "@xterm/addon-fit": "^0.10.0",
  18. "@xterm/addon-webgl": "^0.18.0",
  19. "@xterm/xterm": "^5.5.0",
  20. "naive-ui": "^2.40.1",
  21. "pinia": "^2.2.6",
  22. "pinia-plugin-persist": "^1.0.0",
  23. "ssh2": "^1.16.0",
  24. "vue": "^3.5.13"
  25. },
  26. "devDependencies": {
  27. "@tauri-apps/cli": "^2.2.7",
  28. "@typescript-eslint/parser": "^8.24.0",
  29. "@vitejs/plugin-vue": "^5.2.1",
  30. "eslint": "^8.57.0",
  31. "eslint-config-airbnb-base": "^15.0.0",
  32. "eslint-plugin-import": "^2.31.0",
  33. "eslint-plugin-vue": "^9.32.0",
  34. "sass": "^1.85.0",
  35. "typescript": "^5.7.3",
  36. "vite": "^6.1.1",
  37. "vite-plugin-eslint": "^1.8.1",
  38. "vite-plugin-svg-icons": "^2.0.1",
  39. "vue-tsc": "^2.2.2"
  40. }
  41. }