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

30 lines
684 B
JSON
Raw Normal View History

2020-03-25 01:39:40 -04:00
{
"@pnp/generator-spfx": {
"framework": "react",
"pnpFramework": "reactjs.plus",
"pnp-libraries": [
"@pnp/spfx-property-controls",
"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": false,
2020-08-25 23:09:22 -04:00
"version": "1.11.0",
2020-03-25 01:39:40 -04:00
"libraryName": "adaptive-card-host",
"libraryId": "ce1e3712-fb7a-4564-b2d3-c81e45936afd",
"packageManager": "npm",
"isDomainIsolated": false,
"componentType": "webpart"
}
2020-08-25 23:09:22 -04:00
}