package.json 5.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152
  1. {
  2. "name": "@hoppscotch/common",
  3. "private": true,
  4. "version": "2023.4.4",
  5. "scripts": {
  6. "dev": "pnpm exec npm-run-all -p -l dev:*",
  7. "dev:vite": "vite",
  8. "dev:gql-codegen": "graphql-codegen --require dotenv/config --config gql-codegen.yml --watch dotenv_config_path=\"../../.env\"",
  9. "lint": "eslint src --ext .ts,.js,.vue --ignore-path .gitignore .",
  10. "lint:ts": "vue-tsc --noEmit",
  11. "prod-lint": "cross-env HOPP_LINT_FOR_PROD=true pnpm run lint",
  12. "lintfix": "eslint --fix src --ext .ts,.js,.vue --ignore-path .gitignore .",
  13. "preview": "vite preview",
  14. "gql-codegen": "graphql-codegen --require dotenv/config --config gql-codegen.yml dotenv_config_path=\"../../.env\"",
  15. "postinstall": "pnpm run gql-codegen",
  16. "do-lint": "pnpm run prod-lint",
  17. "do-typecheck": "pnpm run lint",
  18. "do-lintfix": "pnpm run lintfix"
  19. },
  20. "dependencies": {
  21. "@apidevtools/swagger-parser": "^10.1.0",
  22. "@codemirror/autocomplete": "^6.0.3",
  23. "@codemirror/commands": "^6.0.1",
  24. "@codemirror/lang-javascript": "^6.0.1",
  25. "@codemirror/lang-json": "^6.0.0",
  26. "@codemirror/lang-xml": "^6.0.0",
  27. "@codemirror/language": "^6.2.0",
  28. "@codemirror/legacy-modes": "^6.1.0",
  29. "@codemirror/lint": "^6.0.0",
  30. "@codemirror/search": "^6.0.0",
  31. "@codemirror/state": "^6.1.0",
  32. "@codemirror/view": "^6.0.2",
  33. "@hoppscotch/codemirror-lang-graphql": "workspace:^",
  34. "@hoppscotch/data": "workspace:^",
  35. "@hoppscotch/js-sandbox": "workspace:^",
  36. "@hoppscotch/ui": "workspace:^",
  37. "@hoppscotch/vue-toasted": "^0.1.0",
  38. "@lezer/highlight": "^1.0.0",
  39. "@sentry/tracing": "^7.13.0",
  40. "@sentry/vue": "^7.13.0",
  41. "@urql/core": "^2.5.0",
  42. "@urql/devtools": "^2.0.3",
  43. "@urql/exchange-auth": "^0.1.7",
  44. "@urql/exchange-graphcache": "^4.4.3",
  45. "@vitejs/plugin-legacy": "^2.3.0",
  46. "@vueuse/core": "^8.7.5",
  47. "@vueuse/head": "^0.7.9",
  48. "acorn-walk": "^8.2.0",
  49. "axios": "^0.21.4",
  50. "buffer": "^6.0.3",
  51. "esprima": "^4.0.1",
  52. "events": "^3.3.0",
  53. "fp-ts": "^2.12.1",
  54. "fuse.js": "^6.6.2",
  55. "globalthis": "^1.0.3",
  56. "graphql": "^15.5.0",
  57. "graphql-language-service-interface": "^2.9.1",
  58. "graphql-tag": "^2.12.6",
  59. "httpsnippet": "^2.0.0",
  60. "insomnia-importers": "^3.3.0",
  61. "io-ts": "^2.2.16",
  62. "js-yaml": "^4.1.0",
  63. "jsonpath-plus": "^7.0.0",
  64. "lodash-es": "^4.17.21",
  65. "lossless-json": "^2.0.8",
  66. "nprogress": "^0.2.0",
  67. "paho-mqtt": "^1.1.0",
  68. "path": "^0.12.7",
  69. "postman-collection": "^4.1.4",
  70. "process": "^0.11.10",
  71. "qs": "^6.10.3",
  72. "rxjs": "^7.5.5",
  73. "socket.io-client-v2": "npm:socket.io-client@^2.4.0",
  74. "socket.io-client-v3": "npm:socket.io-client@^3.1.3",
  75. "socket.io-client-v4": "npm:socket.io-client@^4.4.1",
  76. "socketio-wildcard": "^2.0.0",
  77. "splitpanes": "^3.1.1",
  78. "stream-browserify": "^3.0.0",
  79. "subscriptions-transport-ws": "^0.11.0",
  80. "tern": "^0.24.3",
  81. "timers": "^0.1.1",
  82. "tippy.js": "^6.3.7",
  83. "url": "^0.11.0",
  84. "util": "^0.12.4",
  85. "uuid": "^8.3.2",
  86. "vue": "^3.2.25",
  87. "vue-github-button": "^3.0.3",
  88. "vue-i18n": "^9.2.2",
  89. "vue-pdf-embed": "^1.1.4",
  90. "vue-router": "^4.0.16",
  91. "vue-tippy": "6.0.0-alpha.58",
  92. "vuedraggable-es": "^4.1.1",
  93. "wonka": "^4.0.15",
  94. "workbox-window": "^6.5.4",
  95. "xml-formatter": "^3.4.1",
  96. "yargs-parser": "^21.1.1"
  97. },
  98. "devDependencies": {
  99. "@esbuild-plugins/node-globals-polyfill": "^0.1.1",
  100. "@esbuild-plugins/node-modules-polyfill": "^0.1.4",
  101. "@graphql-codegen/add": "^3.2.0",
  102. "@graphql-codegen/cli": "^2.8.0",
  103. "@graphql-codegen/typed-document-node": "^2.3.1",
  104. "@graphql-codegen/typescript": "^2.7.1",
  105. "@graphql-codegen/typescript-operations": "^2.5.1",
  106. "@graphql-codegen/typescript-urql-graphcache": "^2.3.1",
  107. "@graphql-codegen/urql-introspection": "^2.2.0",
  108. "@graphql-typed-document-node/core": "^3.1.1",
  109. "@iconify-json/lucide": "^1.1.40",
  110. "@intlify/vite-plugin-vue-i18n": "^7.0.0",
  111. "@rushstack/eslint-patch": "^1.1.4",
  112. "@types/js-yaml": "^4.0.5",
  113. "@types/lodash-es": "^4.17.6",
  114. "@types/lossless-json": "^1.0.1",
  115. "@types/nprogress": "^0.2.0",
  116. "@types/paho-mqtt": "^1.0.6",
  117. "@types/postman-collection": "^3.5.7",
  118. "@types/splitpanes": "^2.2.1",
  119. "@types/uuid": "^8.3.4",
  120. "@types/yargs-parser": "^21.0.0",
  121. "@typescript-eslint/eslint-plugin": "^5.19.0",
  122. "@typescript-eslint/parser": "^5.19.0",
  123. "@vitejs/plugin-vue": "^3.1.0",
  124. "@vue/compiler-sfc": "^3.2.39",
  125. "@vue/eslint-config-typescript": "^11.0.1",
  126. "@vue/runtime-core": "^3.2.39",
  127. "cross-env": "^7.0.3",
  128. "dotenv": "^16.0.3",
  129. "eslint": "^8.24.0",
  130. "eslint-plugin-prettier": "^4.2.1",
  131. "eslint-plugin-vue": "^9.5.1",
  132. "npm-run-all": "^4.1.5",
  133. "openapi-types": "^12.0.0",
  134. "rollup-plugin-polyfill-node": "^0.10.1",
  135. "sass": "^1.53.0",
  136. "typescript": "^4.5.4",
  137. "unplugin-icons": "^0.14.9",
  138. "unplugin-vue-components": "^0.21.0",
  139. "vite": "^3.1.4",
  140. "vite-plugin-checker": "^0.5.1",
  141. "vite-plugin-fonts": "^0.6.0",
  142. "vite-plugin-html-config": "^1.0.10",
  143. "vite-plugin-inspect": "^0.7.4",
  144. "vite-plugin-pages": "^0.26.0",
  145. "vite-plugin-pages-sitemap": "^1.4.0",
  146. "vite-plugin-pwa": "^0.13.1",
  147. "vite-plugin-vue-layouts": "^0.7.0",
  148. "vite-plugin-windicss": "^1.8.8",
  149. "vue-tsc": "^0.38.2",
  150. "windicss": "^3.5.6"
  151. }
  152. }