Sin descripción

package.json 1.8KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364
  1. {
  2. "name": "@vben/web-ele",
  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-ele"
  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. "@element-plus/icons-vue": "^2.3.1",
  30. "@highlightjs/vue-plugin": "^2.1.2",
  31. "@tinymce/tinymce-vue": "^6.0.1",
  32. "@vben-core/shadcn-ui": "workspace:*",
  33. "@vben/access": "workspace:*",
  34. "@vben/common-ui": "workspace:*",
  35. "@vben/constants": "workspace:*",
  36. "@vben/hooks": "workspace:*",
  37. "@vben/icons": "workspace:*",
  38. "@vben/layouts": "workspace:*",
  39. "@vben/locales": "workspace:*",
  40. "@vben/plugins": "workspace:*",
  41. "@vben/preferences": "workspace:*",
  42. "@vben/request": "workspace:*",
  43. "@vben/stores": "workspace:*",
  44. "@vben/styles": "workspace:*",
  45. "@vben/types": "workspace:*",
  46. "@vben/utils": "workspace:*",
  47. "@vueuse/core": "catalog:",
  48. "cropperjs": "^1.6.2",
  49. "dayjs": "catalog:",
  50. "element-plus": "catalog:",
  51. "highlight.js": "^11.11.1",
  52. "lodash-es": "^4.17.21",
  53. "pinia": "catalog:",
  54. "tinymce": "^7.3.0",
  55. "vform3-builds": "^3.0.10",
  56. "vue": "catalog:",
  57. "vue-router": "catalog:"
  58. },
  59. "devDependencies": {
  60. "@types/lodash-es": "^4.17.12",
  61. "unplugin-element-plus": "catalog:"
  62. }
  63. }