刘光辉
9 小时以前 0dfe84494048ce27ba8449831782128412d3eb13
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
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
{
  "name": "@jnpf/univer",
  "version": "1.0.0",
  "description": "JNPF快速开发平台报表",
  "keywords": [
    "vue",
    "univer",
    "jnpf-univer",
    "jnpf",
    "jnpfsoft",
    "福建引迈信息技术有限公司"
  ],
  "author": {
    "name": "福建引迈信息技术有限公司",
    "email": "support@yinmaisoft.com",
    "url": "https://www.jnpfsoft.com"
  },
  "type": "module",
  "scripts": {
    "serve": "vite",
    "build": "vite build"
  },
  "files": [
    "dist"
  ],
  "main": "./dist/index.umd.cjs",
  "module": "./dist/index.js",
  "exports": {
    ".": {
      "types": "./src/components/Report/index.ts",
      "development": "./src/components/Report/index.ts",
      "default": "./dist/index.umd.cjs"
    },
    "./style": {
      "development": "./src/components/Report/style/index.scss",
      "default": "./dist/style.css"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@univerjs-pro/engine-pivot": "0.8.3",
    "@univerjs-pro/sheets-pivot": "0.8.3",
    "@univerjs-pro/sheets-pivot-ui": "0.8.3",
    "@univerjs/core": "0.8.3",
    "@univerjs/data-validation": "0.8.3",
    "@univerjs/design": "0.8.3",
    "@univerjs/docs": "0.8.3",
    "@univerjs/docs-drawing": "0.8.3",
    "@univerjs/docs-drawing-ui": "0.8.3",
    "@univerjs/docs-ui": "0.8.3",
    "@univerjs/drawing": "0.8.3",
    "@univerjs/drawing-ui": "0.8.3",
    "@univerjs/engine-formula": "0.8.3",
    "@univerjs/engine-render": "0.8.3",
    "@univerjs/facade": "0.5.5",
    "@univerjs/find-replace": "0.8.3",
    "@univerjs/icons": "0.4.4",
    "@univerjs/protocol": "0.1.46",
    "@univerjs/sheets": "0.8.3",
    "@univerjs/sheets-conditional-formatting": "0.8.3",
    "@univerjs/sheets-conditional-formatting-ui": "0.8.3",
    "@univerjs/sheets-crosshair-highlight": "0.8.3",
    "@univerjs/sheets-data-validation": "0.8.3",
    "@univerjs/sheets-data-validation-ui": "0.8.3",
    "@univerjs/sheets-drawing": "0.8.3",
    "@univerjs/sheets-drawing-ui": "0.8.3",
    "@univerjs/sheets-filter": "0.8.3",
    "@univerjs/sheets-filter-ui": "0.8.3",
    "@univerjs/sheets-find-replace": "0.8.3",
    "@univerjs/sheets-formula": "0.8.3",
    "@univerjs/sheets-formula-ui": "0.8.3",
    "@univerjs/sheets-hyper-link": "0.8.3",
    "@univerjs/sheets-hyper-link-ui": "0.8.3",
    "@univerjs/sheets-numfmt": "0.8.3",
    "@univerjs/sheets-numfmt-ui": "0.8.3",
    "@univerjs/sheets-sort": "0.8.3",
    "@univerjs/sheets-sort-ui": "0.8.3",
    "@univerjs/sheets-thread-comment": "0.8.3",
    "@univerjs/sheets-thread-comment-ui": "0.8.3",
    "@univerjs/sheets-ui": "0.8.3",
    "@univerjs/sheets-zen-editor": "0.8.3",
    "@univerjs/thread-comment": "0.8.3",
    "@univerjs/thread-comment-ui": "0.8.3",
    "@univerjs/ui": "0.8.3",
    "@univerjs/uniscript": "0.8.3",
    "@univerjs/watermark": "0.8.3",
    "ant-design-vue": "4.x",
    "echarts": "^5.6.0",
    "jsbarcode": "^3.12.1",
    "pinia": "^2.3.1",
    "qrcode": "^1.5.4",
    "rxjs": "^7.8.2",
    "vue": "^3.5.17"
  },
  "devDependencies": {
    "@types/lodash-es": "^4.17.12",
    "@types/node": "^22.16.0",
    "@types/qrcode": "^1.5.5",
    "@types/react": "^18.3.23",
    "@types/react-dom": "^18.3.7",
    "@univerjs/vite-plugin": "0.5.1",
    "@vitejs/plugin-vue": "^5.2.4",
    "lodash-es": "^4.17.21",
    "prettier": "^3.6.2",
    "sass": "^1.89.2",
    "typescript": "~5.6.3",
    "vite": "^5.4.19",
    "vue-tsc": "^2.2.12"
  }
}