package.json 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167
  1. {
  2. "name": "@hoppscotch/common",
  3. "private": true,
  4. "version": "2023.12.0-1",
  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.11.1",
  26. "@codemirror/commands": "^6.3.2",
  27. "@codemirror/lang-javascript": "^6.2.1",
  28. "@codemirror/lang-json": "^6.0.1",
  29. "@codemirror/lang-xml": "^6.0.2",
  30. "@codemirror/language": "6.9.3",
  31. "@codemirror/legacy-modes": "^6.3.3",
  32. "@codemirror/lint": "^6.4.2",
  33. "@codemirror/search": "^6.5.5",
  34. "@codemirror/state": "^6.3.3",
  35. "@codemirror/view": "^6.22.3",
  36. "@hoppscotch/codemirror-lang-graphql": "workspace:^",
  37. "@hoppscotch/data": "workspace:^",
  38. "@hoppscotch/js-sandbox": "workspace:^",
  39. "@hoppscotch/ui": "^0.1.0",
  40. "@hoppscotch/vue-toasted": "^0.1.0",
  41. "@lezer/highlight": "1.2.0",
  42. "@unhead/vue": "^1.8.8",
  43. "@urql/core": "^4.2.0",
  44. "@urql/devtools": "^2.0.3",
  45. "@urql/exchange-auth": "^2.1.6",
  46. "@urql/exchange-graphcache": "^6.3.3",
  47. "@vitejs/plugin-legacy": "^4.1.1",
  48. "@vueuse/core": "^10.6.1",
  49. "acorn-walk": "^8.3.0",
  50. "axios": "^1.6.2",
  51. "buffer": "^6.0.3",
  52. "cookie-es": "^1.0.0",
  53. "dioc": "^1.0.1",
  54. "esprima": "^4.0.1",
  55. "events": "^3.3.0",
  56. "fp-ts": "^2.16.1",
  57. "globalthis": "^1.0.3",
  58. "graphql": "^16.8.1",
  59. "graphql-language-service-interface": "^2.10.2",
  60. "graphql-tag": "^2.12.6",
  61. "httpsnippet": "^3.0.1",
  62. "insomnia-importers": "^3.6.0",
  63. "io-ts": "^2.2.20",
  64. "js-yaml": "^4.1.0",
  65. "jsonpath-plus": "^7.2.0",
  66. "lodash-es": "^4.17.21",
  67. "lossless-json": "^3.0.2",
  68. "minisearch": "^6.3.0",
  69. "nprogress": "^0.2.0",
  70. "paho-mqtt": "^1.1.0",
  71. "path": "^0.12.7",
  72. "postman-collection": "^4.3.0",
  73. "process": "^0.11.10",
  74. "qs": "^6.11.2",
  75. "quicktype-core": "^23.0.79",
  76. "rxjs": "^7.8.1",
  77. "set-cookie-parser": "^2.6.0",
  78. "set-cookie-parser-es": "^1.0.5",
  79. "socket.io-client-v2": "npm:socket.io-client@^2.4.0",
  80. "socket.io-client-v3": "npm:socket.io-client@^3.1.3",
  81. "socket.io-client-v4": "npm:socket.io-client@^4.4.1",
  82. "socketio-wildcard": "^2.0.0",
  83. "splitpanes": "^3.1.5",
  84. "stream-browserify": "^3.0.0",
  85. "subscriptions-transport-ws": "^0.11.0",
  86. "tern": "^0.24.3",
  87. "timers": "^0.1.1",
  88. "tippy.js": "^6.3.7",
  89. "url": "^0.11.3",
  90. "util": "^0.12.5",
  91. "uuid": "^9.0.1",
  92. "verzod": "^0.2.0",
  93. "vue": "^3.3.8",
  94. "vue-i18n": "^9.7.1",
  95. "vue-pdf-embed": "^1.2.1",
  96. "vue-router": "^4.2.5",
  97. "vue-tippy": "6.3.1",
  98. "vuedraggable-es": "^4.1.1",
  99. "wonka": "^6.3.4",
  100. "workbox-window": "^7.0.0",
  101. "xml-formatter": "^3.6.0",
  102. "yargs-parser": "^21.1.1",
  103. "zod": "^3.22.4"
  104. },
  105. "devDependencies": {
  106. "@esbuild-plugins/node-globals-polyfill": "^0.2.3",
  107. "@esbuild-plugins/node-modules-polyfill": "^0.2.2",
  108. "@graphql-codegen/add": "^5.0.0",
  109. "@graphql-codegen/cli": "^5.0.0",
  110. "@graphql-codegen/typed-document-node": "^5.0.1",
  111. "@graphql-codegen/typescript": "^4.0.1",
  112. "@graphql-codegen/typescript-operations": "^4.0.1",
  113. "@graphql-codegen/typescript-urql-graphcache": "^3.0.0",
  114. "@graphql-codegen/urql-introspection": "^3.0.0",
  115. "@graphql-typed-document-node/core": "^3.2.0",
  116. "@iconify-json/lucide": "^1.1.141",
  117. "@intlify/vite-plugin-vue-i18n": "^7.0.0",
  118. "@relmify/jest-fp-ts": "^2.1.1",
  119. "@rushstack/eslint-patch": "^1.6.0",
  120. "@types/har-format": "^1.2.15",
  121. "@types/js-yaml": "^4.0.9",
  122. "@types/lodash-es": "^4.17.12",
  123. "@types/lossless-json": "^1.0.4",
  124. "@types/nprogress": "^0.2.3",
  125. "@types/paho-mqtt": "^1.0.10",
  126. "@types/postman-collection": "^3.5.10",
  127. "@types/splitpanes": "^2.2.6",
  128. "@types/uuid": "^9.0.7",
  129. "@types/yargs-parser": "^21.0.3",
  130. "@typescript-eslint/eslint-plugin": "^6.12.0",
  131. "@typescript-eslint/parser": "^6.12.0",
  132. "@vitejs/plugin-vue": "^4.5.0",
  133. "@vue/compiler-sfc": "^3.3.8",
  134. "@vue/eslint-config-typescript": "^12.0.0",
  135. "@vue/runtime-core": "^3.3.8",
  136. "autoprefixer": "^10.4.14",
  137. "cross-env": "^7.0.3",
  138. "dotenv": "^16.3.1",
  139. "eslint": "^8.54.0",
  140. "eslint-plugin-prettier": "^5.0.1",
  141. "eslint-plugin-vue": "^9.18.1",
  142. "glob": "^10.3.10",
  143. "npm-run-all": "^4.1.5",
  144. "openapi-types": "^12.1.3",
  145. "postcss": "^8.4.23",
  146. "prettier": "^3.1.0",
  147. "prettier-plugin-tailwindcss": "^0.5.7",
  148. "rollup-plugin-polyfill-node": "^0.13.0",
  149. "sass": "^1.69.5",
  150. "tailwindcss": "^3.3.2",
  151. "typescript": "^5.3.2",
  152. "unplugin-fonts": "^1.1.1",
  153. "unplugin-icons": "^0.17.4",
  154. "unplugin-vue-components": "^0.25.2",
  155. "vite": "^4.5.0",
  156. "vite-plugin-checker": "^0.6.2",
  157. "vite-plugin-fonts": "^0.7.0",
  158. "vite-plugin-html-config": "^1.0.11",
  159. "vite-plugin-inspect": "^0.7.42",
  160. "vite-plugin-pages": "^0.31.0",
  161. "vite-plugin-pages-sitemap": "^1.6.1",
  162. "vite-plugin-pwa": "^0.17.0",
  163. "vite-plugin-vue-layouts": "^0.8.0",
  164. "vitest": "^0.34.6",
  165. "vue-tsc": "^1.8.22"
  166. }
  167. }