primevue-mirror/package-build.json

32 lines
744 B
JSON
Raw Normal View History

2020-12-29 18:25:30 +00:00
{
"name": "primevue",
2022-03-02 12:00:03 +00:00
"version": "3.12.2-SNAPSHOT",
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": {
2021-11-18 10:31:10 +00:00
"vue": "^3.0.0",
"primeicons": "^5.0.0"
2021-05-12 09:35:29 +00:00
}
2020-12-29 18:25:30 +00:00
}