{
  "name": "@halo-dev/components",
  "version": "2.26.0",
  "description": "",
  "keywords": [
    "@halo-dev/components",
    "halo",
    "halo-components",
    "halo-dev"
  ],
  "homepage": "https://github.com/halo-dev/halo/tree/main/ui/packages/components#readme",
  "bugs": {
    "url": "https://github.com/halo-dev/halo/issues"
  },
  "license": "MIT",
  "author": {
    "name": "@halo-dev",
    "url": "https://github.com/halo-dev"
  },
  "repository": {
    "type": "git",
    "url": "https://github.com/halo-dev/halo.git",
    "directory": "ui/packages/components"
  },
  "files": [
    "dist"
  ],
  "type": "module",
  "main": "./dist/index.iife.js",
  "module": "./dist/index.es.js",
  "types": "./dist/index.d.ts",
  "unpkg": "./dist/index.iife.js",
  "jsdelivr": "./dist/index.iife.js",
  "exports": {
    ".": {
      "types": "./dist/index.d.ts",
      "import": "./dist/index.es.js"
    },
    "./dist/style.css": "./dist/style.css"
  },
  "dependencies": {
    "floating-vue": "^5.2.2"
  },
  "devDependencies": {
    "@storybook/addon-docs": "^10.5.7",
    "@storybook/addon-links": "^10.5.7",
    "@storybook/testing-library": "^0.2.2",
    "@storybook/vue3-vite": "^10.5.7",
    "eslint-plugin-storybook": "10.5.7",
    "react": "^18.2.0",
    "react-dom": "^18.2.0",
    "storybook": "^10.5.7",
    "vite": "npm:@voidzero-dev/vite-plus-core@0.2.9",
    "vite-plus": "0.2.9"
  },
  "peerDependencies": {
    "vue": "^3.5.x",
    "vue-router": "~5.1.0"
  },
  "scripts": {
    "build": "vp build",
    "build-storybook": "storybook build",
    "dev": "vp build --watch",
    "storybook": "storybook dev -p 6006",
    "test:unit": "vp test --run",
    "test:unit:coverage": "vp test run --coverage",
    "test:unit:ui": "vp test --watch --ui",
    "test:unit:watch": "vp test --watch",
    "typecheck": "vue-tsc --noEmit -p tsconfig.app.json --composite false"
  }
}