package.json 2.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. {
  2. "name": "@hoppscotch/selfhost-desktop",
  3. "private": true,
  4. "version": "2023.12.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.5",
  17. "@fontsource-variable/material-symbols-rounded": "^5.0.5",
  18. "@fontsource-variable/roboto-mono": "^5.0.6",
  19. "@hoppscotch/common": "workspace:^",
  20. "@platform/auth": "^0.1.106",
  21. "@tauri-apps/api": "^1.3.0",
  22. "@tauri-apps/cli": "^1.3.0",
  23. "@vueuse/core": "^10.4.1",
  24. "axios": "^0.21.4",
  25. "buffer": "^6.0.3",
  26. "dioc": "^1.0.1",
  27. "environments.api": "link:@platform/environments/environments.api",
  28. "event": "link:@tauri-apps/api/event",
  29. "fp-ts": "^2.16.0",
  30. "lodash-es": "^4.17.21",
  31. "process": "^0.11.10",
  32. "rxjs": "^7.8.1",
  33. "shell": "link:@tauri-apps/api/shell",
  34. "stream-browserify": "^3.0.0",
  35. "tauri": "link:@tauri-apps/api/tauri",
  36. "tauri-plugin-store-api": "github:tauri-apps/tauri-plugin-store#v1",
  37. "util": "^0.12.4",
  38. "vue": "^3.2.45",
  39. "workbox-window": "^6.5.4"
  40. },
  41. "devDependencies": {
  42. "@graphql-codegen/add": "^5.0.0",
  43. "@graphql-codegen/cli": "^5.0.0",
  44. "@graphql-codegen/typed-document-node": "^5.0.1",
  45. "@graphql-codegen/typescript": "^4.0.1",
  46. "@graphql-codegen/typescript-operations": "^4.0.1",
  47. "@graphql-codegen/typescript-urql-graphcache": "^2.4.5",
  48. "@graphql-codegen/urql-introspection": "^2.2.1",
  49. "@graphql-typed-document-node/core": "^3.2.0",
  50. "@intlify/vite-plugin-vue-i18n": "^6.0.1",
  51. "@rushstack/eslint-patch": "^1.1.4",
  52. "@types/lodash-es": "^4.17.9",
  53. "@types/node": "^18.7.10",
  54. "@typescript-eslint/eslint-plugin": "^5.19.0",
  55. "@typescript-eslint/parser": "^5.19.0",
  56. "@vitejs/plugin-legacy": "^2.3.0",
  57. "@vitejs/plugin-vue": "^4.0.0",
  58. "@vue/eslint-config-typescript": "^11.0.1",
  59. "autoprefixer": "^10.4.14",
  60. "cross-env": "^7.0.3",
  61. "eslint": "^8.28.0",
  62. "eslint-plugin-prettier": "^4.2.1",
  63. "eslint-plugin-vue": "^9.5.1",
  64. "npm-run-all": "^4.1.5",
  65. "postcss": "^8.4.23",
  66. "tailwindcss": "^3.3.6",
  67. "typescript": "^4.9.5",
  68. "unplugin-fonts": "^1.1.1",
  69. "unplugin-icons": "^0.14.9",
  70. "unplugin-vue-components": "^0.21.0",
  71. "vite": "^4.2.1",
  72. "vite-plugin-html-config": "^1.0.10",
  73. "vite-plugin-inspect": "^0.7.4",
  74. "vite-plugin-pages": "^0.26.0",
  75. "vite-plugin-pages-sitemap": "^1.4.0",
  76. "vite-plugin-pwa": "^0.13.1",
  77. "vite-plugin-static-copy": "^0.12.0",
  78. "vite-plugin-vue-layouts": "^0.7.0",
  79. "vue-tsc": "^1.0.11"
  80. }
  81. }