{
  "name": "@propeller-commerce/propeller-v2-vue-ui",
  "version": "0.24.0",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/propeller-commerce/propeller-v2-vue-ui.git"
  },
  "description": "Vue 3 component library for Propeller Commerce — ready-made e-commerce UI, headless composables, and SDK glue.",
  "license": "MIT",
  "type": "module",
  "publishConfig": {
    "access": "public"
  },
  "main": "./dist/index.cjs",
  "module": "./dist/index.js",
  "types": "./dist/index.d.ts",
  "files": [
    "dist",
    "README.md",
    "STYLING.md",
    "MIGRATION.md",
    "CHANGELOG.md",
    "LICENSE"
  ],
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.js",
      "require": "./dist/index.cjs"
    },
    "./shared": {
      "types": "./dist/shared.d.ts",
      "import": "./dist/shared.js",
      "require": "./dist/shared.cjs"
    },
    "./pure": {
      "types": "./dist/pure.d.ts",
      "import": "./dist/pure.js",
      "require": "./dist/pure.cjs"
    },
    "./styles.css": "./dist/styles.css",
    "./package.json": "./package.json"
  },
  "scripts": {
    "prepare": "npm run build",
    "build": "vite build && npm run build:css",
    "build:js": "vite build",
    "build:css": "tailwindcss -i ./src/styles.css -o ./dist/styles.css --minify",
    "dev": "vite build --watch",
    "typecheck": "vue-tsc --noEmit",
    "test": "vitest run",
    "test:watch": "vitest",
    "test:coverage": "vitest run --coverage",
    "storybook": "npm run build:css && storybook dev -p 6006",
    "build-storybook": "npm run build:css && storybook build",
    "clean": "powershell -Command \"Remove-Item -Recurse -Force dist -ErrorAction SilentlyContinue\"",
    "check:props": "node scripts/check-boolean-defaults.mjs",
    "validate": "npm run check:props && npm run typecheck && npm test",
    "prepublishOnly": "npm run check:props"
  },
  "peerDependencies": {
    "@propeller-commerce/propeller-sdk-v2": "*",
    "vue": ">=3.4"
  },
  "dependencies": {
    "@propeller-commerce/propeller-v2-core-ui": "^0.9.0",
    "@vueuse/core": "^14.2.1",
    "class-variance-authority": "^0.7.1",
    "clsx": "^2.1.1",
    "lodash.debounce": "^4.0.8",
    "lucide-vue-next": "^1.0.0",
    "marked": "^18.0.0",
    "qs": "^6.15.0",
    "swiper": "^12.1.3",
    "tailwind-merge": "^3.5.0",
    "vue-hot-toast": "^0.0.1-rc.4"
  },
  "devDependencies": {
    "@propeller-commerce/propeller-sdk-v2": "^0.16.0",
    "@storybook/vue3-vite": "^9.1.20",
    "@tailwindcss/cli": "^4",
    "@types/lodash.debounce": "^4.0.9",
    "@types/node": "^20",
    "@types/qs": "^6.14.0",
    "@vitejs/plugin-vue": "^6.0.5",
    "@vitest/coverage-v8": "^4.1.7",
    "@vue/tsconfig": "^0.9.1",
    "storybook": "^9.1.20",
    "tailwindcss": "^4",
    "typescript": "~5.9",
    "vite": "^7",
    "vite-plugin-dts": "^4.5.4",
    "vitest": "^4.1.7",
    "vue": "^3.5.32",
    "vue-tsc": "^3.2.6"
  },
  "sideEffects": false
}
