-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
75 additions
and
73 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,40 +1,38 @@ | ||
{ | ||
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json", | ||
"solution": { | ||
"name": "bing-search-box-client-side-solution", | ||
"id": "23b36870-5cc2-4c89-80d0-8790f0991995", | ||
"version": "1.0.0.0", | ||
"includeClientSideAssets": true, | ||
"skipFeatureDeployment": true, | ||
"isDomainIsolated": false, | ||
"developer": { | ||
"name": "", | ||
"websiteUrl": "", | ||
"privacyUrl": "", | ||
"termsOfUseUrl": "", | ||
"mpnId": "Undefined-1.15.2" | ||
"$schema": "https://developer.microsoft.com/json-schemas/spfx-build/package-solution.schema.json", | ||
"solution": { | ||
"name": "bing-search-box-client-side-solution", | ||
"id": "23b36870-5cc2-4c89-80d0-8790f0991995", | ||
"version": "1.1.0.0", | ||
"includeClientSideAssets": true, | ||
"skipFeatureDeployment": true, | ||
"isDomainIsolated": false, | ||
"developer": { | ||
"name": "Microsoft Search", | ||
"websiteUrl": "", | ||
"privacyUrl": "", | ||
"termsOfUseUrl": "", | ||
"mpnId": "Undefined-1.15.2" | ||
}, | ||
"metadata": { | ||
"shortDescription": { | ||
"default": "Bing Search Box launching Bing@Work" | ||
}, | ||
"longDescription": { | ||
"default": "Bing Search Box launching Bing@Work" | ||
}, | ||
"screenshotPaths": [], | ||
"videoUrl": "", | ||
"categories": [] | ||
}, | ||
"features": [{ | ||
"title": "bing-search-box Feature", | ||
"description": "The feature that activates elements of the bing-search-box solution.", | ||
"id": "c78dc1ff-006d-4863-ac33-bded35c92359", | ||
"version": "1.1.0.0" | ||
}] | ||
}, | ||
"metadata": { | ||
"shortDescription": { | ||
"default": "Bing Search Box description" | ||
}, | ||
"longDescription": { | ||
"default": "Bing Search Box description" | ||
}, | ||
"screenshotPaths": [], | ||
"videoUrl": "", | ||
"categories": [] | ||
}, | ||
"features": [ | ||
{ | ||
"title": "bing-search-box Feature", | ||
"description": "The feature that activates elements of the bing-search-box solution.", | ||
"id": "c78dc1ff-006d-4863-ac33-bded35c92359", | ||
"version": "1.0.0.0" | ||
} | ||
] | ||
}, | ||
"paths": { | ||
"zippedPackage": "solution/bing-search-box.sppkg" | ||
} | ||
} | ||
"paths": { | ||
"zippedPackage": "solution/bing-search-box.sppkg" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,32 @@ | ||
{ | ||
"name": "bing-search-box", | ||
"version": "0.0.1", | ||
"private": true, | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"build": "gulp bundle", | ||
"clean": "gulp clean", | ||
"test": "gulp test" | ||
}, | ||
"dependencies": { | ||
"@microsoft/sp-core-library": "1.15.2", | ||
"@microsoft/sp-lodash-subset": "1.15.2", | ||
"@microsoft/sp-office-ui-fabric-core": "1.15.2", | ||
"@microsoft/sp-property-pane": "1.15.2", | ||
"@microsoft/sp-webpart-base": "1.15.2", | ||
"@pnp/spfx-property-controls": "3.8.0", | ||
"tslib": "2.3.1" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/eslint-config-spfx": "1.15.2", | ||
"@microsoft/eslint-plugin-spfx": "1.15.2", | ||
"@microsoft/rush-stack-compiler-4.5": "0.2.2", | ||
"@microsoft/sp-build-web": "1.15.2", | ||
"@microsoft/sp-module-interfaces": "1.15.2", | ||
"@rushstack/eslint-config": "2.5.1", | ||
"@types/webpack-env": "~1.15.2", | ||
"ajv": "^6.12.5", | ||
"gulp": "4.0.2", | ||
"typescript": "4.5.5" | ||
} | ||
"name": "bing-search-box", | ||
"version": "1.1.0", | ||
"private": true, | ||
"main": "lib/index.js", | ||
"scripts": { | ||
"build": "gulp bundle", | ||
"clean": "gulp clean", | ||
"test": "gulp test" | ||
}, | ||
"dependencies": { | ||
"@microsoft/sp-core-library": "1.15.2", | ||
"@microsoft/sp-office-ui-fabric-core": "1.15.2", | ||
"@microsoft/sp-property-pane": "1.15.2", | ||
"@microsoft/sp-webpart-base": "1.15.2", | ||
"@pnp/spfx-property-controls": "^3.12.0", | ||
"tslib": "2.3.1" | ||
}, | ||
"devDependencies": { | ||
"@microsoft/eslint-config-spfx": "1.15.2", | ||
"@microsoft/eslint-plugin-spfx": "1.15.2", | ||
"@microsoft/rush-stack-compiler-4.5": "0.2.2", | ||
"@microsoft/sp-build-web": "1.15.2", | ||
"@microsoft/sp-loader": "1.15.2", | ||
"@microsoft/sp-module-interfaces": "1.15.2", | ||
"@rushstack/eslint-config": "2.5.1", | ||
"@types/webpack-env": "~1.15.2", | ||
"ajv": "^6.12.5", | ||
"gulp": "4.0.2", | ||
"typescript": "4.5.5" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters