package.json 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164
  1. {
  2. "name": "@hoppscotch/common",
  3. "private": true,
  4. "version": "2023.8.3",
  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.10.2",
  26. "@codemirror/commands": "^6.3.0",
  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.2",
  31. "@codemirror/legacy-modes": "^6.3.3",
  32. "@codemirror/lint": "^6.4.2",
  33. "@codemirror/search": "^6.5.4",
  34. "@codemirror/state": "^6.3.1",
  35. "@codemirror/view": "^6.22.0",
  36. "@fontsource-variable/inter": "^5.0.8",
  37. "@fontsource-variable/material-symbols-rounded": "^5.0.7",
  38. "@fontsource-variable/roboto-mono": "^5.0.9",
  39. "@hoppscotch/codemirror-lang-graphql": "workspace:^",
  40. "@hoppscotch/data": "workspace:^",
  41. "@hoppscotch/js-sandbox": "workspace:^",
  42. "@hoppscotch/ui": "workspace:^",
  43. "@hoppscotch/vue-toasted": "^0.1.0",
  44. "@lezer/highlight": "1.1.4",
  45. "@urql/core": "^4.1.1",
  46. "@urql/devtools": "^2.0.3",
  47. "@urql/exchange-auth": "^2.1.6",
  48. "@urql/exchange-graphcache": "^6.3.2",
  49. "@vitejs/plugin-legacy": "^4.1.1",
  50. "@vueuse/core": "^10.3.0",
  51. "@vueuse/head": "^1.3.1",
  52. "acorn-walk": "^8.2.0",
  53. "axios": "^1.4.0",
  54. "buffer": "^6.0.3",
  55. "dioc": "workspace:^",
  56. "esprima": "^4.0.1",
  57. "events": "^3.3.0",
  58. "fp-ts": "^2.16.1",
  59. "fuse.js": "^6.6.2",
  60. "globalthis": "^1.0.3",
  61. "graphql": "^16.8.0",
  62. "graphql-language-service-interface": "^2.9.1",
  63. "graphql-tag": "^2.12.6",
  64. "httpsnippet": "^3.0.1",
  65. "insomnia-importers": "^3.6.0",
  66. "io-ts": "^2.2.20",
  67. "js-yaml": "^4.1.0",
  68. "jsonpath-plus": "^7.2.0",
  69. "lodash-es": "^4.17.21",
  70. "lossless-json": "^2.0.11",
  71. "minisearch": "^6.1.0",
  72. "nprogress": "^0.2.0",
  73. "paho-mqtt": "^1.1.0",
  74. "path": "^0.12.7",
  75. "postman-collection": "^4.2.0",
  76. "process": "^0.11.10",
  77. "qs": "^6.11.2",
  78. "rxjs": "^7.8.1",
  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.1",
  90. "util": "^0.12.5",
  91. "uuid": "^9.0.0",
  92. "vue": "^3.3.4",
  93. "vue-i18n": "^9.2.2",
  94. "vue-pdf-embed": "^1.1.6",
  95. "vue-router": "^4.2.4",
  96. "vue-tippy": "6.3.1",
  97. "vuedraggable-es": "^4.1.1",
  98. "wonka": "^6.3.4",
  99. "workbox-window": "^7.0.0",
  100. "xml-formatter": "^3.5.0",
  101. "yargs-parser": "^21.1.1"
  102. },
  103. "devDependencies": {
  104. "@esbuild-plugins/node-globals-polyfill": "^0.2.3",
  105. "@esbuild-plugins/node-modules-polyfill": "^0.2.2",
  106. "@graphql-codegen/add": "^5.0.0",
  107. "@graphql-codegen/cli": "^5.0.0",
  108. "@graphql-codegen/typed-document-node": "^5.0.1",
  109. "@graphql-codegen/typescript": "^4.0.1",
  110. "@graphql-codegen/typescript-operations": "^4.0.1",
  111. "@graphql-codegen/typescript-urql-graphcache": "^2.4.5",
  112. "@graphql-codegen/urql-introspection": "^2.2.1",
  113. "@graphql-typed-document-node/core": "^3.2.0",
  114. "@iconify-json/lucide": "^1.1.119",
  115. "@intlify/vite-plugin-vue-i18n": "^7.0.0",
  116. "@relmify/jest-fp-ts": "^2.1.1",
  117. "@rushstack/eslint-patch": "^1.3.3",
  118. "@types/har-format": "^1.2.12",
  119. "@types/js-yaml": "^4.0.5",
  120. "@types/lodash-es": "^4.17.8",
  121. "@types/lossless-json": "^1.0.1",
  122. "@types/nprogress": "^0.2.0",
  123. "@types/paho-mqtt": "^1.0.7",
  124. "@types/postman-collection": "^3.5.7",
  125. "@types/splitpanes": "^2.2.1",
  126. "@types/uuid": "^9.0.2",
  127. "@types/yargs-parser": "^21.0.0",
  128. "@typescript-eslint/eslint-plugin": "^6.4.0",
  129. "@typescript-eslint/parser": "^6.4.0",
  130. "@vitejs/plugin-vue": "^4.3.1",
  131. "@vue/compiler-sfc": "^3.3.4",
  132. "@vue/eslint-config-typescript": "^11.0.3",
  133. "@vue/runtime-core": "^3.3.4",
  134. "autoprefixer": "^10.4.14",
  135. "cross-env": "^7.0.3",
  136. "dotenv": "^16.3.1",
  137. "eslint": "^8.47.0",
  138. "eslint-plugin-prettier": "^5.0.0",
  139. "eslint-plugin-vue": "^9.17.0",
  140. "glob": "^10.3.10",
  141. "npm-run-all": "^4.1.5",
  142. "postcss": "^8.4.23",
  143. "prettier-plugin-tailwindcss": "^0.5.6",
  144. "tailwindcss": "^3.3.2",
  145. "vite-plugin-fonts": "^0.6.0",
  146. "openapi-types": "^12.1.3",
  147. "rollup-plugin-polyfill-node": "^0.12.0",
  148. "sass": "^1.66.0",
  149. "typescript": "^5.1.6",
  150. "unplugin-fonts": "^1.0.3",
  151. "unplugin-icons": "^0.16.5",
  152. "unplugin-vue-components": "^0.25.1",
  153. "vite": "^4.4.9",
  154. "vite-plugin-checker": "^0.6.1",
  155. "vite-plugin-html-config": "^1.0.11",
  156. "vite-plugin-inspect": "^0.7.38",
  157. "vite-plugin-pages": "^0.31.0",
  158. "vite-plugin-pages-sitemap": "^1.6.1",
  159. "vite-plugin-pwa": "^0.16.4",
  160. "vite-plugin-vue-layouts": "^0.8.0",
  161. "vitest": "^0.34.2",
  162. "vue-tsc": "^1.8.8"
  163. }
  164. }