primevue-mirror/package-build.json

33 lines
744 B
JSON
Raw Permalink Normal View History

2020-12-29 18:25:30 +00:00
{
"name": "primevue",
2023-12-06 07:11:46 +00:00
"version": "2.10.4",
2020-12-29 18:25:30 +00:00
"homepage": "https://www.primefaces.org/primevue",
"repository": {
"type": "git",
"url": "https://github.com/primefaces/primevue.git"
},
"license": "MIT",
"bugs": {
"url": "https://github.com/primefaces/primevue/issues"
},
"keywords": [
"primevue",
"vue",
"ui framework",
"component framework",
"ui library",
"component library",
"material",
"bootstrap"
2021-05-12 09:35:29 +00:00
],
"web-types": "./web-types.json",
"vetur": {
"tags": "./vetur-tags.json",
"attributes": "./vetur-attributes.json"
2021-11-16 07:19:42 +00:00
},
"peerDependencies": {
2022-08-22 13:47:07 +00:00
"vue": "^2.6.0",
"primeicons": "^5.0.0 || ^6.0.0"
2021-05-12 09:35:29 +00:00
}
2022-08-22 13:47:07 +00:00
}