package.json 2.5 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879
  1. {
  2. "name": "hoppscotch-sh-admin",
  3. "private": true,
  4. "version": "2023.8.4-1",
  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.0.5",
  17. "@fontsource-variable/material-symbols-rounded": "^5.0.5",
  18. "@fontsource-variable/roboto-mono": "^5.0.6",
  19. "@graphql-typed-document-node/core": "^3.1.1",
  20. "@hoppscotch/ui": "workspace:^",
  21. "@hoppscotch/vue-toasted": "^0.1.0",
  22. "@intlify/unplugin-vue-i18n": "^1.2.0",
  23. "@types/cors": "^2.8.13",
  24. "@types/express": "^4.17.15",
  25. "@urql/exchange-auth": "^2.1.6",
  26. "@urql/vue": "^1.1.2",
  27. "@vueuse/core": "^9.10.0",
  28. "axios": "^0.21.4",
  29. "cors": "^2.8.5",
  30. "date-fns": "^2.29.3",
  31. "express": "^4.18.2",
  32. "express-graphql": "^0.12.0",
  33. "fp-ts": "^2.13.1",
  34. "graphql": "^16.6.0",
  35. "io-ts": "^2.2.16",
  36. "lodash-es": "^4.17.21",
  37. "postcss": "^8.4.23",
  38. "prettier-plugin-tailwindcss": "^0.5.6",
  39. "rxjs": "^7.8.0",
  40. "tailwindcss": "^3.3.2",
  41. "tippy.js": "^6.3.7",
  42. "ts-node-dev": "^2.0.0",
  43. "unplugin-icons": "^0.14.9",
  44. "unplugin-vue-components": "^0.21.0",
  45. "vue": "^3.2.6",
  46. "vue-i18n": "^9.2.2",
  47. "vue-router": "4",
  48. "vue-tippy": "6.0.0-alpha.58"
  49. },
  50. "devDependencies": {
  51. "@graphql-codegen/cli": "3.0.0",
  52. "@graphql-codegen/client-preset": "^2.0.0",
  53. "@graphql-codegen/introspection": "3.0.0",
  54. "@graphql-codegen/typed-document-node": "^2.3.1",
  55. "@graphql-codegen/typescript": "3.0.0",
  56. "@graphql-codegen/typescript-document-nodes": "3.0.0",
  57. "@graphql-codegen/typescript-operations": "3.0.0",
  58. "@graphql-codegen/urql-introspection": "2.2.1",
  59. "@import-meta-env/cli": "^0.6.3",
  60. "@import-meta-env/unplugin": "^0.4.8",
  61. "@vitejs/plugin-vue": "^3.1.0",
  62. "@vue/compiler-sfc": "^3.2.6",
  63. "dotenv": "^16.0.3",
  64. "graphql-tag": "^2.12.6",
  65. "npm-run-all": "^4.1.5",
  66. "sass": "^1.57.1",
  67. "ts-node": "^10.9.1",
  68. "typescript": "^4.9.3",
  69. "unplugin-fonts": "^1.0.3",
  70. "vite": "^3.1.4",
  71. "vite-plugin-pages": "^0.26.0",
  72. "vite-plugin-vue-layouts": "^0.7.0",
  73. "vue-tsc": "^0.3.0"
  74. },
  75. "prettier": {
  76. "singleQuote": true,
  77. "semi": true
  78. }
  79. }