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

26 lines
613 B
JSON
Raw Normal View History

{
"@pnp/generator-spfx": {
"framework": "react",
"pnpFramework": "reactjs.plus",
"pnp-libraries": [
"jquery@3",
"@pnp/pnpjs",
"@pnp/spfx-property-controls",
"@pnp/spfx-controls-react"
],
"pnp-ci": [],
"pnp-vetting": [],
"spfxenv": "spo"
},
"@microsoft/generator-sharepoint": {
"environment": "spo",
"framework": "react",
"isCreatingSolution": true,
2020-10-20 11:21:10 -04:00
"version": "1.11.0",
"libraryName": "react-tenant-properties",
"libraryId": "d5bc38a6-0b5c-4644-9087-efa6de87ece1",
"packageManager": "npm",
"componentType": "webpart"
}
2020-10-20 11:21:10 -04:00
}