{
  "name": "openvue",
  "version": "1.0.0",
  "author": "OpenVue Contributors",
  "description": "OpenVue is an open source, MIT-licensed UI library for Vue featuring a rich set of 80+ components, a theme designer, and various theme alternatives such as Material, Bootstrap and Tailwind. It is a community-maintained continuation of PrimeVue.",
  "homepage": "https://github.com/openvi-foundation/openvue",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/openvi-foundation/openvue.git",
    "directory": "packages/primevue"
  },
  "bugs": {
    "url": "https://github.com/openvi-foundation/openvue/issues"
  },
  "keywords": [
    "primevue",
    "openvue",
    "vue",
    "vue.js",
    "vue2",
    "vue3",
    "ui library",
    "component library",
    "material",
    "bootstrap",
    "fluent",
    "tailwind",
    "unstyled",
    "passthrough"
  ],
  "sideEffects": [
    "*.vue"
  ],
  "main": "./index.mjs",
  "module": "./index.mjs",
  "types": "./index.d.ts",
  "unpkg": "umd/openvue.min.js",
  "jsdelivr": "umd/openvue.min.js",
  "web-types": "./web-types.json",
  "vetur": {
    "tags": "./vetur-tags.json",
    "attributes": "./vetur-attributes.json"
  },
  "exports": {
    ".": {
      "types": "./index.d.ts",
      "import": "./index.mjs",
      "default": "./index.mjs"
    },
    "./*": {
      "types": "./*/index.d.ts",
      "import": "./*/index.mjs",
      "default": "./*/index.mjs"
    }
  },
  "publishConfig": {
    "access": "public"
  },
  "dependencies": {
    "@openuxkit/styled": "^1.0.0",
    "@openuxkit/utils": "^1.0.0",
    "@openuxkit/styles": "^1.1.0",
    "@openvue/core": "1.0.0",
    "@openvue/icons": "1.0.0"
  },
  "peerDependencies": {
    "chart.js": "^4.0.0",
    "quill": "^2.0.0"
  },
  "peerDependenciesMeta": {
    "chart.js": {
      "optional": true
    },
    "quill": {
      "optional": true
    }
  },
  "engines": {
    "node": ">=12.11.0"
  }
}