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

33 lines
767 B
JSON
Raw Normal View History

2020-10-05 13:52:15 -04:00
{
"@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": []
},
"@microsoft/generator-sharepoint": {
"environment": "spo",
"framework": "react",
"isCreatingSolution": true,
"version": "1.11.0",
"libraryName": "custom-links",
"libraryId": "8dc9a791-d5e3-4e95-8f2c-484ab64178bb",
"packageManager": "npm",
"isDomainIsolated": false,
"componentType": "webpart"
}
}