package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "name": "hoppscotch-sh-admin",
  3. "private": true,
  4. "version": "2024.9.3",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "pnpm exec npm-run-all -p -l dev:*",
  8. "dev:vite": "vite",
  9. "dev:gql-codegen": "graphql-codegen --require dotenv/config --config gql-codegen.yml --watch dotenv_config_path=\"../../.env\"",
  10. "gql-codegen": "graphql-codegen --require dotenv/config --config gql-codegen.yml dotenv_config_path=\"../../.env\"",
  11. "postinstall": "pnpm run gql-codegen",
  12. "build": "vite build",
  13. "preview": "vite preview"
  14. },
  15. "dependencies": {
  16. "@fontsource-variable/inter": "5.1.0",
  17. "@fontsource-variable/material-symbols-rounded": "5.1.3",
  18. "@fontsource-variable/roboto-mono": "5.1.0",
  19. "@graphql-typed-document-node/core": "3.2.0",
  20. "@hoppscotch/ui": "0.2.1",
  21. "@hoppscotch/vue-toasted": "0.1.0",
  22. "@intlify/unplugin-vue-i18n": "5.2.0",
  23. "@types/cors": "2.8.17",
  24. "@urql/exchange-auth": "2.2.0",
  25. "@urql/vue": "1.4.0",
  26. "@vueuse/core": "11.1.0",
  27. "axios": "1.7.7",
  28. "cors": "2.8.5",
  29. "date-fns": "4.1.0",
  30. "fp-ts": "2.16.9",
  31. "graphql": "16.9.0",
  32. "io-ts": "2.2.21",
  33. "lodash-es": "4.17.21",
  34. "postcss": "8.4.47",
  35. "prettier-plugin-tailwindcss": "0.6.8",
  36. "rxjs": "7.8.1",
  37. "tailwindcss": "3.4.14",
  38. "tippy.js": "6.3.7",
  39. "ts-node-dev": "2.0.0",
  40. "unplugin-icons": "0.19.3",
  41. "unplugin-vue-components": "0.27.4",
  42. "vue": "3.5.12",
  43. "vue-i18n": "10.0.4",
  44. "vue-router": "4.4.5",
  45. "vue-tippy": "6.5.0"
  46. },
  47. "devDependencies": {
  48. "@graphql-codegen/cli": "5.0.3",
  49. "@graphql-codegen/client-preset": "4.4.0",
  50. "@graphql-codegen/introspection": "4.0.3",
  51. "@graphql-codegen/typed-document-node": "5.0.10",
  52. "@graphql-codegen/typescript": "4.1.0",
  53. "@graphql-codegen/typescript-document-nodes": "4.0.10",
  54. "@graphql-codegen/typescript-operations": "4.3.0",
  55. "@graphql-codegen/urql-introspection": "3.0.0",
  56. "@iconify-json/lucide": "1.2.10",
  57. "@import-meta-env/cli": "0.7.0",
  58. "@import-meta-env/unplugin": "0.6.0",
  59. "@types/lodash-es": "4.17.12",
  60. "@vitejs/plugin-vue": "5.1.4",
  61. "@vue/compiler-sfc": "3.5.12",
  62. "dotenv": "16.4.5",
  63. "graphql-tag": "2.12.6",
  64. "hoppscotch-backend": "workspace:^",
  65. "npm-run-all": "4.1.5",
  66. "sass": "1.80.3",
  67. "ts-node": "10.9.2",
  68. "typescript": "5.6.3",
  69. "unplugin-fonts": "1.1.1",
  70. "vite": "5.4.9",
  71. "vite-plugin-pages": "0.32.3",
  72. "vite-plugin-vue-layouts": "0.11.0",
  73. "vue-tsc": "2.1.6"
  74. },
  75. "prettier": {
  76. "singleQuote": true,
  77. "semi": true
  78. }
  79. }