{
  "name": "primevue",
  "version": "4.2.4",
  "author": "PrimeTek Informatics",
  "description": "PrimeVue is an open source UI library for Vue featuring a rich set of 80+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, which has 370+ ready to use UI blocks to build spectacular applications in no time.",
  "homepage": "https://primevue.org/",
  "license": "MIT",
  "repository": {
    "type": "git",
    "url": "https://github.com/primefaces/primevue.git",
    "directory": "packages/primevue"
  },
  "bugs": {
    "url": "https://github.com/primefaces/primevue/issues"
  },
  "keywords": [
    "primevue",
    "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/primevue.min.js",
  "jsdelivr": "umd/primevue.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": {
    "@primeuix/styled": "^0.3.2",
    "@primeuix/utils": "^0.3.2",
    "@primevue/core": "4.2.4",
    "@primevue/icons": "4.2.4"
  },
  "engines": {
    "node": ">=12.11.0"
  }
}