{ "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" } }