primevue-mirror/package-build.json

23 lines
691 B
JSON
Raw Normal View History

2022-09-14 14:49:38 +00:00
{
"name": "primevue",
2023-09-27 05:56:58 +00:00
"version": "3.35.1-SNAPSHOT",
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": ["primevue", "vue", "vue.js", "vue2", "vue3", "ui library", "component library", "material", "bootstrap", "fluent", "tailwind", "unstyled", "passthrough"],
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
}
}