package.json 2.8 KB

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