{
  "name": "@vuesion/storybook-theme-switcher",
  "version": "5.1.1",
  "description": "vuesion Storybook addon for switching themes",
  "keywords": [
    "vue.js",
    "storybook",
    "addon",
    "storybook addon",
    "theming",
    "themes",
    "vuesion",
    "vue-starter",
    "storybook-addon"
  ],
  "author": "Johannes Werner <johannes.werner86@gmail.com>",
  "homepage": "https://github.com/vuesion/packages#readme",
  "license": "MIT",
  "files": [
    "dist"
  ],
  "main": "register.js",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuesion/packages.git"
  },
  "scripts": {
    "compile": "tsc",
    "prebuild": "npm run clean",
    "build": "npm run compile",
    "clean": "rimraf ./dist ./build",
    "dev": "tsc --watch"
  },
  "bugs": {
    "url": "https://github.com/vuesion/packages/issues"
  },
  "devDependencies": {
    "@storybook/addons": "^7.0.6",
    "@storybook/components": "^7.0.6",
    "@storybook/theming": "^7.0.6",
    "@storybook/vue3": "^7.0.6",
    "@types/react": "^18.0.37",
    "rimraf": "^5.0.0",
    "typescript": "^5.0.4"
  },
  "publishConfig": {
    "access": "public"
  },
  "gitHead": "7e8b83f252317c1d1081f815b917e142fd924f95"
}
