primevue-mirror/package-build.json

33 lines
741 B
JSON
Raw Normal View History

2022-09-14 14:49:38 +00:00
{
"name": "primevue",
2023-03-09 06:25:24 +00:00
"version": "3.24.1-SNAPSHOT",
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": {
"vue": "^3.0.0",
2022-12-09 11:03:11 +00:00
"primeicons": "^5.0.0 || ^6.0.0"
2022-09-14 14:49:38 +00:00
}
}