38 lines
919 B
JSON
38 lines
919 B
JSON
|
{
|
||
|
"name": "primereact",
|
||
|
"version": "7.2.0",
|
||
|
"homepage": "https://www.primefaces.org/primereact",
|
||
|
"repository": {
|
||
|
"type": "git",
|
||
|
"url": "https://github.com/primefaces/primereact.git"
|
||
|
},
|
||
|
"license": "MIT",
|
||
|
"bugs": {
|
||
|
"url": "https://github.com/primefaces/primereact/issues"
|
||
|
},
|
||
|
"keywords": [
|
||
|
"primereact",
|
||
|
"react",
|
||
|
"ui framework",
|
||
|
"component framework",
|
||
|
"ui library",
|
||
|
"component library",
|
||
|
"material",
|
||
|
"bootstrap",
|
||
|
"react components",
|
||
|
"responsive components"
|
||
|
],
|
||
|
"peerDependencies": {
|
||
|
"react": "^17.0.1",
|
||
|
"react-dom": "^17.0.1",
|
||
|
"react-transition-group": "^4.4.1",
|
||
|
"primeicons": "^5.0.0"
|
||
|
},
|
||
|
"peerDependenciesMeta": {
|
||
|
"react-transition-group": {
|
||
|
"optional": true
|
||
|
}
|
||
|
},
|
||
|
"unpkg": "primereact.all.min.js"
|
||
|
}
|