{ "name": "@univerjs/sheets-conditional-formatting-ui", "version": "0.5.5", "private": false, "description": "Conditional formatting plugin for Univer Sheets", "author": "DreamNum ", "license": "Apache-2.0", "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" ], "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-grid-layout": "^1.4.4", "react-resizable": "^3.0.5", "@univerjs/core": "0.5.5", "@univerjs/engine-formula": "0.5.5", "@univerjs/design": "0.5.5", "@univerjs/engine-render": "0.5.5", "@univerjs/sheets": "0.5.5", "@univerjs/sheets-conditional-formatting": "0.5.5", "@univerjs/sheets-formula-ui": "0.5.5", "@univerjs/sheets-ui": "0.5.5", "@univerjs/ui": "0.5.5" }, "devDependencies": { "@types/react-grid-layout": "^1.3.5", "less": "^4.2.1", "postcss": "^8.4.49", "react": "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" }