{
  "name": "unplugin-vue-stories",
  "version": "0.0.2-beta.6",
  "description": "Vue SFC stories for Storybook",
  "type": "module",
  "keywords": [
    "unplugin",
    "vite",
    "webpack",
    "rspack",
    "rollup",
    "rolldown",
    "esbuild",
    "farm",
    "vue",
    "storybook",
    "vue3"
  ],
  "license": "MIT",
  "bundler": {
    "exportEntries": [
      "src/storybook.ts"
    ]
  },
  "homepage": "https://github.com/jojk0/unplugin-vue-stories#readme",
  "bugs": {
    "url": "https://github.com/jojk0/unplugin-vue-stories/issues"
  },
  "repository": {
    "type": "git",
    "url": "git+https://github.com/jojk0/unplugin-vue-stories.git"
  },
  "author": "Jakub Janisz <jacob@jojko.tech>",
  "funding": "https://github.com/sponsors/jojk0",
  "files": [
    "dist"
  ],
  "main": "./dist/index.js",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": "./dist/index.js",
    "./vite": "./dist/vite.js",
    "./webpack": "./dist/webpack.js",
    "./rspack": "./dist/rspack.js",
    "./rollup": "./dist/rollup.js",
    "./rolldown": "./dist/rolldown.js",
    "./storybook": "./dist/storybook.js",
    "./esbuild": "./dist/esbuild.js",
    "./farm": "./dist/farm.js",
    "./api": "./dist/api.js",
    "./*": "./*"
  },
  "typesVersions": {
    "*": {
      "*": [
        "./dist/*",
        "./*"
      ]
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "peerDependencies": {
    "@nuxt/kit": "^3.16.2",
    "vite": "^6.2.2",
    "vue": "^3.5.13"
  },
  "peerDependenciesMeta": {
    "@nuxt/kit": {
      "optional": true
    },
    "vite": {
      "optional": true
    },
    "vue": {
      "optional": false
    }
  },
  "dependencies": {
    "eslint-plugin-vue": "^10.7.0",
    "unplugin": "^2.2.2",
    "unplugin-utils": "^0.2.4"
  },
  "devDependencies": {
    "@babel/parser": "^7.27.0",
    "@babel/types": "^7.27.0",
    "@ljcl/storybook-addon-cssprops": "^4.0.0",
    "@nuxt/schema": "^3.16.2",
    "@storybook/addon-designs": "^8.2.1",
    "@storybook/addon-essentials": "^8.6.11",
    "@storybook/blocks": "^8.6.11",
    "@storybook/csf": "^0.1.13",
    "@storybook/mdx2-csf": "^1.1.0",
    "@storybook/types": "^8.6.11",
    "@storybook/vue3": "^8.6.11",
    "@storybook/vue3-vite": "^8.6.11",
    "@sxzz/eslint-config": "^6.1.0",
    "@sxzz/prettier-config": "^2.2.1",
    "@sxzz/test-utils": "^0.5.2",
    "@types/node": "^22.13.11",
    "@types/react": "^19.0.12",
    "@vitejs/plugin-vue": "^5.2.3",
    "@vue-macros/common": "3.1.2",
    "@vue/compiler-core": "^3.5.13",
    "@vue/eslint-config-typescript": "^14.6.0",
    "@vueuse/core": "^13.1.0",
    "bumpp": "^10.1.0",
    "consola": "^3.4.2",
    "deepmerge": "^4.3.1",
    "eslint": "^9.23.0",
    "postcss": "^8.5.6",
    "prettier": "^3.5.3",
    "prettier-plugin-organize-imports": "^4.1.0",
    "react": "^19.1.0",
    "storybook": "^8.6.11",
    "tsdown": "^0.6.9",
    "tsx": "^4.19.3",
    "typescript": "^5.9.3",
    "vite": "^6.2.2",
    "vite-tsconfig-paths": "^5.1.4",
    "vitest": "^3.0.9",
    "vue": "^3.5.13",
    "vue-component-meta": "^3.2.4",
    "vue-component-type-helpers": "^3.2.4"
  },
  "engines": {
    "node": ">=18.12.0"
  },
  "storybook": {
    "displayName": "Vue Stories",
    "supportedFrameworks": [
      "vue3"
    ],
    "icon": "https://api.iconify.design/logos/vue.svg"
  },
  "auto": {
    "plugins": [
      "npm"
    ]
  },
  "prettier": "@sxzz/prettier-config",
  "scripts": {
    "lint": "eslint --cache .",
    "lint:fix": "pnpm run lint --fix",
    "storybook": "storybook dev -p 6008 -c playground --no-open",
    "play": "storybook dev -p 6008 -c playground --no-open",
    "build": "echo ''",
    "storybook:build": "storybook build -c playground",
    "dev": "tsdown --watch",
    "test": "vitest",
    "typecheck": "tsc --noEmit",
    "release": "bumpp && pnpm publish"
  }
}