package.json 1.4 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. {
  2. "name": "@vben/web-naive",
  3. "version": "5.5.4",
  4. "homepage": "https://vben.pro",
  5. "bugs": "https://github.com/vbenjs/vue-vben-admin/issues",
  6. "repository": {
  7. "type": "git",
  8. "url": "git+https://github.com/vbenjs/vue-vben-admin.git",
  9. "directory": "apps/web-naive"
  10. },
  11. "license": "MIT",
  12. "author": {
  13. "name": "vben",
  14. "email": "ann.vben@gmail.com",
  15. "url": "https://github.com/anncwb"
  16. },
  17. "type": "module",
  18. "scripts": {
  19. "build": "pnpm vite build --mode production",
  20. "build:analyze": "pnpm vite build --mode analyze",
  21. "dev": "pnpm vite --mode development",
  22. "preview": "vite preview",
  23. "typecheck": "vue-tsc --noEmit --skipLibCheck"
  24. },
  25. "imports": {
  26. "#/*": "./src/*"
  27. },
  28. "dependencies": {
  29. "@vben/access": "workspace:*",
  30. "@vben/common-ui": "workspace:*",
  31. "@vben/constants": "workspace:*",
  32. "@vben/hooks": "workspace:*",
  33. "@vben/icons": "workspace:*",
  34. "@vben/layouts": "workspace:*",
  35. "@vben/locales": "workspace:*",
  36. "@vben/plugins": "workspace:*",
  37. "@vben/preferences": "workspace:*",
  38. "@vben/request": "workspace:*",
  39. "@vben/stores": "workspace:*",
  40. "@vben/styles": "workspace:*",
  41. "@vben/types": "workspace:*",
  42. "@vben/utils": "workspace:*",
  43. "@vueuse/core": "catalog:",
  44. "naive-ui": "catalog:",
  45. "pinia": "catalog:",
  46. "vue": "catalog:",
  47. "vue-router": "catalog:"
  48. }
  49. }