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

22 lines
666 B
JSON
Raw Normal View History

{
"@microsoft/generator-sharepoint": {
"plusBeta": false,
"isCreatingSolution": true,
"nodeVersion": "16.20.0",
"sdksVersions": {
"@microsoft/microsoft-graph-client": "3.0.2",
"@microsoft/teams-js": "2.9.1"
},
"version": "1.17.2",
"libraryName": "tenant-wide-extension-manager",
"libraryId": "6306e257-de7e-4884-b27f-9338b86b15fd",
"environment": "spo",
"packageManager": "npm",
"solutionName": "Tenant Wide Extension Manager",
"solutionShortDescription": "Tenant Wide Extension Manager description",
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"componentType": "webpart"
}
}