{
  "name": "@carbonid1/design-system",
  "version": "5.18.0",
  "description": "Shared React UI primitives + design tokens (themes, postcss config)",
  "repository": {
    "type": "git",
    "url": "https://github.com/carbonid1/packages",
    "directory": "packages/design-system"
  },
  "license": "MIT",
  "author": "Andrew Korin",
  "type": "module",
  "sideEffects": [
    "**/*.css"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./themes/reader": "./themes/reader.css",
    "./themes/dashboard": "./themes/dashboard.css",
    "./postcss": "./postcss.mjs"
  },
  "files": [
    "dist",
    "themes",
    "postcss.mjs",
    "skills",
    "scripts"
  ],
  "dependencies": {
    "@tailwindcss/postcss": "^4.2.0",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "lucide-react": "^1.8.0",
    "next-themes": "^0.4.6",
    "react-hotkeys-hook": "^5.2.4",
    "sonner": "^2.0.7",
    "tailwind-merge": "^3.5.0",
    "tailwindcss": "^4.2.0"
  },
  "peerDependencies": {
    "@base-ui/react": "^1.4.0",
    "postcss": "^8.0.0",
    "react": "^19.0.0",
    "react-dom": "^19.0.0"
  },
  "publishConfig": {
    "access": "public"
  },
  "devDependencies": {
    "@base-ui/react": "^1.4.1",
    "@storybook/addon-docs": "^10.3.5",
    "@storybook/addon-mcp": "^0.6.0",
    "@storybook/addon-themes": "^10.3.5",
    "@storybook/addon-vitest": "^10.3.5",
    "@storybook/react-vite": "^10.3.5",
    "@testing-library/jest-dom": "^6.9.1",
    "@testing-library/react": "^16.3.2",
    "@testing-library/user-event": "^14.6.1",
    "@types/react": "^19.2.14",
    "@types/react-dom": "^19.2.3",
    "@vitejs/plugin-react": "^6.0.1",
    "@vitest/browser-playwright": "^4.1.4",
    "jsdom": "^29.0.2",
    "next-themes": "^0.4.6",
    "playwright": "^1.59.1",
    "react": "^19.2.6",
    "react-dom": "^19.2.6",
    "sonner": "^2.0.7",
    "storybook": "^10.3.5",
    "tailwindcss": "^4.2.2",
    "vite": "^8.0.8",
    "vitest": "^4.1.4",
    "@carbonid1/tsconfig": "0.3.0"
  },
  "scripts": {
    "build": "tsc",
    "storybook": "storybook dev -p 7006 --no-open",
    "build-storybook": "storybook build",
    "test": "vitest --run",
    "test:watch": "vitest",
    "test:storybook": "vitest --project=storybook",
    "test:run:storybook": "vitest run --project=storybook",
    "postinstall": "node scripts/install-skill.mjs"
  }
}