UNPKG

primevue

Version:

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 PrimeBloc

69 lines 1.79 kB
{ "name": "primevue", "version": "4.3.3", "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.5.0", "@primeuix/utils": "^0.5.1", "@primeuix/styles": "^1.0.0", "@primevue/core": "4.3.3", "@primevue/icons": "4.3.3" }, "engines": { "node": ">=12.11.0" } }