sp-dev-fx-webparts/samples/react-fluentui-9/config/package-solution.json

51 lines
1.3 KiB
JSON

{
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json",
"solution": {
"name": "react-fluentui-9-client-side-solution",
"title": "SPFX + Fluent UI 9 Demo",
"id": "d955a989-7441-475a-b4eb-ff132968b3c5",
"version": "1.0.3.0",
"includeClientSideAssets": true,
"skipFeatureDeployment": true,
"isDomainIsolated": false,
"developer": {
"name": "Nick Brown",
"websiteUrl": "https://nbdev.uk",
"privacyUrl": "",
"termsOfUseUrl": "",
"mpnId": "Undefined-1.18.2"
},
"metadata": {
"shortDescription": {
"default": "react-fluentui-9 description"
},
"longDescription": {
"default": "react-fluentui-9 description"
},
"screenshotPaths": [
"../assets/FQzNLB4XwAIFMRh.jpg",
"../assets/FQzO9YjWUAgFlrU.jpg"
],
"videoUrl": "",
"categories": []
},
"features": [
{
"title": "react-fluentui-9 Feature",
"description": "Demos the use of Fluent UI 9 in SPFX",
"id": "233521d9-d6d8-41ed-a43d-d30bb942c370",
"version": "1.0.1.0"
}
],
"webApiPermissionRequests": [
{
"resource": "Microsoft Graph",
"scope": "User.Read.All"
}
]
},
"paths": {
"zippedPackage": "solution/react-fluentui-9.sppkg"
}
}