{
  "name": "@wren/ui",
  "publishConfig": {
    "access": "public"
  },
  "license": "MIT",
  "version": "1.0.0-beta.9",
  "description": "Wren UI Components",
  "keywords": [
    "wren",
    "ui",
    "components",
    "react",
    "typescript",
    "tailwindcss"
  ],
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": "./dist/index.js",
      "types": "./dist/index.d.ts"
    },
    "./styles": "./dist/index.css"
  },
  "files": [
    "dist",
    "README.md"
  ],
  "sideEffects": [
    "**/*.css"
  ],
  "repository": {
    "type": "git",
    "url": "https://github.com/Daniel-debug-boop/Wren.git",
    "directory": "wren-ui"
  },
  "homepage": "https://github.com/Daniel-debug-boop/Wren",
  "bugs": {
    "url": "https://github.com/Daniel-debug-boop/Wren/issues"
  },
  "devDependencies": {
    "@chromatic-com/storybook": "4.0.1",
    "@storybook/addon-a11y": "9.0.18",
    "@storybook/addon-docs": "9.0.18",
    "@storybook/addon-onboarding": "9.0.18",
    "@storybook/addon-vitest": "9.0.18",
    "@storybook/react-vite": "9.0.18",
    "@tailwindcss/vite": "4.1.11",
    "@types/bun": "1.2.19",
    "@types/deep-equal": "1.0.4",
    "@vitejs/plugin-react": "4.7.0",
    "@vitest/browser": "4.1.8",
    "@vitest/coverage-v8": "4.1.8",
    "playwright": "1.54.1",
    "storybook": "9.0.18",
    "typescript": "5.8.3",
    "vite-plugin-dts": "4.5.4",
    "vitest": "4.1.8"
  },
  "peerDependencies": {
    "react": ">=19.1.0",
    "react-dom": ">=19.1.0",
    "tailwind-merge": "^3.3.1",
    "tailwindcss": "^4.1.10",
    "tailwind-scrollbar": "^4.0.2"
  },
  "dependencies": {
    "@floating-ui/react": "0.27.14",
    "clsx": "2.1.1",
    "deep-equal": "2.2.3",
    "focus-trap-react": "11.0.4",
    "react-bootstrap-icons": "1.11.6",
    "react-select": "5.10.2",
    "sonner": "2.0.6",
    "tailwind-scrollbar": "4.0.2"
  },
  "scripts": {
    "dev": "storybook dev -p 6006",
    "build:sb": "storybook build",
    "clean": "rm -rf dist",
    "build": "vite build",
    "prepublishOnly": "bun run clean && bun run build"
  },
  "engines": {
    "bun": ">=1.2.0",
    "node": ">=22.0.0",
    "npm": ">=10.0.0"
  }
}
