{
  "name": "sb-addon-vue-csf",
  "type": "module",
  "version": "0.0.3",
  "packageManager": "pnpm@10.18.0+sha512.e804f889f1cecc40d572db084eec3e4881739f8dec69c0ff10d2d1beff9a4e309383ba27b5b750059d7f4c149535b6cd0d2cb1ed3aeb739239a4284a68f40cfa",
  "description": "Allows to write stories in Vue syntax",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/unovue/sb-addon-vue-csf.git"
  },
  "keywords": [
    "storybook-addons",
    "storybook-addon",
    "csf",
    "vue"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "default": "./dist/index.js"
    },
    "./preset": {
      "types": "./dist/preset.d.ts",
      "default": "./dist/preset.js"
    },
    "./package.json": "./package.json"
  },
  "files": [
    "!dist/**/*.test.*",
    "README.md",
    "dist/**/*",
    "preset.js"
  ],
  "scripts": {
    "dev": "vite build --watch",
    "build": "tsc && vite build",
    "build-storybook": "storybook build",
    "check": "vue-tsc --noEmit",
    "chromatic": "chromatic --exit-zero-on-changes",
    "clean": "rimraf ./dist ./node_modules/.cache ./storybook-static ./.vite-inspect",
    "coverage": "vitest run --coverage",
    "format": "prettier --write .",
    "format:check": "prettier --check .",
    "lint": "eslint .",
    "lint:fix": "eslint . --fix",
    "prepublish": "pnpm run clean && pnpm run build",
    "release": "pnpm test:unit && bumpp package.json",
    "pub:release": "npm publish --access public",
    "start": "pnpm run build && concurrently \"pnpm run build --watch\" \"pnpm run storybook --quiet\"",
    "storybook": "storybook dev --port 6006 --no-open",
    "test": "vitest",
    "test:unit": "vitest run --config vitest.unit.config.ts"
  },
  "peerDependencies": {
    "@storybook/vue3": "^0.0.0-0 || ^8.2.0 || ^9.0.0 || ^9.1.0-0 || ^10.0.0-0 || ^10.1.0-0 || ^10.2.0-0 || ^10.3.0-0",
    "@vitejs/plugin-vue": "^5.0.0 || ^6.0.0",
    "storybook": "^0.0.0-0 || ^8.2.0 || ^9.0.0 || ^9.1.0-0 || ^10.0.0-0 || ^10.1.0-0 || ^10.2.0-0 || ^10.3.0-0",
    "vite": "^5.0.0 || ^6.0.0 || ^7.0.0",
    "vue": "^3.0.0"
  },
  "dependencies": {
    "@storybook/csf": "^0.1.13",
    "@vueuse/core": "^14.2.1",
    "dedent": "^1.5.3",
    "magic-string": "^0.30.12"
  },
  "devDependencies": {
    "@antfu/eslint-config": "^7.4.3",
    "@auto-it/released": "^11.3.6",
    "@chromatic-com/storybook": "^5.0.1",
    "@eslint/compat": "^1.2.8",
    "@eslint/js": "^9.25.0",
    "@storybook/addon-docs": "^10.2.10",
    "@storybook/addon-vitest": "^10.2.8",
    "@storybook/vue3-vite": "^10.2.8",
    "@types/estree": "^1.0.8",
    "@types/node": "^20.14.9",
    "@vitejs/plugin-vue": "^5.2.4",
    "@vitest/browser": "^4.0.18",
    "@vitest/browser-playwright": "^4.0.18",
    "@vitest/coverage-v8": "^4.0.18",
    "@vitest/ui": "^4.0.18",
    "@vue/compiler-sfc": "^3.5.13",
    "@vue/test-utils": "^2.4.6",
    "auto": "^11.3.6",
    "bumpp": "^10.4.1",
    "chromatic": "^15.1.0",
    "concurrently": "^9.2.1",
    "eslint": "^9.25.0",
    "eslint-plugin-format": "^1.4.0",
    "eslint-plugin-storybook": "^10.2.8",
    "eslint-plugin-vue": "^9.32.0",
    "happy-dom": "^20.6.1",
    "playwright": "^1.58.2",
    "prettier": "^3.8.1",
    "rimraf": "^6.1.2",
    "rollup": "^4.57.1",
    "sb-addon-vue-csf": "file:.",
    "storybook": "^10.2.8",
    "tslib": "^2.8.1",
    "type-fest": "^5.4.4",
    "typescript": "^5.9.3",
    "typescript-eslint": "^8.55.0",
    "vite": "^7.3.1",
    "vite-plugin-dts": "^4.5.3",
    "vite-plugin-inspect": "^0.8.9",
    "vitest": "^4.0.18",
    "vue": "^3.5.13",
    "vue-tsc": "^2.2.8"
  },
  "publishConfig": {
    "access": "public"
  },
  "auto": {
    "plugins": [
      "npm",
      "released"
    ]
  },
  "storybook": {
    "displayName": "Vue CSF",
    "supportedFrameworks": [
      "vue"
    ],
    "icon": "https://user-images.githubusercontent.com/7110136/210812299-63af8035-2d3c-4e98-8c57-1e4e281b9c4a.png"
  }
}
