{
  "name": "@tabula/ui-theme",
  "version": "3.3.3",
  "description": "Theme provider for the UI kit",
  "type": "module",
  "sass": "sass/theme.scss",
  "typings": "./typings/index.d.ts",
  "exports": {
    ".": {
      "types": "./typings/index.d.ts",
      "module": "./lib/index.mjs",
      "import": "./lib/index.mjs",
      "default": "./lib/index.mjs"
    },
    "./sass": {
      "module": "./sass/theme.scss",
      "import": "./sass/theme.scss",
      "default": "./sass/theme.scss"
    },
    "./package.json": "./package.json"
  },
  "sideEffects": true,
  "keywords": [
    "tabula.io",
    "tomat.ai",
    "ui-kit",
    "component",
    "react"
  ],
  "homepage": "https://github.com/ReTable/ui-kit/tree/main/components/ui-theme#readme",
  "bugs": {
    "url": "https://github.com/ReTable/ui-kit/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/ReTable/ui-kit.git",
    "directory": "components/ui-theme"
  },
  "author": "Retable Inc.",
  "license": "ISC",
  "files": [
    "lib",
    "sass",
    "typings"
  ],
  "peerDependencies": {
    "react": "^19.2.5"
  },
  "devDependencies": {
    "change-case": "^5.4.4",
    "clsx": "^2.1.1",
    "ora": "^9.4.0",
    "tempy": "^3.2.0",
    "react": "^19.2.5"
  },
  "scripts": {
    "build": "forge",
    "build:docs": "forge --storybook",
    "build:watch": "forge --watch",
    "test": "vitest run"
  }
}