{
  "name": "@motiadev/ui",
  "description": "Shared React UI components library for the Motia ecosystem",
  "version": "0.17.14-beta.196",
  "license": "Elastic-2.0",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./package.json": "./package.json",
    "./styles.css": "./dist/styles.css",
    "./globals.css": "./dist/globals.css"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "peerDependencies": {
    "lucide-react": "^0.555.0",
    "react": "^19.2.3",
    "react-dom": "^19.2.3"
  },
  "dependencies": {
    "@radix-ui/react-checkbox": "^1.3.3",
    "@radix-ui/react-dropdown-menu": "^2.1.16",
    "@radix-ui/react-label": "^2.1.8",
    "@radix-ui/react-select": "^2.2.6",
    "@radix-ui/react-separator": "^1.1.8",
    "@radix-ui/react-slot": "^1.2.4",
    "@radix-ui/react-tabs": "^1.1.13",
    "@radix-ui/react-tooltip": "^1.2.8",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "react-resizable-panels": "^3.0.6",
    "react-use-resizable": "^0.2.0",
    "tailwind-merge": "^3.4.0",
    "zustand": "^5.0.9"
  },
  "devDependencies": {
    "@rollup/plugin-babel": "^6.1.0",
    "@storybook/addon-a11y": "^10.0.0",
    "@storybook/addon-docs": "^10.0.0",
    "@storybook/addon-themes": "^10.0.0",
    "@storybook/react": "^10.0.0",
    "@storybook/react-vite": "^10.0.0",
    "@storybook/test-runner": "^0.24.0",
    "@tailwindcss/postcss": "^4.1.17",
    "@types/react": "^19.2.7",
    "@types/react-dom": "^19.2.3",
    "babel-plugin-react-compiler": "^1.0.0",
    "concurrently": "^9.2.1",
    "husky": "^9.1.7",
    "rollup-plugin-postcss": "^4.0.2",
    "storybook": "^10.0.0",
    "tailwindcss": "^4.1.17",
    "tsdown": "^0.16.8",
    "typescript": "^5.9.3",
    "wait-on": "^9.0.3"
  },
  "scripts": {
    "build": "tsdown",
    "dev": "tsdown --watch",
    "lint": "biome check .",
    "lint:plugins": "eslint --config ../../eslint.config.js",
    "storybook": "storybook dev -p 6006",
    "storybook:build": "storybook build",
    "storybook:test": "test-storybook",
    "storybook:test:watch": "test-storybook --watch",
    "ci:test": "concurrently -k -s first -n \"SB,TEST\" -c \"magenta,blue\" \"pnpm storybook --port 6006 --no-open\" \"wait-on tcp:6006 && pnpm storybook:test\""
  }
}