2022-09-14 14:49:38 +00:00
|
|
|
{
|
|
|
|
"name": "primevue",
|
2023-04-19 08:19:12 +00:00
|
|
|
"version": "3.27.0",
|
2023-03-02 08:32:40 +00:00
|
|
|
"homepage": "https://primevue.org/",
|
2022-09-14 14:49:38 +00:00
|
|
|
"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"
|
|
|
|
],
|
|
|
|
"web-types": "./web-types.json",
|
|
|
|
"vetur": {
|
|
|
|
"tags": "./vetur-tags.json",
|
|
|
|
"attributes": "./vetur-attributes.json"
|
|
|
|
},
|
|
|
|
"peerDependencies": {
|
2023-04-18 15:05:59 +00:00
|
|
|
"vue": "^3.0.0"
|
2022-09-14 14:49:38 +00:00
|
|
|
}
|
|
|
|
}
|