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