package.json 1.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. {
  2. "name": "@velofex/web-b",
  3. "version": "5.5.2",
  4. "homepage": "https://vben.pro",
  5. "license": "MIT",
  6. "type": "module",
  7. "scripts": {
  8. "build": "pnpm vite build --mode production",
  9. "build:analyze": "pnpm vite build --mode analyze",
  10. "dev": "pnpm vite --mode development",
  11. "preview": "vite preview",
  12. "typecheck": "vue-tsc --noEmit --skipLibCheck"
  13. },
  14. "imports": {
  15. "#/*": "./src/*"
  16. },
  17. "dependencies": {
  18. "@velofex/access": "workspace:*",
  19. "@velofex/common-ui": "workspace:*",
  20. "@velofex/constants": "workspace:*",
  21. "@velofex/hooks": "workspace:*",
  22. "@velofex/icons": "workspace:*",
  23. "@velofex/layouts": "workspace:*",
  24. "@velofex/locales": "workspace:*",
  25. "@velofex/plugins": "workspace:*",
  26. "@velofex/preferences": "workspace:*",
  27. "@velofex/request": "workspace:*",
  28. "@velofex/stores": "workspace:*",
  29. "@velofex/styles": "workspace:*",
  30. "@velofex/types": "workspace:*",
  31. "@velofex/utils": "workspace:*",
  32. "@vueuse/core": "catalog:",
  33. "antdv-next": "catalog:",
  34. "crypto-js": "^4.2.0",
  35. "dayjs": "catalog:",
  36. "pinia": "catalog:",
  37. "vue": "catalog:",
  38. "vue-router": "catalog:"
  39. }
  40. }