-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.yo-rc.json
More file actions
24 lines (24 loc) · 765 Bytes
/
.yo-rc.json
File metadata and controls
24 lines (24 loc) · 765 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
{
"@microsoft/generator-sharepoint": {
"whichFolder": "subdir",
"solutionName": "SharePoint List Using SPFx",
"componentType": "webpart",
"template": "react",
"componentName": "SharePoint List Using SPFx",
"plusBeta": false,
"isCreatingSolution": true,
"nodeVersion": "18.20.3",
"sdksVersions": {
"@microsoft/microsoft-graph-client": "3.0.2",
"@microsoft/teams-js": "2.24.0"
},
"version": "1.20.0",
"libraryName": "share-point-list-using-sp-fx",
"libraryId": "61bd690a-b901-4e23-aea9-463685f6592e",
"environment": "spo",
"packageManager": "npm",
"solutionShortDescription": "SharePoint List Using SPFx description",
"skipFeatureDeployment": true,
"isDomainIsolated": false
}
}