package.json 5.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161
  1. {
  2. "name": "hoppscotch-app",
  3. "version": "2.1.0",
  4. "description": "Open source API development ecosystem",
  5. "author": "Hoppscotch (support@hoppscotch.io)",
  6. "private": true,
  7. "engines": {
  8. "node": ">=14",
  9. "pnpm": ">=3"
  10. },
  11. "scripts": {
  12. "dev": "pnpx npm-run-all -p -l dev:*",
  13. "dev:nuxt": "nuxt",
  14. "dev:gql-codegen": "graphql-codegen --config gql-codegen.yml --watch",
  15. "build": "vue-tsc --noEmit && nuxt build",
  16. "postinstall": "pnpm run gql-codegen",
  17. "start": "nuxt start",
  18. "generate": "nuxt generate --modern",
  19. "analyze": "npx nuxt build -a",
  20. "lint:script": "eslint --ext .ts,.js,.vue --ignore-path .gitignore .",
  21. "lint:style": "stylelint **/*.{css,scss} --ignore-path .gitignore",
  22. "lint": "pnpm run lint:script && pnpm run lint:style",
  23. "lintfix:script": "eslint --fix --ext .ts,.js,.vue --ignore-path .gitignore .",
  24. "lintfix:style": "stylelint --fix **/*.{css,scss} --ignore-path .gitignore",
  25. "lintfix": "pnpm run lintfix:script && pnpm run lintfix:style",
  26. "test": "jest",
  27. "do-dev": "pnpm run dev",
  28. "do-build-prod": "pnpm run generate",
  29. "do-prod-start": "pnpm run start",
  30. "do-lint": "pnpm run lint",
  31. "do-lintfix": "pnpm run lintfix",
  32. "do-test": "pnpm run test",
  33. "gql-codegen": "graphql-codegen --config gql-codegen.yml"
  34. },
  35. "dependencies": {
  36. "@apollo/client": "^3.4.17",
  37. "@codemirror/autocomplete": "^0.19.4",
  38. "@codemirror/closebrackets": "^0.19.0",
  39. "@codemirror/commands": "^0.19.5",
  40. "@codemirror/comment": "^0.19.0",
  41. "@codemirror/fold": "^0.19.1",
  42. "@codemirror/gutter": "^0.19.4",
  43. "@codemirror/highlight": "^0.19.0",
  44. "@codemirror/history": "^0.19.0",
  45. "@codemirror/lang-javascript": "^0.19.2",
  46. "@codemirror/lang-json": "^0.19.1",
  47. "@codemirror/language": "^0.19.3",
  48. "@codemirror/lint": "^0.19.2",
  49. "@codemirror/matchbrackets": "^0.19.3",
  50. "@codemirror/rectangular-selection": "^0.19.1",
  51. "@codemirror/search": "^0.19.2",
  52. "@codemirror/state": "^0.19.3",
  53. "@codemirror/text": "^0.19.5",
  54. "@codemirror/view": "^0.19.12",
  55. "@hoppscotch/codemirror-lang-graphql": "workspace:^0.1.0",
  56. "@hoppscotch/js-sandbox": "workspace:^1.0.0",
  57. "@nuxtjs/axios": "^5.13.6",
  58. "@nuxtjs/composition-api": "^0.30.0",
  59. "@nuxtjs/gtm": "^2.4.0",
  60. "@nuxtjs/i18n": "^7.2.0",
  61. "@nuxtjs/robots": "^2.5.0",
  62. "@nuxtjs/sitemap": "^2.4.0",
  63. "@nuxtjs/toast": "^3.3.1",
  64. "@urql/core": "^2.3.5",
  65. "@urql/exchange-auth": "^0.1.6",
  66. "@urql/exchange-graphcache": "^4.3.5",
  67. "acorn": "^8.5.0",
  68. "acorn-walk": "^8.2.0",
  69. "axios": "^0.24.0",
  70. "core-js": "^3.19.1",
  71. "esprima": "^4.0.1",
  72. "firebase": "^9.4.1",
  73. "fp-ts": "^2.11.5",
  74. "fuse.js": "^6.4.6",
  75. "graphql": "^15.7.2",
  76. "graphql-language-service-interface": "^2.9.1",
  77. "graphql-language-service-parser": "^1.10.0",
  78. "graphql-tag": "^2.12.6",
  79. "io-ts": "^2.2.16",
  80. "json-loader": "^0.5.7",
  81. "lodash": "^4.17.21",
  82. "mustache": "^4.2.0",
  83. "node-interval-tree": "^1.3.3",
  84. "nuxt": "^2.15.8",
  85. "paho-mqtt": "^1.1.0",
  86. "rxjs": "^7.4.0",
  87. "socket.io-client-v2": "npm:socket.io-client@^2.4.0",
  88. "socket.io-client-v3": "npm:socket.io-client@^3.1.3",
  89. "socket.io-client-v4": "npm:socket.io-client@^4.3.2",
  90. "socketio-wildcard": "^2.0.0",
  91. "splitpanes": "^2.3.8",
  92. "subscriptions-transport-ws": "^0.11.0",
  93. "tern": "^0.24.3",
  94. "uuid": "8.3.2",
  95. "vue-apollo": "^3.0.8",
  96. "vue-cli-plugin-apollo": "^0.22.2",
  97. "vue-functional-data-merge": "^3.1.0",
  98. "vue-github-button": "^1.3.0",
  99. "vue-textarea-autosize": "^1.1.1",
  100. "vue-tippy": "^4.13.0",
  101. "vuejs-auto-complete": "^0.9.0",
  102. "wonka": "^4.0.15",
  103. "yargs-parser": "^21.0.0"
  104. },
  105. "devDependencies": {
  106. "@babel/core": "^7.16.0",
  107. "@babel/preset-env": "^7.16.0",
  108. "@graphql-codegen/add": "^3.1.0",
  109. "@graphql-codegen/cli": "2.2.2",
  110. "@graphql-codegen/typed-document-node": "^2.2.0",
  111. "@graphql-codegen/typescript": "2.3.1",
  112. "@graphql-codegen/typescript-operations": "^2.2.0",
  113. "@graphql-codegen/typescript-urql-graphcache": "^2.2.1",
  114. "@graphql-codegen/urql-introspection": "^2.1.0",
  115. "@graphql-typed-document-node/core": "^3.1.0",
  116. "@nuxt/types": "^2.15.8",
  117. "@nuxt/typescript-build": "^2.1.0",
  118. "@nuxtjs/color-mode": "^2.1.1",
  119. "@nuxtjs/dotenv": "^1.4.1",
  120. "@nuxtjs/eslint-config-typescript": "^7.0.2",
  121. "@nuxtjs/eslint-module": "^3.0.2",
  122. "@nuxtjs/google-analytics": "^2.4.0",
  123. "@nuxtjs/google-fonts": "^1.3.0",
  124. "@nuxtjs/pwa": "^3.3.5",
  125. "@nuxtjs/stylelint-module": "^4.0.0",
  126. "@nuxtjs/svg": "^0.3.0",
  127. "@testing-library/jest-dom": "^5.15.0",
  128. "@types/codemirror": "^5.60.5",
  129. "@types/cookie": "^0.4.1",
  130. "@types/esprima": "^4.0.3",
  131. "@types/lodash": "^4.14.177",
  132. "@types/splitpanes": "^2.2.1",
  133. "@urql/devtools": "^2.0.3",
  134. "@vue/runtime-dom": "^3.2.22",
  135. "@vue/test-utils": "^1.2.2",
  136. "babel-core": "^7.0.0-bridge.0",
  137. "babel-jest": "^27.3.1",
  138. "eslint": "^8.2.0",
  139. "eslint-config-prettier": "^8.3.0",
  140. "eslint-plugin-nuxt": "^3.0.0",
  141. "eslint-plugin-prettier": "^4.0.0",
  142. "eslint-plugin-vue": "^8.0.3",
  143. "jest": "^27.3.1",
  144. "jest-serializer-vue": "^2.0.2",
  145. "npm-run-all": "^4.1.5",
  146. "nuxt-windicss": "^2.0.12",
  147. "prettier": "^2.4.1",
  148. "raw-loader": "^4.0.2",
  149. "sass": "^1.43.4",
  150. "sass-loader": "^10.2.0",
  151. "stylelint": "^14.1.0",
  152. "stylelint-config-prettier": "^9.0.3",
  153. "stylelint-config-standard": "^24.0.0",
  154. "stylelint-config-standard-scss": "^2.0.1",
  155. "ts-jest": "^27.0.7",
  156. "typescript": "^4.4.4",
  157. "unplugin-vue2-script-setup": "^0.6.16",
  158. "vue-jest": "^3.0.7",
  159. "worker-loader": "^3.0.8"
  160. }
  161. }