{
  "name": "@storefront-ui/vue",
  "version": "3.1.1",
  "license": "MIT",
  "sideEffects": false,
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.mjs",
      "require": "./dist/index.cjs.js"
    },
    "./tailwind-config": "./tailwind-config.css",
    "./*": "./*"
  },
  "type": "module",
  "source": "index.ts",
  "main": "dist/index.cjs.js",
  "types": "dist/index.d.ts",
  "scripts": {
    "build:vue": "vite build",
    "lint": "yarn dlx browserslist@latest && yarn lint:script",
    "lint:fix": "yarn lint:script:fix",
    "lint:fix:sfui": "yarn lint:fix",
    "lint:script": "concurrently \"yarn eslint --max-warnings 0\" \"yarn prettier --check\" \"vue-tsc\"",
    "lint:script:fix": "yarn eslint --fix && yarn prettier --write",
    "eslint": "eslint \"{components,shared,composables}/**/*.{ts,vue}\"",
    "prettier": "prettier --log-level warn --no-error-on-unmatched-pattern \"{components,shared,composables}/**/*.{ts,vue}\""
  },
  "files": [
    "dist",
    "tailwind-config.css"
  ],
  "dependencies": {
    "@floating-ui/vue": "^1.0.6",
    "@storefront-ui/shared": "3.1.0",
    "@storefront-ui/tailwind-config": "3.1.0",
    "@vueuse/core": "^12.8.0",
    "jw-paginate": "^1.0.4",
    "tabbable": "^6.1.1",
    "tailwind-merge": "^3.3.1"
  },
  "devDependencies": {
    "@storefront-ui/eslint-config": "0.0.0",
    "@storefront-ui/tests-shared": "0.0.0",
    "@vitejs/plugin-vue": "^5.1.1",
    "concurrently": "^8.2.2",
    "eslint": "^8.34.0",
    "prettier": "^3.0.0",
    "vite": "^5.3.5",
    "vite-plugin-dts": "^3.9.1",
    "vite-tsconfig-paths": "^4.3.2",
    "vue-tsc": "^2.2.12"
  },
  "peerDependencies": {
    "vue": "^3.5.12"
  },
  "publishConfig": {
    "access": "public"
  },
  "homepage": "https://docs.storefrontui.io/v2/#vue",
  "repository": {
    "type": "git",
    "url": "git+https://github.com/vuestorefront/storefront-ui.git",
    "directory": "packages/sfui/frameworks/vue"
  },
  "bugs": {
    "url": "https://github.com/vuestorefront/storefront-ui/issues"
  }
}