primevue-mirror/package-build.json

36 lines
800 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": [
2023-08-11 09:20:58 +00:00
"primevue",
"vue",
2023-08-18 13:21:00 +00:00
"vue.js",
"vue2",
"vue3",
2023-08-11 09:20:58 +00:00
"ui library",
"component library",
"material",
2023-08-18 13:21:00 +00:00
"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
}
2023-08-11 09:20:58 +00:00
}