{
  "name": "@tollerud/ui",
  "version": "5.6.0",
  "description": "Tollerud User Interface — dark, monochrome + yellow accent. Noir aesthetic meets modern utility.",
  "private": false,
  "type": "module",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/Tollerud/ui.git"
  },
  "homepage": "https://design.tollerud.dev/",
  "bugs": {
    "url": "https://github.com/Tollerud/ui/issues"
  },
  "license": "MIT",
  "author": "Mathias Tollerud <mathias@tollerud.no>",
  "packageManager": "npm@11.16.0",
  "bin": {
    "tollerud-ui-audit": "./scripts/audit-consumer-styling.mjs"
  },
  "sideEffects": [
    "*.css"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "import": {
        "types": "./dist/index.d.ts",
        "default": "./dist/index.js"
      }
    },
    "./globals.css": "./globals.css",
    "./globals-v3.css": "./globals-v3.css",
    "./globals-layers.css": "./globals-layers.css",
    "./tailwind.css": "./tailwind.css",
    "./source.css": "./source.css",
    "./tokens.css": "./tokens.css",
    "./preset": "./tollerud-preset.cjs",
    "./brand/tollerud-logo.svg": "./brand/tollerud-logo.svg",
    "./brand/tollerud-avatar.svg": "./brand/tollerud-avatar.svg",
    "./brand/tollerud-avatar.png": "./brand/tollerud-avatar.png",
    "./brand/tollerud-avatar-full.svg": "./brand/tollerud-avatar-full.svg",
    "./brand/tollerud-avatar-full.png": "./brand/tollerud-avatar-full.png",
    "./*": {
      "import": {
        "types": "./dist/*.d.ts",
        "default": "./dist/*.js"
      }
    }
  },
  "files": [
    "LICENSE",
    "dist",
    "globals.css",
    "globals-v3.css",
    "globals-layers.css",
    "tailwind.css",
    "source.css",
    "tokens.css",
    "tollerud-preset.cjs",
    "GETTING_STARTED.md",
    "COMPONENTS.md",
    "CHANGELOG.md",
    "brand",
    "AGENTS.md",
    "SKILL.md",
    "scripts/audit-consumer-styling.mjs"
  ],
  "scripts": {
    "prebuild": "node scripts/generate-entries.mjs",
    "build": "tsup",
    "typecheck": "tsc --noEmit -p tsconfig.build.json",
    "lint": "eslint .",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:e2e": "playwright test",
    "test:subpath": "node scripts/verify-subpath-exports.mjs",
    "test:drift": "node scripts/verify-registry-drift.mjs",
    "test:consumer": "node scripts/test-consumer.mjs",
    "test:email": "cd packages/email && npm install --no-audit --no-fund && npm test",
    "test:consumer-styling": "node scripts/audit-consumer-styling.mjs fixtures/consumer && node scripts/audit-consumer-styling.mjs examples/next-starter",
    "sync:footer": "node scripts/sync-footer-package.mjs",
    "verify:footer-sync": "node scripts/verify-footer-sync.mjs",
    "gen:tokens": "node scripts/gen-tokens.mjs",
    "verify:tokens": "node scripts/gen-tokens.mjs --check",
    "sync:email": "node scripts/sync-email-package.mjs",
    "verify:email-sync": "node scripts/verify-email-sync.mjs",
    "test:package": "node scripts/test-package.mjs",
    "test:size": "node scripts/test-size.mjs",
    "sync:registry": "node scripts/sync-registry-version.mjs",
    "changelog:draft": "node scripts/changelog-draft.mjs",
    "check:ignored-deps": "node scripts/check-ignored-deps.mjs",
    "changeset": "changeset",
    "version:release": "changeset version && npm run sync:registry && npm run sync:footer && npm run sync:email",
    "docs:props": "node scripts/generate-props.mjs",
    "test:props": "node scripts/verify-props-drift.mjs",
    "validate": "npm run typecheck && npm run lint && npm run test && npm run test:email && npm run build && npm run test:subpath && npm run test:drift && npm run test:package && npm run test:size && npm run test:props && npm run verify:tokens && npm run verify:footer-sync && npm run verify:email-sync && npm run build:docs && npm run test:consumer-styling && npm run test:consumer",
    "prepublishOnly": "npm run sync:registry && npm run typecheck && npm run lint && npm run test && npm run test:email && npm run build && npm run test:subpath && npm run test:drift && npm run test:package && npm run test:size && npm run test:props && npm run verify:tokens && npm run verify:footer-sync && npm run verify:email-sync && npm run test:consumer",
    "build:docs": "node scripts/build-docs.mjs",
    "preview:docs": "npx --yes serve _site -l 4173"
  },
  "peerDependencies": {
    "@paper-design/shaders-react": "^0.0.79",
    "@radix-ui/react-dialog": "^1.1.0",
    "@radix-ui/react-dropdown-menu": "^2.1.0",
    "@radix-ui/react-navigation-menu": "^1.2.0",
    "@radix-ui/react-progress": "^1.1.0",
    "@radix-ui/react-slot": "^1.2.0",
    "@radix-ui/react-tabs": "^1.1.0",
    "@radix-ui/react-tooltip": "^1.2.0",
    "clsx": "^2.0.0",
    "framer-motion": "^11.0.0 || ^12.0.0",
    "lucide-react": "^1.0.0",
    "react": ">=18",
    "react-dom": ">=18",
    "sonner": "^2.0.0",
    "tailwind-merge": "^2.0.0 || ^3.0.0",
    "tailwindcss": "^4.0.0 || ^3.4.0"
  },
  "peerDependenciesMeta": {
    "@paper-design/shaders-react": {
      "optional": true
    }
  },
  "dependencies": {
    "@radix-ui/react-compose-refs": "^1.1.5",
    "@radix-ui/react-focus-scope": "^1.1.16",
    "@radix-ui/react-use-controllable-state": "^1.2.6",
    "class-variance-authority": "^0.7.1"
  },
  "overrides": {
    "esbuild": ">=0.28.1",
    "@manypkg/get-packages": ">=3.1.0"
  },
  "devDependencies": {
    "@arethetypeswrong/cli": "^0.18.2",
    "@changesets/cli": "^2.29.8",
    "@eslint/js": "^9.39.4",
    "@floating-ui/react-dom": "^2.1.8",
    "@playwright/test": "^1.60.0",
    "@radix-ui/react-dialog": "^1.1.16",
    "@radix-ui/react-dropdown-menu": "^2.1.17",
    "@radix-ui/react-navigation-menu": "^1.2.22",
    "@radix-ui/react-progress": "^1.1.9",
    "@radix-ui/react-slot": "^1.2.5",
    "@radix-ui/react-tabs": "^1.1.14",
    "@radix-ui/react-tooltip": "^1.2.9",
    "@testing-library/dom": "^10.4.1",
    "@testing-library/jest-dom": "^7.0.0",
    "@testing-library/react": "^16.3.2",
    "@testing-library/user-event": "^14.6.1",
    "@types/react": "^19.2.17",
    "@types/react-dom": "^19.2.3",
    "clsx": "^2.1.1",
    "eslint": "^9.39.4",
    "eslint-plugin-jsx-a11y": "^6.10.2",
    "eslint-plugin-react-hooks": "^7.1.1",
    "framer-motion": "^12.40.0",
    "globals": "^17.6.0",
    "jsdom": "^30.0.1",
    "lucide-react": "^1.18.0",
    "publint": "^0.3.17",
    "react": "^19.2.7",
    "react-dom": "^19.2.7",
    "sonner": "^2.0.7",
    "tailwind-merge": "^3.6.0",
    "tsup": "^8.4.0",
    "typescript": "^6.0.3",
    "typescript-eslint": "^8.61.0",
    "vitest": "^4.1.8",
    "vitest-axe": "^0.1.0"
  },
  "keywords": [
    "tollerud",
    "design-system",
    "react",
    "tailwind",
    "dark-theme",
    "monochrome",
    "noir",
    "ui"
  ],
  "publishConfig": {
    "access": "public"
  }
}
