12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091 |
- {
- "name": "@univerjs-pro/sheets-pivot-ui",
- "version": "0.5.5",
- "private": false,
- "description": "Univer Sheets Pivot Table",
- "author": "DreamNum <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": [],
- "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"
- },
- "./lib/*": "./lib/*"
- },
- "main": "./lib/es/index.js",
- "types": "./lib/types/index.d.ts",
- "publishConfig": {
- "access": "public"
- },
- "directories": {
- "lib": "lib"
- },
- "files": [
- "lib"
- ],
- "peerDependencies": {
- "react": "^16.9.0 || ^17.0.0 || ^18.0.0",
- "react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0",
- "rxjs": ">=7.0.0"
- },
- "dependencies": {
- "@univerjs/icons": "^0.2.12",
- "clsx": "^2.1.1",
- "react-beautiful-dnd": "^13.1.1",
- "@univerjs-pro/engine-pivot": "0.5.5",
- "@univerjs/core": "0.5.5",
- "@univerjs/design": "0.5.5",
- "@univerjs-pro/sheets-pivot": "0.5.5",
- "@univerjs/docs-ui": "0.5.5",
- "@univerjs/engine-render": "0.5.5",
- "@univerjs/engine-formula": "0.5.5",
- "@univerjs/sheets": "0.5.5",
- "@univerjs/sheets-formula-ui": "0.5.5",
- "@univerjs/sheets-ui": "0.5.5",
- "@univerjs/ui": "0.5.5"
- },
- "devDependencies": {
- "@types/react-beautiful-dnd": "^13.1.8",
- "less": "^4.2.1",
- "postcss": "^8.4.49",
- "react": "^18.3.1",
- "react-dom": "^18.3.1",
- "rxjs": "^7.8.1",
- "tailwindcss": "^3.4.17",
- "typescript": "^5.7.2",
- "vite": "^6.0.7",
- "vitest": "^2.1.8",
- "@univerjs-infra/shared": "0.5.5"
- },
- "scripts": {
- "test": "vitest run",
- "test:watch": "vitest",
- "coverage": "vitest run --coverage",
- "lint:types": "tsc --noEmit",
- "build": "univer-cli build"
- },
- "module": "./lib/es/index.js"
- }
|