{
  "name": "@univerjs/ui",
  "version": "0.20.1",
  "private": false,
  "description": "UniverSheet normal plugin UI manager",
  "author": "DreamNum <developer@univer.ai>",
  "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"
    },
    "./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": {
    "react": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
    "react-dom": "^16.9.0 || ^17.0.0 || ^18.0.0 || ^19.0.0 || ^19.0.0-rc",
    "rxjs": ">=7.0.0"
  },
  "dependencies": {
    "@univerjs/icons": "^1.1.1",
    "@wendellhu/redi": "1.1.1",
    "localforage": "^1.10.0",
    "@univerjs/core": "0.20.1",
    "@univerjs/design": "0.20.1",
    "@univerjs/engine-render": "0.20.1"
  },
  "devDependencies": {
    "@testing-library/react": "^16.3.2",
    "postcss": "^8.5.8",
    "react": "18.3.1",
    "react-dom": "18.3.1",
    "rxjs": "^7.8.2",
    "tailwindcss": "3.4.18",
    "tailwindcss-animate": "^1.0.7",
    "typescript": "^6.0.2",
    "vitest": "^4.1.1",
    "@univerjs/themes": "0.20.1",
    "@univerjs-infra/shared": "0.20.1"
  },
  "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"
}