| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384 |
- {
- "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": "workspace:*",
- "@jnpf/hooks": "workspace:*",
- "@jnpf/ui": "workspace:*",
- "@jnpf/univer": "workspace:*",
- "@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:*"
- }
- }
|