sp-dev-fx-webparts/samples/react-staffdirectory/.yo-rc.json

35 lines
788 B
JSON

{
"@pnp/generator-spfx": {
"framework": "react",
"pnpFramework": "reactjs.plus",
"pnp-libraries": [
"jquery@3",
"msgraph",
"@pnp/pnpjs",
"@pnp/spfx-property-controls",
"spfx-uifabric-themes",
"lodash",
"@pnp/spfx-controls-react",
"ouifr@7",
"rush@3.7"
],
"pnp-ci": "azure-preview",
"pnp-vetting": [],
"spfxenv": "spo",
"pnp-testing": [
"jest"
]
},
"@microsoft/generator-sharepoint": {
"environment": "spo",
"framework": "react",
"isCreatingSolution": true,
"version": "1.14.0",
"libraryName": "staff-directory",
"libraryId": "89d7389c-be48-41e9-9f72-5eb9a1099c1f",
"packageManager": "npm",
"isDomainIsolated": false,
"componentType": "webpart"
}
}