digivue
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
78 lines • 2.29 kB
JSON
{
"name": "digivue",
"version": "4.2.5-60",
"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.",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/digivue/digivue.git",
"directory": "packages/primevue"
},
"bugs": {
"url": "https://github.com/digivue/digivue/issues"
},
"keywords": [
"primevue",
"vue",
"vue.js",
"vue2",
"vue3",
"ui library",
"component library",
"material",
"bootstrap",
"fluent",
"tailwind",
"unstyled",
"passthrough"
],
"sideEffects": [
"*.vue"
],
"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"
}
},
"publishConfig": {
"exports": {
".": {
"types": "./index.d.ts",
"import": "./index.mjs",
"default": "./index.mjs"
},
"./*": {
"types": "./*/index.d.ts",
"import": "./*/index.mjs"
}
},
"access": "public"
},
"dependencies": {
"@digivue/styled": "^4.2.5-60",
"@digivue/utils": "^4.2.5-60",
"@digivue/core": "^4.2.5-60",
"@digivue/icons": "^4.2.5-60",
"@fortawesome/vue-fontawesome": "^3.0.8",
"@inertiajs/core": "^2.0.0-beta.1",
"@inertiajs/vue3": "^2.0.0-beta.1",
"@vueuse/components": "^11.1.0",
"ziggy-js": "^2.3.0"
},
"engines": {
"node": ">=12.11.0"
}
}