package.json 3.0 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. {
  2. "name": "@hoppscotch/selfhost-desktop",
  3. "private": true,
  4. "version": "2024.10.2",
  5. "type": "module",
  6. "scripts": {
  7. "dev:vite": "vite",
  8. "dev:gql-codegen": "graphql-codegen --require dotenv/config --config gql-codegen.yml dotenv_config_path=\"../../.env\" --watch",
  9. "dev": "pnpm exec npm-run-all -p -l dev:*",
  10. "build": "node --max_old_space_size=4096 ./node_modules/vite/bin/vite.js build",
  11. "preview": "vite preview",
  12. "tauri": "tauri",
  13. "gql-codegen": "graphql-codegen --require dotenv/config --config gql-codegen.yml dotenv_config_path=\"../../.env\""
  14. },
  15. "dependencies": {
  16. "@fontsource-variable/inter": "5.0.15",
  17. "@fontsource-variable/material-symbols-rounded": "5.0.16",
  18. "@fontsource-variable/roboto-mono": "5.0.16",
  19. "@hoppscotch/common": "workspace:^",
  20. "@hoppscotch/data": "workspace:^",
  21. "@platform/auth": "0.1.106",
  22. "@tauri-apps/api": "1.5.1",
  23. "@tauri-apps/cli": "1.5.6",
  24. "@vueuse/core": "10.5.0",
  25. "axios": "1.7.5",
  26. "buffer": "6.0.3",
  27. "dioc": "3.0.2",
  28. "environments.api": "link:@platform/environments/environments.api",
  29. "event": "link:@tauri-apps/api/event",
  30. "fp-ts": "2.16.1",
  31. "lodash-es": "4.17.21",
  32. "process": "0.11.10",
  33. "rxjs": "7.8.1",
  34. "shell": "link:@tauri-apps/api/shell",
  35. "stream-browserify": "3.0.0",
  36. "tauri": "link:@tauri-apps/api/tauri",
  37. "tauri-plugin-store-api": "0.0.0",
  38. "util": "0.12.5",
  39. "verzod": "0.2.2",
  40. "vue": "3.3.9",
  41. "workbox-window": "6.6.0",
  42. "zod": "3.22.4"
  43. },
  44. "devDependencies": {
  45. "@graphql-codegen/add": "5.0.0",
  46. "@graphql-codegen/cli": "5.0.0",
  47. "@graphql-codegen/typed-document-node": "5.0.1",
  48. "@graphql-codegen/typescript": "4.0.1",
  49. "@graphql-codegen/typescript-operations": "4.0.1",
  50. "@graphql-codegen/typescript-urql-graphcache": "2.4.5",
  51. "@graphql-codegen/urql-introspection": "2.2.1",
  52. "@graphql-typed-document-node/core": "3.2.0",
  53. "@iconify-json/lucide": "1.1.144",
  54. "@intlify/vite-plugin-vue-i18n": "6.0.1",
  55. "@rushstack/eslint-patch": "1.3.3",
  56. "@types/lodash-es": "4.17.10",
  57. "@types/node": "18.18.8",
  58. "@typescript-eslint/eslint-plugin": "5.62.0",
  59. "@typescript-eslint/parser": "5.62.0",
  60. "@vitejs/plugin-legacy": "2.3.0",
  61. "@vitejs/plugin-vue": "4.3.1",
  62. "@vue/eslint-config-typescript": "11.0.3",
  63. "autoprefixer": "10.4.16",
  64. "cross-env": "7.0.3",
  65. "eslint": "8.47.0",
  66. "eslint-plugin-prettier": "4.2.1",
  67. "eslint-plugin-vue": "9.17.0",
  68. "npm-run-all": "4.1.5",
  69. "postcss": "8.4.32",
  70. "tailwindcss": "3.3.6",
  71. "typescript": "4.9.5",
  72. "unplugin-fonts": "1.1.1",
  73. "unplugin-icons": "0.14.9",
  74. "unplugin-vue-components": "0.21.0",
  75. "vite": "4.5.0",
  76. "vite-plugin-html-config": "1.0.11",
  77. "vite-plugin-inspect": "0.7.38",
  78. "vite-plugin-pages": "0.26.0",
  79. "vite-plugin-pages-sitemap": "1.6.1",
  80. "vite-plugin-pwa": "0.13.1",
  81. "vite-plugin-static-copy": "0.12.0",
  82. "vite-plugin-vue-layouts": "0.7.0",
  83. "vue-tsc": "1.8.8"
  84. }
  85. }