package.json 769 B

123456789101112131415161718192021222324252627282930
  1. {
  2. "name": "@hoppscotch/shc-admin",
  3. "private": true,
  4. "version": "0.0.0",
  5. "type": "module",
  6. "scripts": {
  7. "dev": "vite",
  8. "build": "vue-tsc -b && vite build",
  9. "preview": "vite preview"
  10. },
  11. "dependencies": {
  12. "@intlify/unplugin-vue-i18n": "1.2.0",
  13. "unplugin-icons": "0.14.9",
  14. "unplugin-vue-components": "0.21.0",
  15. "vue": "^3.4.31",
  16. "@hoppscotch/sh-admin": "workspace:^",
  17. "@hoppscotch/common": "workspace:^",
  18. "vue-router": "4.1.0"
  19. },
  20. "devDependencies": {
  21. "@import-meta-env/unplugin": "0.4.8",
  22. "@vitejs/plugin-vue": "^5.0.5",
  23. "typescript": "^5.2.2",
  24. "unplugin-fonts": "1.0.3",
  25. "vite": "^5.3.4",
  26. "vite-plugin-pages": "0.26.0",
  27. "vite-plugin-vue-layouts": "0.7.0",
  28. "vue-tsc": "^2.0.24"
  29. }
  30. }