{
  "name": "@mks2508/sidebar-headless",
  "version": "0.4.0",
  "description": "Headless sidebar and mobile bottom navigation components for React with advanced animations, keyboard navigation, and full WAI-ARIA accessibility",
  "type": "module",
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./styles.css": "./dist/index.css",
    "./mobile-optimizations.css": "./dist/MobileOptimizations.css",
    "./tooltip-keyframes.css": "./dist/tooltip-keyframes.css"
  },
  "files": [
    "dist",
    "README.md",
    "LICENSE",
    "CHANGELOG.md"
  ],
  "sideEffects": [
    "*.css"
  ],
  "scripts": {
    "dev": "cd playground && vite",
    "dev:clean": "killall -9 node || true && cd playground && vite",
    "build": "tsup",
    "build:watch": "tsup --watch",
    "preview": "cd playground && vite preview",
    "typecheck": "mkdir -p dist && tsgo --declaration --emitDeclarationOnly --noEmit false",
    "typecheck:watch": "mkdir -p dist && tsgo --declaration --emitDeclarationOnly --noEmit false --watch",
    "flatten-dts": "bun run scripts/flatten-declarations.ts",
    "lint": "oxlint",
    "lint:fix": "oxlint --fix",
    "prepublishOnly": "bun run build && bun run typecheck && bun run flatten-dts"
  },
  "keywords": [
    "react",
    "sidebar",
    "mobile-bottom-nav",
    "bottom-navigation",
    "headless",
    "component",
    "navigation",
    "ui",
    "typescript",
    "accessibility",
    "a11y",
    "wai-aria",
    "keyboard-navigation",
    "glassmorphism",
    "fluid-animation",
    "mobile",
    "ios"
  ],
  "author": "MKS2508",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/mks2508/sidebar-headless.git"
  },
  "bugs": {
    "url": "https://github.com/mks2508/sidebar-headless/issues"
  },
  "homepage": "https://github.com/mks2508/sidebar-headless#readme",
  "peerDependencies": {
    "react": ">=18.0.0",
    "react-dom": ">=18.0.0",
    "lucide-react": ">=0.400.0"
  },
  "peerDependenciesMeta": {
    "@liquid-svg-glass/core": {
      "optional": true
    },
    "@liquid-svg-glass/react": {
      "optional": true
    }
  },
  "dependencies": {
    "clsx": "^2.1.1",
    "tailwind-merge": "^3.3.1"
  },
  "devDependencies": {
    "@base-ui-components/react": "^1.0.0-beta.4",
    "@liquid-svg-glass/react": "file:./lib/@liquid-svg-glass/react",
    "@radix-ui/react-label": "^2.1.7",
    "@radix-ui/react-select": "^2.2.6",
    "@radix-ui/react-slider": "^1.3.6",
    "@radix-ui/react-slot": "^1.2.3",
    "@tailwindcss/vite": "^4.1.16",
    "@types/bun": "latest",
    "@types/react": "^19",
    "@types/react-dom": "^19",
    "@vitejs/plugin-react": "^5.1.0",
    "bun-plugin-tailwind": "^0.1.2",
    "class-variance-authority": "^0.7.1",
    "lucide-react": "^0.545.0",
    "motion": "^12.23.24",
    "oxlint": "^1.40.0",
    "react": "^19",
    "react-dom": "^19",
    "rolldown": "^1.0.0-beta.60",
    "tailwindcss": "^4.1.11",
    "tsup": "^8.5.1",
    "tw-animate-css": "^1.4.0",
    "typescript": "^5.9.3",
    "vite": "^7.1.12"
  }
}
