mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-06 13:08:23 +00:00
d3bf47845b
* react-yammer-api initial commit. SPFx Yammer search webpart sample. It uses the Yammer JavaScript SDK and the Yammer REST APIs. * Try catch added to _iframeAuthentication. if Office 365 Identity Enforcement is not enabled, will promise reject instead of throwing exception. README updated. * README texts updated * README texts updated
38 lines
1.0 KiB
JSON
38 lines
1.0 KiB
JSON
{
|
|
"name": "react-yammer-api",
|
|
"version": "0.0.1",
|
|
"private": true,
|
|
"engines": {
|
|
"node": ">=0.10.0"
|
|
},
|
|
"dependencies": {
|
|
"@microsoft/sp-client-base": "~1.0.0",
|
|
"@microsoft/sp-core-library": "~1.0.0",
|
|
"@microsoft/sp-webpart-base": "~1.0.0",
|
|
"@types/react": "0.14.46",
|
|
"@types/react-addons-shallow-compare": "0.14.17",
|
|
"@types/react-addons-test-utils": "0.14.15",
|
|
"@types/react-addons-update": "0.14.14",
|
|
"@types/react-dom": "0.14.18",
|
|
"@types/webpack-env": ">=1.12.1 <1.14.0",
|
|
"react": "15.4.2",
|
|
"react-dom": "15.4.2"
|
|
},
|
|
"devDependencies": {
|
|
"@microsoft/sp-build-web": "~1.0.0",
|
|
"@microsoft/sp-module-interfaces": "~1.0.0",
|
|
"@microsoft/sp-webpart-workbench": "~1.0.0",
|
|
"gulp": "~3.9.1",
|
|
"@types/chai": ">=3.4.34 <3.6.0",
|
|
"@types/mocha": ">=2.2.33 <2.6.0",
|
|
"@types/sinon": "^1.16.36",
|
|
"enzyme": "~2.8.0",
|
|
"react-addons-test-utils": "~15.4.2"
|
|
},
|
|
"scripts": {
|
|
"build": "gulp bundle",
|
|
"clean": "gulp clean",
|
|
"test": "gulp test"
|
|
}
|
|
}
|