primevue
Version:
PrimeVue is a premium UI library for Vue featuring a rich set of 90+ components, a theme designer, various theme alternatives such as Material, Bootstrap, Tailwind, premium templates and professional support. In addition, it integrates with PrimeBlock, wh
68 lines • 1.78 kB
JSON
{
"name": "primevue",
"version": "5.0.0",
"author": "PrimeTek Informatics",
"description": "PrimeVue is a premium UI library for Vue featuring a rich set of 90+ 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.dev",
"license": "SEE LICENSE IN LICENSE.md",
"bugs": {
"url": "https://support.primeui.dev"
},
"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": {
"@primeicons/vue": "^8.0.0",
"@primeui/license-manager": "^1.0.0",
"@primeuix/motion": "^1.0.0",
"@primeuix/styled": "^1.0.0",
"@primeuix/styles": "^3.0.0",
"@primeuix/utils": "^0.8.0",
"@primevue/core": "5.0.0",
"@primevue/icons": "5.0.0"
},
"engines": {
"node": ">=12.11.0"
},
"repository": {}
}