package.json 2.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384
  1. {
  2. "name": "@jnpf/web",
  3. "version": "6.0.0",
  4. "description": "JNPF快速开发平台",
  5. "homepage": "https://www.jnpfsoft.com",
  6. "author": {
  7. "name": "福建引迈信息技术有限公司",
  8. "email": "support@yinmaisoft.com",
  9. "url": "https://www.jnpfsoft.com"
  10. },
  11. "type": "module",
  12. "scripts": {
  13. "build": "pnpm vite build --mode production",
  14. "build:analyze": "pnpm vite build --mode analyze",
  15. "dev": "pnpm vite --mode development",
  16. "preview": "vite preview",
  17. "typecheck": "vue-tsc --noEmit --skipLibCheck"
  18. },
  19. "imports": {
  20. "#/*": "./src/*"
  21. },
  22. "dependencies": {
  23. "@amap/amap-jsapi-loader": "catalog:",
  24. "@ant-design/icons-vue": "catalog:",
  25. "@fullcalendar/core": "catalog:",
  26. "@fullcalendar/daygrid": "catalog:",
  27. "@fullcalendar/interaction": "catalog:",
  28. "@fullcalendar/timegrid": "catalog:",
  29. "@fullcalendar/vue3": "catalog:",
  30. "@jnpf/bpmn": "workspace:*",
  31. "@jnpf/hooks": "workspace:*",
  32. "@jnpf/ui": "workspace:*",
  33. "@jnpf/univer": "workspace:*",
  34. "@jnpf/utils": "workspace:*",
  35. "@tanstack/vue-query": "catalog:",
  36. "@vben-core/composables": "workspace:*",
  37. "@vben-core/form-ui": "workspace:*",
  38. "@vben-core/preferences": "workspace:*",
  39. "@vben-core/shadcn-ui": "workspace:*",
  40. "@vben-core/shared": "workspace:*",
  41. "@vben-core/typings": "workspace:*",
  42. "@vben/access": "workspace:*",
  43. "@vben/common-ui": "workspace:*",
  44. "@vben/constants": "workspace:*",
  45. "@vben/hooks": "workspace:*",
  46. "@vben/icons": "workspace:*",
  47. "@vben/layouts": "workspace:*",
  48. "@vben/locales": "workspace:*",
  49. "@vben/plugins": "workspace:*",
  50. "@vben/preferences": "workspace:*",
  51. "@vben/request": "workspace:*",
  52. "@vben/stores": "workspace:*",
  53. "@vben/styles": "workspace:*",
  54. "@vben/types": "workspace:*",
  55. "@vben/utils": "workspace:*",
  56. "@vueuse/core": "catalog:",
  57. "ant-design-vue": "catalog:",
  58. "dayjs": "catalog:",
  59. "echarts": "catalog:",
  60. "echarts-stat": "catalog:",
  61. "jquery": "catalog:",
  62. "jsbarcode": "catalog:",
  63. "lodash-es": "catalog:",
  64. "pinia": "catalog:",
  65. "print-js": "catalog:",
  66. "qrcode": "catalog:",
  67. "reconnecting-websocket": "catalog:",
  68. "sortablejs": "catalog:",
  69. "spark-md5": "catalog:",
  70. "v-code-diff": "catalog:",
  71. "vue": "catalog:",
  72. "vue-grid-layout": "catalog:",
  73. "vue-plugin-hiprint": "catalog:",
  74. "vue-router": "catalog:",
  75. "vue-simple-uploader": "catalog:",
  76. "vue3-draggable-resizable": "catalog:",
  77. "vue3-marquee": "catalog:",
  78. "vuedraggable": "catalog:",
  79. "vxe-table": "catalog:"
  80. },
  81. "devDependencies": {
  82. "@vben/prettier-config": "workspace:*"
  83. }
  84. }