{
  "name": "@storybook/addon-themes",
  "version": "9.1.3",
  "description": "Storybook Themes addon: Switch between themes from the toolbar",
  "keywords": [
    "css",
    "essentials",
    "storybook",
    "storybook-addon",
    "style",
    "themes",
    "toggle",
    "component",
    "components",
    "react",
    "vue",
    "angular",
    "svelte",
    "web-components"
  ],
  "homepage": "https://github.com/storybookjs/storybook/tree/next/code/addons/themes",
  "bugs": {
    "url": "https://github.com/storybookjs/storybook/issues"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/storybookjs/storybook.git",
    "directory": "code/addons/themes"
  },
  "funding": {
    "type": "opencollective",
    "url": "https://opencollective.com/storybook"
  },
  "license": "MIT",
  "author": "Shaun Evening",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.js"
    },
    "./preview": {
      "types": "./dist/preview.d.ts",
      "import": "./dist/preview.mjs",
      "require": "./dist/preview.js"
    },
    "./manager": "./dist/manager.js",
    "./package.json": "./package.json",
    "./postinstall": "./postinstall.js"
  },
  "main": "dist/index.js",
  "module": "dist/index.mjs",
  "types": "dist/index.d.ts",
  "typesVersions": {
    "*": {
      "*": [
        "dist/index.d.ts"
      ],
      "preview": [
        "dist/preview.d.ts"
      ]
    }
  },
  "files": [
    "dist/**/*",
    "README.md",
    "*.js",
    "*.d.ts",
    "!src/**/*"
  ],
  "scripts": {
    "check": "jiti ../../../scripts/prepare/check.ts",
    "prep": "jiti ../../../scripts/prepare/addon-bundle.ts"
  },
  "dependencies": {
    "ts-dedent": "^2.0.0"
  },
  "devDependencies": {
    "@storybook/icons": "^1.4.0",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "typescript": "^5.8.3"
  },
  "peerDependencies": {
    "storybook": "^9.1.3"
  },
  "publishConfig": {
    "access": "public"
  },
  "bundler": {
    "exportEntries": [
      "./src/index.ts"
    ],
    "managerEntries": [
      "./src/manager.tsx"
    ],
    "previewEntries": [
      "./src/preview.tsx"
    ]
  },
  "gitHead": "ce6a1e4a8d5ad69c699021a0b183df89cfc7b684",
  "storybook": {
    "displayName": "Themes",
    "unsupportedFrameworks": [
      "react-native"
    ],
    "icon": "https://user-images.githubusercontent.com/18172605/264114587-e4b32190-a9b7-4afa-b739-c873fc0498a6.png"
  }
}