package.json 2.5 KB

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