package.json 3.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120
  1. {
  2. "name": "hoppscotch-app",
  3. "version": "2.0.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": "nuxt",
  13. "build": "vue-tsc --noEmit && nuxt build",
  14. "start": "nuxt start",
  15. "generate": "nuxt generate --modern",
  16. "analyze": "npx nuxt build -a",
  17. "lint:script": "eslint --ext .ts,.js,.vue --ignore-path .gitignore .",
  18. "lint:style": "stylelint **/*.{css,scss,vue} --ignore-path .gitignore",
  19. "lint": "npm run lint:script && npm run lint:style",
  20. "lintfix": "eslint --ext .ts,.js,.vue --ignore-path .gitignore . --fix",
  21. "test": "jest",
  22. "do-dev": "pnpm run dev",
  23. "do-build-prod": "pnpm run generate",
  24. "do-prod-start": "pnpm run start",
  25. "do-lintfix": "pnpm run lint",
  26. "do-test": "pnpm run test"
  27. },
  28. "dependencies": {
  29. "@apollo/client": "^3.4.15",
  30. "@hoppscotch/js-sandbox": "workspace:^1.0.0",
  31. "@nuxtjs/axios": "^5.13.6",
  32. "@nuxtjs/composition-api": "^0.29.2",
  33. "@nuxtjs/gtm": "^2.4.0",
  34. "@nuxtjs/i18n": "^7.0.3",
  35. "@nuxtjs/robots": "^2.5.0",
  36. "@nuxtjs/sitemap": "^2.4.0",
  37. "@nuxtjs/toast": "^3.3.1",
  38. "acorn": "^8.5.0",
  39. "acorn-walk": "^8.2.0",
  40. "axios": "^0.21.4",
  41. "codemirror": "^5.63.1",
  42. "codemirror-theme-github": "^1.0.0",
  43. "core-js": "^3.18.1",
  44. "esprima": "^4.0.1",
  45. "firebase": "^9.1.1",
  46. "fp-ts": "^2.11.4",
  47. "fuse.js": "^6.4.6",
  48. "graphql": "^15.6.0",
  49. "graphql-language-service-interface": "^2.8.4",
  50. "graphql-language-service-parser": "^1.9.2",
  51. "graphql-tag": "^2.12.5",
  52. "json-loader": "^0.5.7",
  53. "lodash": "^4.17.21",
  54. "mustache": "^4.2.0",
  55. "node-interval-tree": "^1.3.3",
  56. "nuxt": "^2.15.8",
  57. "paho-mqtt": "^1.1.0",
  58. "rxjs": "^7.3.1",
  59. "socket.io-client": "^4.2.0",
  60. "socketio-wildcard": "^2.0.0",
  61. "splitpanes": "^2.3.8",
  62. "tern": "^0.24.3",
  63. "vue-apollo": "^3.0.8",
  64. "vue-cli-plugin-apollo": "^0.22.2",
  65. "vue-functional-data-merge": "^3.1.0",
  66. "vue-github-button": "^1.3.0",
  67. "vue-textarea-autosize": "^1.1.1",
  68. "vue-tippy": "^4.12.0",
  69. "vuejs-auto-complete": "^0.9.0",
  70. "yargs-parser": "^20.2.9"
  71. },
  72. "devDependencies": {
  73. "@babel/core": "^7.15.5",
  74. "@babel/preset-env": "^7.15.6",
  75. "@commitlint/cli": "^13.2.0",
  76. "@commitlint/config-conventional": "^13.2.0",
  77. "@nuxt/types": "^2.15.8",
  78. "@nuxt/typescript-build": "^2.1.0",
  79. "@nuxtjs/color-mode": "^2.1.1",
  80. "@nuxtjs/dotenv": "^1.4.1",
  81. "@nuxtjs/eslint-config-typescript": "^6.0.1",
  82. "@nuxtjs/eslint-module": "^3.0.2",
  83. "@nuxtjs/google-analytics": "^2.4.0",
  84. "@nuxtjs/google-fonts": "^1.3.0",
  85. "@nuxtjs/pwa": "^3.3.5",
  86. "@nuxtjs/stylelint-module": "^4.0.0",
  87. "@nuxtjs/svg": "^0.2.0",
  88. "@testing-library/jest-dom": "^5.14.1",
  89. "@types/codemirror": "^5.60.4",
  90. "@types/cookie": "^0.4.1",
  91. "@types/esprima": "^4.0.3",
  92. "@types/lodash": "^4.14.175",
  93. "@types/splitpanes": "^2.2.1",
  94. "@vue/runtime-dom": "^3.2.19",
  95. "@vue/test-utils": "^1.2.2",
  96. "babel-core": "^7.0.0-bridge.0",
  97. "babel-jest": "^27.2.4",
  98. "eslint": "^7.32.0",
  99. "eslint-config-prettier": "^8.3.0",
  100. "eslint-plugin-nuxt": "^2.0.0",
  101. "eslint-plugin-prettier": "^4.0.0",
  102. "eslint-plugin-vue": "^7.18.0",
  103. "jest": "^27.2.4",
  104. "jest-serializer-vue": "^2.0.2",
  105. "nuxt-windicss": "^1.2.4",
  106. "prettier": "^2.4.1",
  107. "pretty-quick": "^3.1.1",
  108. "raw-loader": "^4.0.2",
  109. "sass": "^1.42.1",
  110. "sass-loader": "^10.2.0",
  111. "stylelint": "^13.13.1",
  112. "stylelint-config-prettier": "^8.0.2",
  113. "stylelint-config-standard": "^22.0.0",
  114. "ts-jest": "^27.0.5",
  115. "typescript": "^4.4.3",
  116. "unplugin-vue2-script-setup": "^0.6.4",
  117. "vue-jest": "^3.0.7",
  118. "worker-loader": "^3.0.8"
  119. }
  120. }