UNPKG

@univerjs-pro/sheets-pivot

Version:

Pivot table integration for Univer Sheets.

94 lines 2.39 kB
{ "name": "@univerjs-pro/sheets-pivot", "version": "0.24.0", "private": false, "description": "Pivot table integration for Univer Sheets.", "author": "DreamNum Co., Ltd. <developer@univer.ai>", "funding": { "type": "opencollective", "url": "https://opencollective.com/univer" }, "homepage": "https://univer.ai", "repository": { "type": "git", "url": "https://github.com/dream-num/univer" }, "bugs": { "url": "https://github.com/dream-num/univer/issues" }, "keywords": [ "univer", "univer-pro", "sheets", "pivot-table", "plugin" ], "exports": { ".": { "import": "./lib/es/index.js", "require": "./lib/cjs/index.js", "types": "./lib/types/index.d.ts" }, "./*": { "import": "./lib/es/*", "require": "./lib/cjs/*", "types": "./lib/types/index.d.ts" }, "./locale/*": { "import": "./lib/es/locale/*.js", "require": "./lib/cjs/locale/*.js", "types": "./lib/types/locale/*.d.ts" }, "./facade": { "import": "./lib/es/facade.js", "require": "./lib/cjs/facade.js", "types": "./lib/types/facade/index.d.ts" }, "./lib/facade": { "import": "./lib/es/facade.js", "require": "./lib/cjs/facade.js", "types": "./lib/types/facade/index.d.ts" }, "./lib/*": "./lib/*" }, "main": "./lib/es/index.js", "types": "./lib/types/index.d.ts", "publishConfig": { "access": "public" }, "directories": { "lib": "lib" }, "files": [ "lib" ], "peerDependencies": { "rxjs": ">=7.0.0" }, "dependencies": { "@univerjs-pro/engine-pivot": "0.24.0", "@univerjs/engine-render": "0.24.0", "@univerjs/engine-formula": "0.24.0", "@univerjs/sheets": "0.24.0", "@univerjs/sheets-filter": "0.24.0", "@univerjs/rpc": "0.24.0", "@univerjs-pro/license": "0.24.0", "@univerjs/core": "0.24.0" }, "devDependencies": { "rxjs": "7.8.2", "typescript": "^6.0.3", "vitest": "^4.1.6", "@univerjs-infra/shared": "0.24.0" }, "scripts": { "test": "vitest run", "test:watch": "vitest", "coverage": "vitest run --coverage", "typecheck": "tsc --noEmit", "build:bundle": "univer-cli build", "build:types": "tsc -p tsconfig.node.json", "build": "pnpm run build:bundle && pnpm run build:types" }, "module": "./lib/es/index.js" }