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

30 lines
722 B
JSON
Raw Normal View History

{
"@pnp/generator-spfx": {
"framework": "react",
"pnpFramework": "reactjs.plus",
"pnp-libraries": [
"@pnp/spfx-property-controls",
"@pnp/spfx-controls-react",
"rush@3.3"
],
"pnp-ci": "no-devops",
"pnp-vetting": [
"webpack-analyzer",
"stylelint",
"csscomb"
],
"spfxenv": "spo",
"pnp-testing": []
},
"@microsoft/generator-sharepoint": {
"environment": "spo",
"framework": "react",
"isCreatingSolution": true,
"version": "1.11.0",
"libraryName": "react-enhanced-powerapps",
"libraryId": "601b7688-1e9c-468c-b9a3-e4bb4e14edcd",
"packageManager": "npm",
"isDomainIsolated": false,
"componentType": "webpart"
}
}