package.json 5.9 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176
  1. {
  2. "name": "@hoppscotch/common",
  3. "private": true,
  4. "version": "2024.12.0",
  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/kernel": "workspace:^",
  40. "@hoppscotch/httpsnippet": "3.0.6",
  41. "@hoppscotch/js-sandbox": "workspace:^",
  42. "@hoppscotch/ui": "0.2.2",
  43. "@hoppscotch/vue-toasted": "0.1.0",
  44. "@lezer/highlight": "1.2.0",
  45. "@noble/curves": "1.6.0",
  46. "@scure/base": "1.1.9",
  47. "@shopify/lang-jsonc": "1.0.0",
  48. "@unhead/vue": "1.11.10",
  49. "@urql/core": "5.0.6",
  50. "@urql/devtools": "2.0.3",
  51. "@urql/exchange-auth": "2.2.0",
  52. "@vueuse/core": "11.1.0",
  53. "acorn-walk": "8.3.4",
  54. "aws4fetch": "1.0.20",
  55. "axios": "1.7.7",
  56. "buffer": "6.0.3",
  57. "cookie-es": "1.2.2",
  58. "dioc": "3.0.2",
  59. "esprima": "4.0.1",
  60. "events": "3.3.0",
  61. "fp-ts": "2.16.9",
  62. "globalthis": "1.0.4",
  63. "graphql": "16.9.0",
  64. "graphql-language-service-interface": "2.10.2",
  65. "graphql-tag": "2.12.6",
  66. "insomnia-importers": "3.6.0",
  67. "io-ts": "2.2.21",
  68. "js-md5": "0.8.3",
  69. "js-yaml": "4.1.0",
  70. "jsonc-parser": "3.3.1",
  71. "jsonpath-plus": "10.0.0",
  72. "lodash-es": "4.17.21",
  73. "lossless-json": "4.0.2",
  74. "minisearch": "7.1.0",
  75. "nprogress": "0.2.0",
  76. "paho-mqtt": "1.1.0",
  77. "path": "0.12.7",
  78. "postman-collection": "4.5.0",
  79. "process": "0.11.10",
  80. "qs": "6.13.0",
  81. "quicktype-core": "23.0.170",
  82. "rxjs": "7.8.1",
  83. "set-cookie-parser": "2.7.0",
  84. "set-cookie-parser-es": "1.0.5",
  85. "socket.io-client-v2": "npm:socket.io-client@2.5.0",
  86. "socket.io-client-v3": "npm:socket.io-client@3.1.3",
  87. "socket.io-client-v4": "npm:socket.io-client@4.8.0",
  88. "socketio-wildcard": "2.0.0",
  89. "splitpanes": "3.1.5",
  90. "stream-browserify": "3.0.0",
  91. "subscriptions-transport-ws": "0.11.0",
  92. "superjson": "2.2.2",
  93. "tern": "0.24.3",
  94. "timers": "0.1.1",
  95. "tippy.js": "6.3.7",
  96. "url": "0.11.4",
  97. "util": "0.12.5",
  98. "uuid": "10.0.0",
  99. "verzod": "0.2.3",
  100. "vue": "3.5.12",
  101. "vue-i18n": "10.0.4",
  102. "vue-pdf-embed": "2.1.0",
  103. "vue-router": "4.4.5",
  104. "vue-tippy": "6.5.0",
  105. "vuedraggable-es": "4.1.1",
  106. "wonka": "6.3.4",
  107. "workbox-window": "7.1.0",
  108. "xml-formatter": "3.6.3",
  109. "yargs-parser": "21.1.1",
  110. "zod": "3.23.8"
  111. },
  112. "devDependencies": {
  113. "@esbuild-plugins/node-globals-polyfill": "0.2.3",
  114. "@esbuild-plugins/node-modules-polyfill": "0.2.2",
  115. "@graphql-codegen/add": "5.0.3",
  116. "@graphql-codegen/cli": "5.0.3",
  117. "@graphql-codegen/typed-document-node": "5.0.10",
  118. "@graphql-codegen/typescript": "4.1.0",
  119. "@graphql-codegen/typescript-operations": "4.3.0",
  120. "@graphql-codegen/typescript-urql-graphcache": "3.1.0",
  121. "@graphql-codegen/urql-introspection": "3.0.0",
  122. "@graphql-typed-document-node/core": "3.2.0",
  123. "@iconify-json/lucide": "1.2.9",
  124. "@intlify/vite-plugin-vue-i18n": "7.0.0",
  125. "@relmify/jest-fp-ts": "2.1.1",
  126. "@rushstack/eslint-patch": "1.10.4",
  127. "@types/har-format": "1.2.16",
  128. "@types/js-yaml": "4.0.9",
  129. "@types/lodash-es": "4.17.12",
  130. "@types/lossless-json": "1.0.4",
  131. "@types/nprogress": "0.2.3",
  132. "@types/paho-mqtt": "1.0.10",
  133. "@types/postman-collection": "3.5.10",
  134. "@types/qs": "6.9.16",
  135. "@types/splitpanes": "2.2.6",
  136. "@types/uuid": "10.0.0",
  137. "@types/yargs-parser": "21.0.3",
  138. "@typescript-eslint/eslint-plugin": "8.9.0",
  139. "@typescript-eslint/parser": "8.9.0",
  140. "@urql/exchange-graphcache": "6.5.1",
  141. "@vitejs/plugin-vue": "5.1.4",
  142. "@vue/compiler-sfc": "3.5.12",
  143. "@vue/eslint-config-typescript": "13.0.0",
  144. "@vue/runtime-core": "3.5.12",
  145. "autoprefixer": "10.4.20",
  146. "cross-env": "7.0.3",
  147. "dotenv": "16.4.5",
  148. "eslint": "8.57.0",
  149. "eslint-plugin-prettier": "5.2.1",
  150. "eslint-plugin-vue": "9.29.0",
  151. "glob": "11.0.0",
  152. "jsdom": "25.0.1",
  153. "npm-run-all": "4.1.5",
  154. "openapi-types": "12.1.3",
  155. "postcss": "8.4.47",
  156. "prettier": "3.3.3",
  157. "prettier-plugin-tailwindcss": "0.6.8",
  158. "rollup-plugin-polyfill-node": "0.13.0",
  159. "sass": "1.79.5",
  160. "tailwindcss": "3.4.14",
  161. "typescript": "5.3.3",
  162. "unplugin-fonts": "1.1.1",
  163. "unplugin-icons": "0.19.3",
  164. "unplugin-vue-components": "0.27.4",
  165. "vite": "5.4.9",
  166. "vite-plugin-checker": "0.6.4",
  167. "vite-plugin-fonts": "0.7.0",
  168. "vite-plugin-html-config": "2.0.2",
  169. "vite-plugin-pages": "0.32.3",
  170. "vite-plugin-pages-sitemap": "1.7.1",
  171. "vite-plugin-pwa": "0.20.5",
  172. "vite-plugin-vue-layouts": "0.11.0",
  173. "vitest": "2.1.3",
  174. "vue-tsc": "1.8.24"
  175. }
  176. }