{
  "name": "@creation-ui/react",
  "version": "16.0.1",
  "deprecated": "This package is no longer maintained. Migrate to Chunk UI Kit: https://ui-kit.chunk-creations.com/",
  "sideEffects": false,
  "license": "MIT",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./index.css": {
      "default": "./dist/index.css"
    },
    "./theme.css": {
      "default": "./dist/theme.css"
    }
  },
  "files": [
    "dist",
    "package.json",
    "README.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "scripts": {
    "build": "tsup",
    "dev": "tsup --watch",
    "lint": "eslint . --fix --cache",
    "clean": "rm -rf .turbo && rm -rf node_modules && rm -rf dist",
    "test:unit": "vitest --exclude **/__specs__/*.visual.spec.tsx",
    "test:visual": "vitest visual",
    "test:visual:update": "vitest --update",
    "test:unit:coverage": "vitest --coverage --exclude **/__specs__/*.visual.spec.tsx",
    "init:component": "turbo gen component",
    "typecheck": "tsc --noEmit",
    "typecheck:watch": "tsc --noEmit --watch",
    "nuke": "rm -rf node_modules && rm -rf dist && rm -rf bun.lockb"
  },
  "devDependencies": {
    "@playwright/experimental-ct-react": "^1.58.2",
    "@playwright/test": "^1.58.2",
    "@repo/eslint-config": "*",
    "@repo/typescript-config": "*",
    "@tailwindcss/vite": "^4.2.2",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@testing-library/user-event": "^14.6.1",
    "@types/bun": "latest",
    "@types/jest-axe": "^3.5.9",
    "@types/node": "^25.5.0",
    "@types/pixelmatch": "^5.2.6",
    "@types/prettier": "^3.0.0",
    "@vitejs/plugin-react": "^6.0.1",
    "@vitest/browser": "^4.1.2",
    "@vitest/browser-playwright": "^4.1.2",
    "@vitest/coverage-v8": "^4.1.2",
    "chromium-bidi": "^15.0.0",
    "eslint": "^10.1.0",
    "jest-axe": "^10.0.0",
    "jsdom": "^29.0.1",
    "lightningcss": "1.32.0",
    "playwright": "^1.58.2",
    "tsup": "^8.5.1",
    "typescript": "^6.0.2",
    "vite": "^8.0.3",
    "vitest": "^4.1.2"
  },
  "dependencies": {
    "@floating-ui/react": "^0.27.19",
    "@floating-ui/react-dom": "^2.1.8",
    "@headlessui/react": "^2.2.9",
    "@mona-health/react-input-mask": "^3.0.3",
    "class-variance-authority": "^0.7.1",
    "clsx": "2.1.1",
    "keyboard-key": "^1.1.0",
    "react-spring": "^10.0.3",
    "resize-observer-polyfill": "^1.5.1",
    "tailwind-merge": "^3.4.1",
    "tailwindcss": "^4.2.2"
  },
  "peerDependencies": {
    "@mona-health/react-input-mask": "^3.0.3",
    "class-variance-authority": "^0.7.1",
    "@floating-ui/react": "^0.27.19",
    "@floating-ui/react-dom": "^2.1.8",
    "@headlessui/react": "^2.2.9",
    "clsx": "^2.1.1",
    "react": "^17 | ^18 | ^19",
    "react-dom": "^17 | ^18 | ^19",
    "tailwind-merge": "^3.4.1",
    "tailwindcss": "^4.2.2"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/pawelkrystkiewicz/creation-ui-react"
  },
  "bugs": {
    "url": "https://github.com/pawelkrystkiewicz/creation-ui-react/issues"
  },
  "homepage": "https://github.com/pawelkrystkiewicz/creation-ui-react#readme",
  "publishConfig": {
    "access": "public",
    "provenance": true
  },
  "keywords": [
    "javascript",
    "react",
    "next",
    "create react app",
    "remix",
    "vite",
    "gatsby",
    "tailwind",
    "tailwind components",
    "tailwind elements",
    "tailwind library",
    "react library",
    "react components library",
    "tailwind sections",
    "tailwind css",
    "tailwind ui",
    "tailwind css react",
    "tailwind css next",
    "tailwind css remix",
    "tailwind css vite",
    "tailwind css gatsby"
  ],
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "type": "module"
}
