{
  "name": "@ptlm-azulejo/segmented-control",
  "version": "0.1.4",
  "type": "module",
  "main": "./dist/index.umd.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.umd.cjs"
    },
    "./style.css": "./dist/style.css"
  },
  "scripts": {
    "build": "vite build",
    "test": "vitest --run --passWithNoTests",
    "storybook": "storybook dev -p 6006",
    "build-storybook": "storybook build"
  },
  "publishConfig": {
    "access": "public",
    "registry": "https://registry.npmjs.org"
  },
  "files": [
    "dist/*"
  ],
  "dependencies": {
    "@vueuse/core": "^13.0.0",
    "motion-v": "^1.0.0"
  },
  "devDependencies": {
    "@ptlm-azulejo/fonts-adeo": "*",
    "@ptlm-azulejo/fonts-leroy-merlin": "*",
    "@ptlm-azulejo/themes": "*",
    "@storybook/vue3-vite": "^10.5.8",
    "@tailwindcss/vite": "^4.3.3",
    "storybook": "^10.5.8",
    "tailwindcss": "^4.3.3",
    "vue": "^3.3.4"
  },
  "peerDependencies": {
    "vue": ">=3.0.0"
  }
}
