package.json 2.2 KB

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