package.json 5.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174
  1. {
  2. "name": "@hoppscotch/common",
  3. "private": true,
  4. "version": "2024.10.2",
  5. "scripts": {
  6. "dev": "pnpm exec npm-run-all -p -l dev:*",
  7. "test": "vitest --run",
  8. "test:watch": "vitest",
  9. "dev:vite": "vite",
  10. "dev:gql-codegen": "graphql-codegen --require dotenv/config --config gql-codegen.yml --watch dotenv_config_path=\"../../.env\"",
  11. "lint": "eslint src --ext .ts,.js,.vue --ignore-path .gitignore .",
  12. "lint:ts": "vue-tsc --noEmit",
  13. "prod-lint": "cross-env HOPP_LINT_FOR_PROD=true pnpm run lint",
  14. "lintfix": "eslint --fix src --ext .ts,.js,.vue --ignore-path .gitignore .",
  15. "preview": "vite preview",
  16. "gql-codegen": "graphql-codegen --require dotenv/config --config gql-codegen.yml dotenv_config_path=\"../../.env\"",
  17. "postinstall": "pnpm run gql-codegen",
  18. "do-test": "pnpm run test",
  19. "do-lint": "pnpm run prod-lint",
  20. "do-typecheck": "node type-check.mjs",
  21. "do-lintfix": "pnpm run lintfix"
  22. },
  23. "dependencies": {
  24. "@apidevtools/swagger-parser": "10.1.0",
  25. "@codemirror/autocomplete": "6.18.1",
  26. "@codemirror/commands": "6.7.0",
  27. "@codemirror/lang-javascript": "6.2.2",
  28. "@codemirror/lang-json": "6.0.1",
  29. "@codemirror/lang-xml": "6.1.0",
  30. "@codemirror/language": "6.10.1",
  31. "@codemirror/legacy-modes": "6.4.1",
  32. "@codemirror/lint": "6.8.2",
  33. "@codemirror/merge": "6.7.2",
  34. "@codemirror/search": "6.5.6",
  35. "@codemirror/state": "6.4.1",
  36. "@codemirror/view": "6.25.1",
  37. "@hoppscotch/codemirror-lang-graphql": "workspace:^",
  38. "@hoppscotch/data": "workspace:^",
  39. "@hoppscotch/httpsnippet": "3.0.6",
  40. "@hoppscotch/js-sandbox": "workspace:^",
  41. "@hoppscotch/ui": "0.2.1",
  42. "@hoppscotch/vue-toasted": "0.1.0",
  43. "@lezer/highlight": "1.2.0",
  44. "@noble/curves": "1.6.0",
  45. "@scure/base": "1.1.9",
  46. "@shopify/lang-jsonc": "1.0.0",
  47. "@unhead/vue": "1.11.10",
  48. "@urql/core": "5.0.6",
  49. "@urql/devtools": "2.0.3",
  50. "@urql/exchange-auth": "2.2.0",
  51. "@vueuse/core": "11.1.0",
  52. "acorn-walk": "8.3.4",
  53. "aws4fetch": "1.0.20",
  54. "axios": "1.7.7",
  55. "buffer": "6.0.3",
  56. "cookie-es": "1.2.2",
  57. "dioc": "3.0.2",
  58. "esprima": "4.0.1",
  59. "events": "3.3.0",
  60. "fp-ts": "2.16.9",
  61. "globalthis": "1.0.4",
  62. "graphql": "16.9.0",
  63. "graphql-language-service-interface": "2.10.2",
  64. "graphql-tag": "2.12.6",
  65. "insomnia-importers": "3.6.0",
  66. "io-ts": "2.2.21",
  67. "js-md5": "0.8.3",
  68. "js-yaml": "4.1.0",
  69. "jsonc-parser": "3.3.1",
  70. "jsonpath-plus": "10.0.0",
  71. "lodash-es": "4.17.21",
  72. "lossless-json": "4.0.2",
  73. "minisearch": "7.1.0",
  74. "nprogress": "0.2.0",
  75. "paho-mqtt": "1.1.0",
  76. "path": "0.12.7",
  77. "postman-collection": "4.5.0",
  78. "process": "0.11.10",
  79. "qs": "6.13.0",
  80. "quicktype-core": "23.0.170",
  81. "rxjs": "7.8.1",
  82. "set-cookie-parser": "2.7.0",
  83. "set-cookie-parser-es": "1.0.5",
  84. "socket.io-client-v2": "npm:socket.io-client@2.5.0",
  85. "socket.io-client-v3": "npm:socket.io-client@3.1.3",
  86. "socket.io-client-v4": "npm:socket.io-client@4.8.0",
  87. "socketio-wildcard": "2.0.0",
  88. "splitpanes": "3.1.5",
  89. "stream-browserify": "3.0.0",
  90. "subscriptions-transport-ws": "0.11.0",
  91. "tern": "0.24.3",
  92. "timers": "0.1.1",
  93. "tippy.js": "6.3.7",
  94. "url": "0.11.4",
  95. "util": "0.12.5",
  96. "uuid": "10.0.0",
  97. "verzod": "0.2.2",
  98. "vue": "3.5.12",
  99. "vue-i18n": "10.0.4",
  100. "vue-pdf-embed": "2.1.0",
  101. "vue-router": "4.4.5",
  102. "vue-tippy": "6.5.0",
  103. "vuedraggable-es": "4.1.1",
  104. "wonka": "6.3.4",
  105. "workbox-window": "7.1.0",
  106. "xml-formatter": "3.6.3",
  107. "yargs-parser": "21.1.1",
  108. "zod": "3.23.8"
  109. },
  110. "devDependencies": {
  111. "@esbuild-plugins/node-globals-polyfill": "0.2.3",
  112. "@esbuild-plugins/node-modules-polyfill": "0.2.2",
  113. "@graphql-codegen/add": "5.0.3",
  114. "@graphql-codegen/cli": "5.0.3",
  115. "@graphql-codegen/typed-document-node": "5.0.10",
  116. "@graphql-codegen/typescript": "4.1.0",
  117. "@graphql-codegen/typescript-operations": "4.3.0",
  118. "@graphql-codegen/typescript-urql-graphcache": "3.1.0",
  119. "@graphql-codegen/urql-introspection": "3.0.0",
  120. "@graphql-typed-document-node/core": "3.2.0",
  121. "@iconify-json/lucide": "1.2.9",
  122. "@intlify/vite-plugin-vue-i18n": "7.0.0",
  123. "@relmify/jest-fp-ts": "2.1.1",
  124. "@rushstack/eslint-patch": "1.10.4",
  125. "@types/har-format": "1.2.16",
  126. "@types/js-yaml": "4.0.9",
  127. "@types/lodash-es": "4.17.12",
  128. "@types/lossless-json": "1.0.4",
  129. "@types/nprogress": "0.2.3",
  130. "@types/paho-mqtt": "1.0.10",
  131. "@types/postman-collection": "3.5.10",
  132. "@types/qs": "6.9.16",
  133. "@types/splitpanes": "2.2.6",
  134. "@types/uuid": "10.0.0",
  135. "@types/yargs-parser": "21.0.3",
  136. "@typescript-eslint/eslint-plugin": "8.9.0",
  137. "@typescript-eslint/parser": "8.9.0",
  138. "@urql/exchange-graphcache": "6.5.1",
  139. "@vitejs/plugin-vue": "5.1.4",
  140. "@vue/compiler-sfc": "3.5.12",
  141. "@vue/eslint-config-typescript": "13.0.0",
  142. "@vue/runtime-core": "3.5.12",
  143. "autoprefixer": "10.4.20",
  144. "cross-env": "7.0.3",
  145. "dotenv": "16.4.5",
  146. "eslint": "8.57.0",
  147. "eslint-plugin-prettier": "5.2.1",
  148. "eslint-plugin-vue": "9.29.0",
  149. "glob": "11.0.0",
  150. "jsdom": "25.0.1",
  151. "npm-run-all": "4.1.5",
  152. "openapi-types": "12.1.3",
  153. "postcss": "8.4.47",
  154. "prettier": "3.3.3",
  155. "prettier-plugin-tailwindcss": "0.6.8",
  156. "rollup-plugin-polyfill-node": "0.13.0",
  157. "sass": "1.79.5",
  158. "tailwindcss": "3.4.14",
  159. "typescript": "5.3.3",
  160. "unplugin-fonts": "1.1.1",
  161. "unplugin-icons": "0.19.3",
  162. "unplugin-vue-components": "0.27.4",
  163. "vite": "5.4.9",
  164. "vite-plugin-checker": "0.6.4",
  165. "vite-plugin-fonts": "0.7.0",
  166. "vite-plugin-html-config": "2.0.2",
  167. "vite-plugin-pages": "0.32.3",
  168. "vite-plugin-pages-sitemap": "1.7.1",
  169. "vite-plugin-pwa": "0.20.5",
  170. "vite-plugin-vue-layouts": "0.11.0",
  171. "vitest": "2.1.3",
  172. "vue-tsc": "1.8.24"
  173. }
  174. }