Luis Manez 79eb59b920 React teams tab suggested members (#687)
* webpart added

* added readme notes
2018-11-19 23:55:06 +02:00

38 lines
1.0 KiB
JSON

{
"name": "react-teams-tab-suggested-members",
"version": "0.0.1",
"private": true,
"engines": {
"node": ">=0.10.0"
},
"scripts": {
"build": "gulp bundle",
"clean": "gulp clean",
"test": "gulp test"
},
"dependencies": {
"react": "16.3.2",
"react-dom": "16.3.2",
"@types/react": "16.4.2",
"@types/react-dom": "16.0.5",
"@microsoft/sp-core-library": "1.7.0-plusbeta",
"@microsoft/sp-webpart-base": "1.7.0-plusbeta",
"@microsoft/sp-lodash-subset": "1.7.0-plusbeta",
"@microsoft/sp-office-ui-fabric-core": "1.7.0-plusbeta",
"@types/webpack-env": "1.13.1",
"@types/es6-promise": "0.0.33"
},
"devDependencies": {
"@microsoft/sp-build-web": "1.7.0-plusbeta",
"@microsoft/sp-tslint-rules": "1.7.0-plusbeta",
"@microsoft/sp-module-interfaces": "1.7.0-plusbeta",
"@microsoft/sp-webpart-workbench": "1.7.0-plusbeta",
"gulp": "~3.9.1",
"@types/chai": "3.4.34",
"@types/mocha": "2.2.38",
"ajv": "~5.2.2",
"del": "^3.0.0",
"gulp-zip": "^4.2.0"
}
}