primevue-mirror/package-build.json

31 lines
715 B
JSON
Raw Normal View History

2022-09-14 14:49:38 +00:00
{
"name": "primevue",
2023-08-11 09:20:58 +00:00
"version": "3.32.0",
2023-03-02 08:32:40 +00:00
"homepage": "https://primevue.org/",
2022-09-14 14:49:38 +00:00
"repository": {
2023-08-11 09:20:58 +00:00
"type": "git",
"url": "https://github.com/primefaces/primevue.git"
2022-09-14 14:49:38 +00:00
},
"license": "MIT",
"bugs": {
"url": "https://github.com/primefaces/primevue/issues"
},
"keywords": [
2023-08-11 09:20:58 +00:00
"primevue",
"vue",
"ui framework",
"component framework",
"ui library",
"component library",
"material",
"bootstrap"
2022-09-14 14:49:38 +00:00
],
"web-types": "./web-types.json",
"vetur": {
2023-08-11 09:20:58 +00:00
"tags": "./vetur-tags.json",
"attributes": "./vetur-attributes.json"
2022-09-14 14:49:38 +00:00
},
"peerDependencies": {
2023-08-11 09:20:58 +00:00
"vue": "^3.0.0"
2022-09-14 14:49:38 +00:00
}
2023-08-11 09:20:58 +00:00
}