sp-dev-fx-webparts/samples/react-list-search/config/package-solution.json

40 lines
990 B
JSON
Raw Normal View History

2021-01-31 07:43:28 -05:00
{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "list-search-webpart",
"id": "8277f088-9c30-4f95-9c15-9c18a9d40a26",
2022-01-02 07:26:04 -05:00
"version": "1.2.0.0",
2021-01-31 07:43:28 -05:00
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"developer": {
"name": "Alberto Gutierrez Perez",
"websiteUrl": "",
"privacyUrl": "",
"termsOfUseUrl": "",
"mpnId": ""
2021-04-24 18:14:08 -04:00
},
"webApiPermissionRequests": [
{
"resource": "Microsoft Graph",
"scope": "User.Read.All"
},
{
"resource": "Microsoft Graph",
"scope": "User.ReadWrite.All"
},
{
"resource": "Microsoft Graph",
"scope": "Directory.Read.All"
},
{
"resource": "Microsoft Graph",
"scope": "Directory.ReadWrite.All"
}
]
2021-01-31 07:43:28 -05:00
},
"paths": {
"zippedPackage": "solution/list-search-webpart.sppkg"
}
}