{
  "name": "@ploomescrm/ui",
  "version": "2.4.0",
  "license": "SEE LICENSE IN LICENSE.md",
  "main": "./dist/index.cjs",
  "module": "./dist/index.mjs",
  "types": "./dist/index.d.cts",
  "files": [
    "dist",
    "scripts",
    "ai-extensions"
  ],
  "publishConfig": {
    "access": "public"
  },
  "ploomesAiExtensions": {
    "namespace": "ploomes-design-system",
    "src": "ai-extensions"
  },
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.mts",
        "default": "./dist/index.mjs"
      },
      "require": {
        "types": "./dist/index.d.cts",
        "default": "./dist/index.cjs"
      }
    },
    "./theme": "./dist/theme.css",
    "./theme.css": "./dist/theme.css",
    "./tokens.css": "./dist/tokens.css"
  },
  "dependencies": {
    "@monaco-editor/react": "^4.7.0",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "dompurify": "^3.4.10",
    "lucide-react": "^1.17.0",
    "react-grid-layout": "^2.2.3",
    "squire-rte": "^2.4.8",
    "tailwind-merge": "^3.6.0"
  },
  "peerDependencies": {
    "react": "^18.2.0 || ^19.0.0",
    "react-dom": "^18.2.0 || ^19.0.0"
  },
  "devDependencies": {
    "@testing-library/jest-dom": "^6.6.3",
    "@testing-library/react": "^16.1.0",
    "@testing-library/user-event": "^14.5.2",
    "@types/react": "^19.2.16",
    "@types/react-dom": "^19.2.3",
    "@types/react-grid-layout": "^2.1.0",
    "@vitest/coverage-v8": "^3.2.4",
    "eslint": "^10.4.1",
    "jsdom": "^26.0.0",
    "rolldown": "1.1.0",
    "tsdown": "^0.22.1",
    "unrun": "^0.3.0",
    "vitest": "^3.2.4",
    "@ploomescrm/eslint-config": "1.0.0",
    "@ploomescrm/tokens": "1.0.0",
    "@ploomescrm/tsconfig": "1.0.0"
  },
  "scripts": {
    "postinstall": "node scripts/setup.mjs",
    "build": "tsdown",
    "dev": "tsdown --watch",
    "lint": "eslint src --max-warnings 0",
    "type-check": "tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage"
  }
}