package.json 2.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768
  1. {
  2. "name": "hoppscotch-sh-admin",
  3. "private": true,
  4. "version": "2023.4.5",
  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. "ts-node-dev": "^2.0.0",
  34. "unplugin-icons": "^0.14.9",
  35. "unplugin-vue-components": "^0.21.0",
  36. "vue": "^3.2.6",
  37. "vue-router": "4",
  38. "tippy.js": "^6.3.7",
  39. "vue-tippy": "6.0.0-alpha.58"
  40. },
  41. "devDependencies": {
  42. "@graphql-codegen/cli": "3.0.0",
  43. "@graphql-codegen/client-preset": "^2.0.0",
  44. "@graphql-codegen/introspection": "3.0.0",
  45. "@graphql-codegen/typed-document-node": "^2.3.1",
  46. "@graphql-codegen/typescript": "3.0.0",
  47. "@graphql-codegen/typescript-document-nodes": "3.0.0",
  48. "@graphql-codegen/typescript-operations": "3.0.0",
  49. "@graphql-codegen/urql-introspection": "2.2.1",
  50. "@vitejs/plugin-vue": "^3.1.0",
  51. "@vue/compiler-sfc": "^3.2.6",
  52. "graphql-tag": "^2.12.6",
  53. "npm-run-all": "^4.1.5",
  54. "sass": "^1.57.1",
  55. "ts-node": "^10.9.1",
  56. "typescript": "^4.9.3",
  57. "vite": "^3.1.4",
  58. "vite-plugin-pages": "^0.26.0",
  59. "vite-plugin-vue-layouts": "^0.7.0",
  60. "vite-plugin-windicss": "^1.8.8",
  61. "vue-tsc": "^0.3.0",
  62. "windicss": "^3.5.6"
  63. },
  64. "prettier": {
  65. "singleQuote": true,
  66. "semi": true
  67. }
  68. }