2019-05-04 10:58:48 -04:00
|
|
|
{
|
|
|
|
"@pnp/generator-spfx": {
|
|
|
|
"framework": "react",
|
|
|
|
"pnpFramework": "reactjs.plus",
|
|
|
|
"pnp-libraries": [
|
|
|
|
"jquery@3",
|
|
|
|
"@pnp/pnpjs",
|
|
|
|
"@pnp/spfx-property-controls",
|
|
|
|
"@pnp/spfx-controls-react"
|
|
|
|
],
|
|
|
|
"pnp-ci": [
|
|
|
|
"azure"
|
|
|
|
],
|
|
|
|
"pnp-vetting": [
|
|
|
|
"webpack-analyzer",
|
|
|
|
"stylelint"
|
|
|
|
],
|
|
|
|
"spfxenv": "spo"
|
|
|
|
},
|
|
|
|
"@microsoft/generator-sharepoint": {
|
|
|
|
"environment": "spo",
|
|
|
|
"framework": "react",
|
|
|
|
"plusBeta": true,
|
|
|
|
"isCreatingSolution": true,
|
2020-06-09 17:08:34 -04:00
|
|
|
"version": "1.10.0",
|
2019-05-04 10:58:48 -04:00
|
|
|
"libraryName": "react-calendar",
|
|
|
|
"libraryId": "3a13208b-3874-4036-9262-4edd22e88187",
|
|
|
|
"packageManager": "npm",
|
|
|
|
"isDomainIsolated": false,
|
|
|
|
"componentType": "webpart"
|
|
|
|
}
|
2019-06-11 12:10:09 -04:00
|
|
|
}
|